WebRTC adaptive bitrate support #7782
romainreignier
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
I'd like to see support for adaptive bitrate over WebRTC as well. Most cameras support two streams with different encodings, so would it be possible to advertise both and let the WebRTC clients choose the one that works for them based on bandwidth? For example, my camera is configured with a 1920x1080 4Mbps VBR RTSP stream on port 553 and a 960x540 2Mbps VBR stream on port 554. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
First, I would like to thank the authors of this nice piece of software that uses modern technologies, is open source and easy to install thanks to Docker.
From what I understand, the WebRTC view with go2rtc do not support adaptive bitrate. Is that true?
I know that the WebRTC part is handled by go2rtc, itself built upon pion/webrtc so the issue should be raised over there.
But in the mean time, gstreamer as a complete webrtc suite with adaptive bitrate implemented.
So I was wondering how difficult it would be to have a gstreamer backend for the Webrtc view?
Beta Was this translation helpful? Give feedback.
All reactions