Get/Set Audio PID or language of a multicast stream
Posted: 09 Nov 2006 10:44
Hi,
I'm using the activeX v0.8.5 under IE and I need to select specific audio PID.
Is there a way (script or function) to get from the activeX all audio entries in the playing multicast stream? Or is the only method is to switch audio entry by this code :
Thanks for your help.
Yap.
I'm using the activeX v0.8.5 under IE and I need to select specific audio PID.
Is there a way (script or function) to get from the activeX all audio entries in the playing multicast stream? Or is the only method is to switch audio entry by this code :
Code: Select all
keyvalue = vlc.getVariable("key-audio-track");
vlc.setVariable("key-pressed", keyvalue);
Yap.