hoyois / clicktoplugin

Prevents plug-ins from loading automatically in Safari
http://hoyois.github.com/safariextensions/clicktoplugin/
228 stars 45 forks source link

No 240p FLV, 480p FLV, 1080p MP4 #50

Open bo3rnd opened 10 years ago

bo3rnd commented 10 years ago

Hi,

I just saw that there was an update for clicktoflash on 06.11.2013 with these notes: "Updated the YouTube killer with support for 480p FLV, 1080p MP4, and 1440p MP4 videos"

But I can only select 360p MP4 and 720p MP4. What happened with the other formats?

thanks

hoyois commented 10 years ago

Sadly, YouTube took down 480p, 1080p, and 1440p within a week of the last update...

240p, on the other hand, still is and has always been there, but you need a QuickTime plug-in that can decode FLV.

hoyois commented 10 years ago

On a positive note, there's active work being done to enable DASH playback in Safari: https://bugs.webkit.org/show_bug.cgi?id=123378. There's already a patch so I'm hopeful this will make it to the WebKit nightlies very soon, and when it does I'll try to bring back 1080p/1440p HTML5 playback.

monica66 commented 10 years ago

I always use FLV format to upload my GoPro MP4 videos to Youtube with help of Brorsoft Video Converter. You can have a try to adjust the video resolution.

andresj-io commented 10 years ago

Hi, I'd like to know if there has been any update on this subject, thanks

hoyois commented 10 years ago

@andres21aj Nope, still no support for DASH in the nightly builds.

LordHDL commented 9 years ago

What about 480p mp4? It seems the highest I get is 360p for 480p videos.

hoyois commented 9 years ago

480p mp4 does not exist. 480p flv used to exist, but even that doesn't exist anymore — only DASH now.

Of course, DASH playback is now possible in Safari 8, but implementing playback is a nightmare because video decoding must be done manually. If someone knows of an open-source HTML5 player that supports YouTube DASH, let me know.

ghost commented 9 years ago

libdash/bitdash or dash.js? Honestly I don't have any clue about this but I just love your extension and I'd like to see 1080p support.

hoyois commented 9 years ago

I've tried dash.js but it always produces obscure errors on YouTube's manifests. Frustratingly, Safari 8 can directly play the 1080p MP4 files, but I don't know a reliable way to sync the audio and the video without MSE. A MediaController makes the audio lag behind by half a second.

hoyois commented 9 years ago

@chrisaljoudi None of the tracks are problematic. It's only the fact that two separate files must play in sync which is the problem.

saboch commented 9 years ago

@hoyois there is an open source HTML5 player called video.js that seems fairly active and has plugin support for dash.js and dash.as on their github page, this all isn't really my forte but the results looked promising! http://blog.videojs.com/post/92536319027/dash-everywhere-ish-hack-project#disqus_thread

asoksevil commented 9 years ago

Any new updates? AFAIK 360p and 720p are the only options available.

hoyois commented 9 years ago

Nope, nothing new. It's probably best not to expect anything. At least we can be grateful that the 720p video is still there, now that all main browsers support MSE.

luizfonseca commented 8 years ago

Guys, what about this? https://github.com/Dash-Industry-Forum/dash.js/tree/v1.2.0/contrib/videojs

bretello commented 8 years ago

Any news on this?