VLCTube

By FurYy Last update Nov 24, 2011 — Installed 11,574 times.

Archived Comments (locked)

in
Subscribe to Archived Comments 27 posts, 9 voices



Jesse Andrews Admin

The following is an archive of comments made before threaded discussions was implemented (November 16th, 2008)

 
JoeSimmons Scriptwright

Awesome. I got the nightlies vlc, and added the path and it's working now. Thanks.

 
eminn3m Scriptwright

Working fine for me with Vista x64.

 
simon! Scriptwright

VideoLAN 0.9.4 running on Vista = still, not working.

http://forum.videolan.org/viewtopic.php?f=14&t=...
https://trac.videolan.org/vlc/ticket/2062
http://code.revolunet.com/VLCcontrols/VLCcontro...

seems like they didn't fixed the bug, yet.

 
JoeSimmons Scriptwright

I added the vlc dir to %PATH% on xp and it didn't work. Maybe I'm doing it wrong, I don't think so, but maybe. How exactly did you add your path?

 
FurYy Script's Author

@Ryan: You can set it to debug mode, just add 'true' ;) :
var vlc_controls = new VLCcontrols(myvlc, true);

@Joe: Yes, couldn't find 'http' module. Suggestion at vlc trac : add vlc install dir to %PATH%, that might help.
Http plugin probably cannot load/find a dependency:

cannot load module `C:\Program Files\VideoLAN\VLC\plugins\libaccess_http_plugin.dll' 
(The specified module could not be found. (error 126))

Edit: Ok, tested adding vlc dir to %PATH% on XP and it actually worked with 0.9.2 :P

 
JoeSimmons Scriptwright

@JoeSimmons: Does this work for you ?

No. It's probably a problem with the VLC Plugin itself. This is what I get when I use the debug and click play.

 
Ryan Cordell User

Well, VLCtube seems to be working fine now, and with those bugs fixed, it will be my favorite script all due to the fullscreen function. :)

But, I agree. Setting on the debug mode DOES make the video play correctly. I'll just have to force it on somehow.

Edit; I'm wondering if it will be able to tell how much is buffered. Compared to the standard flash player or Quicktime, there's no indication or so, so it's a bit clumsy.

 
NyaR User

I'm getting a c++ runtime error on youtube, but it is working fine... I have looked for ways to disable this error but have not found it...
I am using the .3 nightly + mozilla plugin during install

 
FurYy Script's Author

@JoeSimmons: Does this work for you ?
Unless i've seriously missed something, it seems to be the problem with VLC plugin itself. Enable debug mode (wrench/tool icon ;) ) and paste output to some pastebin. Are you using 0.9.2 or 0.9.3-git ?
You can try to delete vlc_controls.play() in the 'userscript' before //vlc_controls.onready... :P
Another thing that javascript object/plugin has not been fully initialized when used :P setTimeout() might help :S

 
JoeSimmons Scriptwright

I get this when I click the fullscreen button... (and the video still isn't working)
Error: uncaught exception: Error calling method on NPObject! [plugin exception: No active input].

 
FurYy Script's Author

0.9.3 fixed that for me on XP ;)

 
simon! Scriptwright

I can't wait ;)

and I think that your FIRST PRIORITY should be a Free Software operating system

way to go bro. (when I'll finally will go to Linux... be sure that I will NOT install any Adobe Flash player)

 
FurYy Script's Author

FFS. Back to 'drawing board' then. I'll see when i get my hands on some windows boxes or vbox running :P

Ok, got virtualbox running and even http://code.revolunet.com/VLCcontrols/VLCcontro... fails on XP & FF 3.0.1. :(
yet works fine on my linux. I'm starting to suspect window vlc plugin is b0rked.
For example direct link to http://images.apple.com/movies/wb/i_am_legend/i... and still won't play in plugin. Standalone works fine.

http://forum.videolan.org/viewtopic.php?f=14&t=...

https://trac.videolan.org/vlc/ticket/2062
The mozilla plugin tries to play http://* movies with access_mms instead of access_http and fails to open the movie.

 
JoeSimmons Scriptwright

Nope, same thing. lol.

 
FurYy Script's Author

Ok, calling play on onready event works for me, but just calling play() gives ' playlist empty' error.
Yet if debug mode is enabled then it plays most of the time :S
Some async error suppose :(

Edit: Actually there was something in the playlist, but script couldn't clear it to play 'new' file :D The culprit seemed to be that MRL. Weird.
Does it work NOW? :D

 
JoeSimmons Scriptwright

Still not working..

 
FurYy Script's Author

@Ryan Cordell: Weird. It's working for me on Ubuntu with 0.8.6 and 0.9.2. Are you on windows?
Make sure you have latest script installed. If it still doesn't work then i can only suggest you to try to modify the script yourself :(
Check revolunet.com for help.

Or maybe FF has cached the javascript files and thus using old versions?

 
Ryan Cordell User

Trying to use this seems to yield a "Nothing in playlist!" error.

 
FurYy Script's Author

@JoeSimmons:
Ok, i've updated VLC controls on my server and finally got 0.9.2 installed and it plays for me. Maybe slow net or old controls code was the cause?

Edit: ah, needs play() ;)

 
JoeSimmons Scriptwright

Yes I just newly installed it.

 
FurYy Script's Author

@JoeSimmons: 0.9.2 version ?

 
JoeSimmons Scriptwright

I have the plug-in but it just says 'Loading video' but it never does.

 
Ryan Cordell User

Is there anything else, besides the var vlc_version that has to be changed to make this script work with the new VLC version?

 
FurYy Script's Author

Is it still working ? :D Dunno when intrepid's package comes. :)
Anyway , i'll keep it at version 0.8.6 for now. If you got the new version, change it yourself, if need be.

Edit: Actually js library seems to work without specifying a version.

Cross
Presentational HTML allowed.
Use <code> for inline code and <pre> for code blocks. Use &lt; and &gt; for literal < and >.
We help break paragraphs and link your links.
or cancel