3

I am not able to connect a call from Firefox to Firefox using VP9, allthough I have tried modifying the SDP in several different ways. I have a site similar to https://webrtc.github.io/samples/src/content/peerconnection/munge-sdp/, where I simply remove the unwanted codec. In Firefox, VP9 is not listed when I initiate the call. I have enabled VP9 on both sender and receiver, by setting media.mediasource.webm.enabled to true in about:config.

Does anybody know how to modify it correctly to get the call to go through, using VP9? I am running Firefox 47.0.1

anters
  • 47
  • 1
  • 8
  • https://stackoverflow.com/questions/64273530/webm-vp9-support-in-firefox says that it's not supported (anymore?). – Ben Bucksch Feb 23 '21 at 04:06

1 Answers1

3

you need to add a boolean preference media.peerconnection.video.vp9_enabled that is set to true -- VP9 for WebRTC is still behind a flag in Firefox.

Philipp Hancke
  • 15,855
  • 2
  • 23
  • 31