Skip to content
This repository has been archived by the owner on Aug 30, 2018. It is now read-only.

Prefer AVC or block VP9 streams. #643

Open
mzso opened this issue Jul 10, 2014 · 1 comment
Open

Prefer AVC or block VP9 streams. #643

mzso opened this issue Jul 10, 2014 · 1 comment

Comments

@mzso
Copy link

mzso commented Jul 10, 2014

Hello!
Now that google made VP9 streams default it can cause problems. Particularly on older machines like mine. VP9 is heavier on the CPU and it can't be HW accelerated.
So a way to play AVC streams of the same resolution instead of VP9 streams is desirable in my opinion.

It will be even more problematic on firefox. (When they unbreak VP9 playback)
Because FF is both CPU heavy (especially if you have addons/scripts) and not multi-process. So playback might be jerky and will be affected by CPU spikes caused by JS and whatever from other pages and the browser's backend.

@mzso
Copy link
Author

mzso commented Feb 17, 2015

Someone made this for chrome:
https://chrome.google.com/webstore/detail/h264ify/aleakchihdccplidncghkekgioiakgal
https://github.com/erkserkserks/h264ify
As much as I tried it worked okay.

As for firefox you can disable media.mediasource.webm.enabled and enable media.mediasource.mp4.enabled It's like this by default for now but it won't always be.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants