Simple-peer: change codec and bandwidth on the fly

Created on 22 May 2019  路  2Comments  路  Source: feross/simple-peer

hello folks, thank you for the library, we are trying to change the codec to vp9 if available

https://developers.google.com/web/updates/2016/01/vp9-webrtc do you think the library can implement it along with it, dynamic bandwidth setting would also be awesome to have, below is a sample to do that https://github.com/webrtc/samples/blob/gh-pages/src/content/peerconnection/bandwidth/js/main.js

Most helpful comment

Change peer.sdpTransform (or it's behaviour), then call peer.negotiate().

All 2 comments

Closing comment, found sdpTransform will reopen if it doesn't work

Change peer.sdpTransform (or it's behaviour), then call peer.negotiate().

Was this page helpful?
0 / 5 - 0 ratings

Related issues

alexmarion picture alexmarion  路  4Comments

gopchi picture gopchi  路  4Comments

adammw picture adammw  路  5Comments

mullerivan picture mullerivan  路  4Comments

scriptonist picture scriptonist  路  5Comments