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.