WebRTC: SDP in Firefox with VP9 encoding -


i not able connect call firefox firefox using vp9, allthough have tried modifying sdp in several different ways. have site similar https://webrtc.github.io/samples/src/content/peerconnection/munge-sdp/, remove unwanted codec. in firefox, vp9 not listed when initiate call. have enabled vp9 on both sender , receiver, setting media.mediasource.webm.enabled true in about:config.

does know how modify correctly call go through, using vp9? running firefox 47.0.1

you need add boolean preference media.peerconnection.video.vp9_enabled set true -- vp9 webrtc still behind flag in firefox.


Comments