Embark on a journey of knowledge! Take the quiz and earn valuable credits.
Take A QuizChallenge yourself and boost your learning! Start the quiz now to earn credits.
Take A QuizUnlock your potential! Begin the quiz, answer questions, and accumulate credits along the way.
Take A QuizKindly log in to use this feature. We’ll take you to the login page automatically.
LoginGeneral Tech Bugs & Fixes 3 years ago
User submissions are the sole responsibility of contributors, with TuteeHUB disclaiming liability for accuracy, copyrights, or consequences of use; content is for informational purposes only and not professional advice.
Chrome does not yet support H.264. For proof, see this fiddle which removes the VP8 codec.
The fiddle lets you cut'n'paste offer/answers to make a connection between two tabs or browsers, but for now, just paste the offer into a text editor and look at it:
You'll find that Firefox offers H.264 to spec:
a=rtpmap:126 H264/90000
a=rtpmap:97 H264/90000
whereas Chrome offers VP8 only, in spite of us just having removed it:
a=rtpmap:100 VP8/90000
So when you say it works from Chrome to Chrome, I think you're really seeing VP8.
They are apparently working H.264 though.
Update: Apparently H.264 support is behind a flag in Chrome 50. Enable it with:
chrome://flags/#enable-webrtc-h264-with-openh264-ffmpeg
No matter what stage you're at in your education or career, TuteeHUB will help you reach the next level that you're aiming for. Simply,Choose a subject/topic and get started in self-paced practice sessions to improve your knowledge and scores.
Kindly log in to use this feature. We’ll take you to the login page automatically.
LoginReady to take your education and career to the next level? Register today and join our growing community of learners and professionals.
Your experience on this site will be improved by allowing cookies. Read Cookie Policy
Your experience on this site will be improved by allowing cookies. Read Cookie Policy
manpreet
Best Answer
3 years ago
I try to connect Firefox 45 to Chrome 51dev to transfer h264 video. Firefox to Firefox and Chrome to Chrome works perfectly. But Firefox to Chrome transfers vp8 video even though I set the priority h264.
To set the codec priority I used this link: https://miguelpdl.github.io/WebRTC-codelab/session06/lab/html/step03.html
On the answer side remote description contains:
But local description contains only:
Can I connect Firefox to Chrome to transfer h264?