[resolu] vlc.Playing returns true but nothing displayed
Posted: 10 Nov 2006 11:22
Hi,
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:
As vlc.Time and vlc.Position returns 0 in live, how could I know if there is something displayed ?
Thanks in advance.
Yap.
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.