Page 1 of 1

select audio track problem

Posted: 08 Nov 2006 17:36
by popy
Hi, I´m using vlc 0.8.4 pluggin embebed in firefox on Fedora 4 and I have to change the audio channel of a multicast group
I´m using the line code:
objVlc.set_str_variable("audio-track", "1");
But this line don´t work, some idea?

Thanks

Posted: 09 Nov 2006 10:05
by Yapadavaro
Hi, I'm new on this forum.
I'm currently using v0.8.5 and under IE.

I don't know if it's possible to SELECT a particular audio track.
Try this JS command, i think it will select the next audio track in your mcast content :

Code: Select all

var keyvalue = objVlc.get_str_variable("key-audio-track"); objVlc.set_str_variable("key-pressed", keyvalue);
Hope this help.
Yap.

Posted: 10 Nov 2006 10:51
by Yapadavaro
See my post : Get Audio PID or language of a multicast stream

Yap.