Using JavaScript SDK, when we are broadcasting in "screen+camera" mode, both streams are combined into one on the client side and sent to the server as a single stream.
Is there a way to broadcast camera and screen streams as a separate streams/tracks simultaneously?
Question
dmitry027
Hello, everyone.
Using JavaScript SDK, when we are broadcasting in "screen+camera" mode, both streams are combined into one on the client side and sent to the server as a single stream.
Is there a way to broadcast camera and screen streams as a separate streams/tracks simultaneously?
Link to comment
Share on other sites
Top Posters For This Question
2
2
Popular Days
Nov 12
1
Nov 13
1
Nov 14
1
Nov 15
1
Top Posters For This Question
Selim 2 posts
dmitry027 2 posts
Popular Days
Nov 12 2022
1 post
Nov 13 2022
1 post
Nov 14 2022
1 post
Nov 15 2022
1 post
Popular Posts
dmitry027
Hello, everyone. Using JavaScript SDK, when we are broadcasting in "screen+camera" mode, both streams are combined into one on the client side and sent to the server as a single stream.
Selim
Hi @dmitry027 We are adding camera to stream with canvas in "screen+camera" option in our example. I have some options for you: 1- You may send 2 stream with seperately. One of them is
dmitry027
Hello, @Selim. Thank you for your answer. As far as I understand WebRTCAdaptor provides no ability to broadcast multiple streams simultaneously, as stated in webrtc_adaptor.js: /** * This is
Posted Images
3 answers to this question
Recommended Posts