jackun / VLCTube

The Unlicense
15 stars 4 forks source link

youtube livestream doesnt play #9

Closed Sonic0170 closed 10 years ago

Sonic0170 commented 10 years ago

tyt live june 27, 2014 (live stream) https://www.youtube.com/watch?v=VvHFW0l8BGA

when i load it, it doesn't show resolution options and it does not play, not sure why it shows capital S for "stop"

Sonic0170 commented 10 years ago

JS errors found in console TypeError: ev is null watch:2207 TypeError: f.getPlayerState is not a function watch_commentsrealtime.js:207

jackun commented 10 years ago

Oh right, the same issue that XHR cross-site request is prohibited from plain html. Should work for pre v33 firefox now.

Sonic0170 commented 10 years ago

so it works on firefox version 32 and earlier?

im not 100% sure i understand if I guessed that wrong O.o

jackun commented 10 years ago

Yep. Seems that GM_xmlhttpRequest (GM 2.0beta) is farked currently on Fx v33+. Some XRay error. Edit: With GM nightly (23rd june), 'Net' log shows that it request the HLS playlist, but GM_xmlhttpRequest's 'onload' event isn't called.

jackun commented 10 years ago

Oh, Mozillazine forum user Alice made a fixed version for v33+ That site is a bit confusing, reuploaded to my dropbox. Source

Sonic0170 commented 10 years ago

that worked, so it was GM's fault this time. BTW i was using 1.15 before i installed that update you posted, so it seems its both GM and mozilla fault kinda lol. ohwell, at least it works, issue closed