webRTC fullscreen with other RTSP stream

Intergon

New Member
It is possible to play small-size stream as thumbnail and after click fullscreen button play main full-size stream with other RTSP URL ?
Or how can it be achieved?
 

Max

Administrator
Staff member
Good day.
Please look at 2 Players example. You can play 2 streams at one page simultaneously, you can arrange <div> elements to display those streams on the page. Also, you can call stream.fullScreen() function, but only one stream can be played in full screen at same time.
 
Top