deepch / RTSPtoWeb

RTSP Stream to WebBrowser
MIT License
1.32k stars 312 forks source link

Select webrtc as default for multi view #305

Open TA2k opened 1 year ago

TA2k commented 1 year ago

It looks like the multi view is setting MSE as default. Is there any possibility to set webrtc as default. A changed is not saved and it looks like the network is still using MSE

It looks also that the multiviel open in multiple browser leads to a lot of refresh of the camera views

DaAwesomeP commented 1 year ago

It seems that you need to change the stream method option before adding the stream. This is good because it lets you mix and match stream types, but a default would be great. Possibly specifying the default via query string would be nice.

triip0d commented 1 year ago

Let me know if you figure this out, I am wanting the same thing where if multi view refreshes the view defaults to WEBRTC instead of the MSE.