Hum i still have a trouble, now internet explorer doesn't stop without any reason but I don't know how to pass parameter, i mean when i wrote : var options = new Array('sub-track=0'); Subtitles appear, when i do : var options = new Array('audio-track=0'); the audio track is selected but i can't do t...
Ok i found the problem, it was just a problem of structure, Actually we have to do that : var audioTrack = 1; var subtitleTrack = 1; var options = new Array(":audio-track="+(audioTrack)+":sub-track="+subtitleTrack); var itemId = vlc.playlist.add(media_url,null,options); and now I...
I figured out that i can't use the read/write properties but just the methods implemented and not all of them. They probably just have been implemented in the new mozilla-plugin-vlc. I'm gonna try the vlc 0.9.0 that you gave me.
Thank you again
I am using the version 0.8.6a of vlc, I guess that the plugin version is the same ;-) I didn't change anything now it is working on mozilla firefox, but not with internet explorer. With internet explorer I'm using mv_embed which permits to use a vlc plugin under javascript, i use that too for mozill...
I have a big problem,everything was working well, i didn't touch anything and now it doesn't work anymore, i don't understand what is going on! The problem is that the function var itemId = vlc.playlist.add(media_url,null,':audio-track=0 :sub-track=0'); is not recognized anymore but if I try to use ...
your tutorial is a really good idea !
thank you for the documentation, i was blind when i read it before, because of course i already read it.
thank you and let me know if you plan to make your tutorial.
aurelien
hello,
If you want an advice to implement a vlc plugin by javascript you should look for mv_embed, the website is : http://metavid.ucsc.edu/wiki/index.php/Mv_embed
I already implemented it and it works perfectly . . .
I hope that I am helping you and not making you lose your time
aurelien
I would like to thank you a lot for the time spent !!!
Every thing work perfectly now, the mozilla-plugin-vlc is very powerfull!
I would like to know though where you get those informations about the parameters of the mozilla-vlc-plugin.
Thank you in advance
aurelien
Hi everybody, I am using the mozilla-plugin-vlc to play a streamed video from a distant vlc. The video is a TS(transport stream) format. The problem is that I am unable to switch among all the audio stream of the original video and the worth is that I can't display the subtitles. I would like to kno...
Hi everybody, I am using the mozilla-plugin-vlc to play a streamed video from a distant vlc. The video is a TS(transport stream) format . The problem is that I am unable to switch among all the audio stream of the original video and the worth is that I can't display the subtitles. I would like to kn...