jackun / VLCTube

The Unlicense
15 stars 4 forks source link

Video in player reached through YT link doesn't actually load until page is reloaded #31

Closed asampal closed 9 years ago

asampal commented 9 years ago

From a source other than YouTube I click on a YT link and the page opens up with VLCTube running. I click play and the video plays as it should. If I click on a link to another video on this same page, the page changes and shows the correct title and comments. However, in the player, the original video keeps playing (if it was playing when I clicked on the new link), or, if the original video had stopped, it is still the video that is showing in the player when the new text for the page loads. When I refresh the page, the player shows the correct video.

Windows 8.1 64 bit Firefox 33.0.3 Greasemonkey 2014.10.29.nightly VLCTube 57.36

jackun commented 9 years ago

Is it showing that red loading bar on top of the page? Dealing with SPF might be broken currently.

asampal commented 9 years ago

Yes, the red loading bar shows the page loading. Sorry, what's SPF?

jackun commented 9 years ago

Basicly ajax, instead of loading whole page, it loads "smaller" fragments. Supposed to be faster/less data loading. But you can try using YoutubeCenter etc to disable SPF for now.

asampal commented 9 years ago

So you're saying this is a known issue? I'm not sure when I started seeing this behaviour, but it wasn't just in the current version of VLCTube.

jackun commented 9 years ago

Yeah. SPF itself has been broken for me (well, another script disables it), but I'll check it out.

jackun commented 9 years ago

Ok, should work most of the time now though needs some tuning (sidebar height etc).

asampal commented 9 years ago

Seems to work now. Thanks