muaz-khan / WebRTC-Experiment

WebRTC, WebRTC and WebRTC. Everything here is all about WebRTC!!
https://www.webrtc-experiment.com/
MIT License
11.65k stars 3.95k forks source link

Live Stream display like "jitsi meet" demo. Is it possible? #552

Open truptikagathara opened 6 years ago

truptikagathara commented 6 years ago

I am new in webrtc. I have display live streaming video like "jitsi meet" demo using RTCMultiConnection and RecordRTC. Is it possible?

Site link: https://jitsi.org/jitsi-meet/ Demo site url: https://meet.jit.si/

I have checked most off demo like Scalable-Broadcast, video-conferencing, RecordRTC and RTCMulitConnection and work following way:

"A" start stream. After, "B" will be open same link and start stream. In "B" user's screen display local (B) and remote (A) videos and in "A" user's screen also displays local (A) and remote (B) videos. If "C" will be open same link and join now display 'local (C), remote (A) and remote (B)' videos on "C" user's screen, Also in A and B user's screen added and display "C" remote video. In this case all session create and manage different and 3 record video generates.

So, it is possible "A", "B", "C" user open steam it's auto join connected in one stream and after all user turn end only one recorded video generate without merge.

truptikagathara commented 6 years ago

Hello @muaz-khan, Can you please give me solution for this queries?

ph4t0o0o0om commented 5 years ago

@truptikagathara hi bro do you implement this?