Multiple Players at same page

Hello!

Its possible to use the player (webrtc) not embed, on the same page, to monitor arround 50 streams?

Actually we are using this with the embed code and works.
 
Thanks Max,

I check the demo and documentation.
Is possible to implement is on the same page where stream webcam?

For example, we have 1 webcam publishing and 2 streaming being played.
 

Max

Administrator
Staff member
Is possible to implement is on the same page where stream webcam?
For example, we have 1 webcam publishing and 2 streaming being played.
Yes. Please check Two Way Streaming example (demo). You should just combine this example with 2 players mentioned above.
Some tips:
1. Websocket session can be one for all streams
2. For every stream, there should be a <div> element on the page.
 
Top