srs icon indicating copy to clipboard operation
srs copied to clipboard

开源复刻:一对一视频聊天室,H5和Flutter全平台

Open winlinvip opened this issue 3 years ago • 5 comments

目前SRS的DEMO和Wiki都偏向于原子能力,如何把原子能力组合成场景,需要单独的DEMO。

一对一视频聊天是比较常用的一个场景,目前SRS的DEMO聊天的业务属性比较少,比如没有房间列表,也没有移动端。

而且目前不能方便的获取这个DEMO,路径比较长,混在Wiki中。

想要这个复刻的请留言,最好能说明下是学习用的,还是打算准备业务上用的。

winlinvip avatar Jan 08 '22 12:01 winlinvip

一对一视频聊天室的demo还是很有意义,比如:在IOT场景下,使用webrtc的场景,更多的还是一对一的情况,webrtc客户端---webrtc服务端----IPC设备端

xianchuhan avatar Jan 08 '22 12:01 xianchuhan

  1. Just a simple server-side, implementing a simple user list
  2. The client can initiate one-on-one or multi-person video chat, and other text chats are not necessary

jonahzheng avatar Jan 08 '22 12:01 jonahzheng

Hello, I want to get this replica for learning purposes. How can I get it?

willerhe avatar Jan 19 '22 08:01 willerhe

It's all open source and takes time to set up. Once it's done, the address will be posted here.

I have very little time, so I don't know when I can finish it.

winlinvip avatar Jan 19 '22 10:01 winlinvip

Yes, the client can have one-on-one or multi-person video chat in the same room, and the client is more concerned about the Flutter implementation.

inprise1980 avatar Mar 30 '22 05:03 inprise1980

Hello everyone, I have written a demo for the Flutter client-side using the latest code. Project address, completely open source: https://github.com/as946640/flutter_webrtc_deom Insert image description here

as946640 avatar Jul 04 '23 14:07 as946640