Intel® Collaboration Suite for WebRTC
Community support and discussions on the Intel® Collaboration Suite for WebRTC (Intel® CS for WebRTC).

How can i change self bit-rate and subscription bit-rate

Nikhil_kumar__Doosar
349 Views

Hello team,

we are using intel cs (v4.1) ,how we can change bit-rate or frames per second  on fly .

 

Thanks,

Nikhil

0 Kudos
1 Reply
Qiujiao_W_Intel
Employee
349 Views

You can specify maxBitrate in video and audio options when publishing local stream, and once it's published, the published stream bitrate is fixed. For subscription bitrate, you can specify resolution, fps and bitrateMutiplier to a specified bitrate. If you want to change subscribed  stream's bitrate, use subscription.applyOptions to update the subscription options.

0 Kudos
Reply