sipsorcery
sipsorcery copied to clipboard
RTCRtpEncodingParameters.maxBitrate
I might have missed this issue #346. But simply put, is there a way to set RTCRtpEncodingParameters.maxBitrate
in sipsorcery
?
No, there's not.
The VP8 and H264 wrappers are prototypes at best and most parameters, including max bitrate, are left at the default for realtime streaming. If you want to dig deeper you can have a look here or here dependng on which video lirbary you are using.
So, you mean that it's a codec parameter not something controlled by RTCPeerConnection
, right?