sipsorcery icon indicating copy to clipboard operation
sipsorcery copied to clipboard

RTCRtpEncodingParameters.maxBitrate

Open tghanem opened this issue 2 years ago • 2 comments

I might have missed this issue #346. But simply put, is there a way to set RTCRtpEncodingParameters.maxBitrate in sipsorcery?

tghanem avatar Mar 17 '22 14:03 tghanem

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.

sipsorcery avatar Mar 17 '22 21:03 sipsorcery

So, you mean that it's a codec parameter not something controlled by RTCPeerConnection, right?

tghanem avatar Mar 22 '22 14:03 tghanem