sorry if it has been already posted, but i'm facing a big problem.
Sometimes, when I change the MRL, vlc.Playing returns true, but nothing is displayed on the ActiveX ==> I have the cone !
I change dynamically the MRL using this code:
Code: Select all
var _options = new Array(":vout-filter=deinterlace", ":deinterlace-mode=linear", ":audio-language=fr");
document.vlc.addTarget("udp://@225.1.1.1:1111", _options, 12, -666);
Thanks in advance.
Yap.