erkserkserks / h264ify

A Chrome extension that makes YouTube stream H.264 videos instead of VP8/VP9 videos
MIT License
1.03k stars 114 forks source link

how do I make it work on embeded videos? #1

Closed sdsucks closed 9 years ago

sdsucks commented 9 years ago

I see no option? do I have to click "play on youtube" everytime?

prakharbahuguna commented 9 years ago

The extension is set to only activate on YouTube itself. Allowing access on all websites will allow it to block WebM when a YouTube video is embedded in another website.

martindale commented 9 years ago

Actually, shouldn't the extension work as-is if the YouTube video is an embedded iframe?

edit: apparently not by default, but it seems like you can add "all_frames": true to also make this functional on iframes, as in martindale/soundtrack.io-chrome#12

erkserkserks commented 9 years ago

Added "all_frames": true to the manifest. Thanks for the tip @martindale!