AlexxIT / go2rtc

Ultimate camera streaming application with support RTSP, RTMP, HTTP-FLV, WebRTC, MSE, HLS, MP4, MJPEG, HomeKit, FFmpeg, etc.
https://github.com/AlexxIT/Blog
MIT License
4.13k stars 330 forks source link

WebRTC Simulcast #288

Open joukio opened 1 year ago

joukio commented 1 year ago

IMHO it would be a really big improvement to be able to use webrtc simulcast in go2rtc. Would that be possible to integrate somehow?

AlexxIT commented 1 year ago

This can be just manual stream switching. Because automatic source switching inside one stream should use some logic. Different users may want to have different logic. I do not know how the algorithm should work to satisfy everyone.

joukio commented 1 year ago

well, even manual switching would already be an improvement of course. Will try to find some more information about what most people would satisfy.