Coder Social home page Coder Social logo

H264 doesn't work in Firefox about jicofo HOT 5 CLOSED

jitsi avatar jitsi commented on June 25, 2024
H264 doesn't work in Firefox

from jicofo.

Comments (5)

bbaldino avatar bbaldino commented on June 25, 2024

chrome doesn't seem to require the profile information in the offer, which is why we hadn't noticed this before when we were testing h264 with chrome. but we'll need to add a parameter extension in jicofo to add the profile information, like so:

addParameterExtension(h264, "profile-level-id",  "42e01f;level-asymmetry-allowed=1;packetization-mode=1"

chrome offers many different profiles, but firefox implements only 42e01f i think.

from chrome:

a=fmtp:100 level-asymmetry-allowed=1;packetization-mode=1;profile-level-id=42001f
a=fmtp:102 level-asymmetry-allowed=1;packetization-mode=1;profile-level-id=42e01f
a=fmtp:107 level-asymmetry-allowed=1;packetization-mode=1;profile-level-id=4d0032
a=fmtp:109 level-asymmetry-allowed=1;packetization-mode=1;profile-level-id=640032

from jicofo.

rhwu avatar rhwu commented on June 25, 2024

This is affecting the newer version of Chrome as well.

H264 doesn't work when tested with Chrome 66.0.3359.181 on
https://meet.jit.si/demotest#config.preferH264=true&config.p2p.enabled=false&config.disableSimulcast=true

Looks like it's the below change that makes the different.
https://webrtc-review.googlesource.com/c/src/+/57820/4/media/base/codec.cc

from jicofo.

iclems avatar iclems commented on June 25, 2024

@rhwu do you know what packetization mode Firefox expects?

from jicofo.

rhwu avatar rhwu commented on June 25, 2024

@iclems Not sure. Doesn't the suggested change work for you?

from jicofo.

bgrozev avatar bgrozev commented on June 25, 2024

Re-open if still relevant

from jicofo.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.