Search found 12 matches

Go to advanced search

by auelihein
13 Mar 2007 15:58
Forum: Web and scripting
Topic: mozilla-plugin-vlc and subtitles
Replies: 16
Views: 9573

there we go

Code: Select all

var options = new Array('aspect-ratio='+aspectRatio,'sub-track='+subtitleTrack,'audio-track='+audioTrack);
by auelihein
13 Mar 2007 14:53
Forum: Web and scripting
Topic: mozilla-plugin-vlc and subtitles
Replies: 16
Views: 9573

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...
by auelihein
13 Mar 2007 11:16
Forum: Web and scripting
Topic: mozilla-plugin-vlc and subtitles
Replies: 16
Views: 9573

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...
by auelihein
13 Mar 2007 09:47
Forum: Web and scripting
Topic: mozilla-plugin-vlc and subtitles
Replies: 16
Views: 9573

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
by auelihein
12 Mar 2007 09:33
Forum: Web and scripting
Topic: mozilla-plugin-vlc and subtitles
Replies: 16
Views: 9573

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...
by auelihein
09 Mar 2007 15:16
Forum: Web and scripting
Topic: mozilla-plugin-vlc and subtitles
Replies: 16
Views: 9573

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 ...
by auelihein
08 Mar 2007 17:12
Forum: Web and scripting
Topic: mozilla-plugin-vlc and subtitles
Replies: 16
Views: 9573

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
by auelihein
08 Mar 2007 17:06
Forum: Web and scripting
Topic: Javascriot interface for VLC
Replies: 2
Views: 1971

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
by auelihein
08 Mar 2007 16:29
Forum: VLC media player for Linux and friends Troubleshooting
Topic: mozilla-plugin-vlc and subtitles
Replies: 1
Views: 688

The answer to this problem is here :
viewtopic.php?t=33190
I did a mistake in posting this subject here
sorry for that
aurelien
by auelihein
08 Mar 2007 16:26
Forum: Web and scripting
Topic: mozilla-plugin-vlc and subtitles
Replies: 16
Views: 9573

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
by auelihein
07 Mar 2007 11:37
Forum: Web and scripting
Topic: mozilla-plugin-vlc and subtitles
Replies: 16
Views: 9573

mozilla-plugin-vlc and subtitles

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...
by auelihein
07 Mar 2007 10:07
Forum: VLC media player for Linux and friends Troubleshooting
Topic: mozilla-plugin-vlc and subtitles
Replies: 1
Views: 688

mozilla-plugin-vlc and subtitles

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...

Go to advanced search