versatica / libmediasoupclient

mediasoup client side C++ library
https://mediasoup.org
ISC License
286 stars 177 forks source link

How to manually set the producer audio and video codec #110

Closed WhitePi closed 3 years ago

WhitePi commented 3 years ago

In mediasoup-client,I can specify the producer codec use ProducerOptions(‘codec’);but libmediasoupclient cant!It has no ‘codec ’parameter?Do I need to adjust the source code or operate 'routerRtpCapability' and then load again?

ibc commented 3 years ago

It's a missing feature in libmesiasoupclient, yes.