-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
h264 doesn't work in Firefox macOS #647
Comments
Can you verify that you can get h264 working in firefox 57 on appr.tc? I tried and firefox did vp8 (as I mentioned in your thread on the mailing list) so I'm wondering if something is up with ffox 57. You can force clients to use h264 in appr.tc by adding the following to the url: |
I did some more testing and was able to get firefox to do h264, but only if it was the offerer (not the answerer). Not sure what's going on there. Firefox offers h264 with:
And chrome answers with When chrome is the offerer, it offers:
But firefox only answers with vp8. |
Ok, so the issue above is something minor and is related to apprtc, so we can ignore that. I'm wondering why the chrome offer doesn't include h264 profile information though...that may be what firefox is tripping up on. Can you try and have firefox be the offerer and see if that works? |
If the a=fmtp parameters for the H264 PT's are really missing that would explain why Firefox does not choose them, as it doesn't have a clue which H264 profile the offer contains. |
Is it the fault of It sounds very plausible because there is Tried p2p between Safari and Firefox, and it works fine, because there is
in both local and remote SDPs. I'm going to duplicate the issue in |
in
I think that should do it. |
If this is still an issue please open a new issue with updated details. |
I try to make Safari 11 working with jitsi, so I have to switch to H264 via
preferH264
option.While Safari works like a charm I can't get Firefox working. it returns the only VP8 codec in the local SDP. The weirdest thing that it works like a charm in https://safari.opentokrtc.com and has H264 codec inside the local SDP. I can't notice any difference between it and Jitsi setup.
This is Firefox 57.0 on macOS 10.13.1. Here is log for SDP:
Remote:
Local:
Another question: why do I have two pairs of audio/video on remoteDescription, since it's H264 and I have
disableSimulcast: true
?The text was updated successfully, but these errors were encountered: