Search found 22 matches

Go to advanced search

by Yapadavaro
04 Dec 2007 14:20
Forum: Web and scripting
Topic: [SOLVED] New Unified API - Problem with UNC path
Replies: 4
Views: 2058

Thank you, it's working well now.

Yap.
by Yapadavaro
04 Dec 2007 11:33
Forum: Web and scripting
Topic: [SOLVED] New Unified API - Problem with UNC path
Replies: 4
Views: 2058

[SOLVED] New Unified API - Problem with UNC path

Hi all. I have decided to work with the new 'Unified API' functions. Thank you Quovodis for the html exemple, but I have one big problem. I work on an Intranet product. I'm using the ActiveX to play files located on a storage, so I use UNC path, like "\\server_name\share\file.mpg". This ki...
by Yapadavaro
13 Dec 2006 12:37
Forum: Web and scripting
Topic: Multiple Network Cards
Replies: 0
Views: 1058

Multiple Network Cards

Hi, I'm using VLC ActiveX for playing multicast streams (coming from Anevia DVB Gateway :lol: ). I have 2 network cards on my PC. The metric is set to automatic for both. Sometimes, the player can't received multicast streams because it binds on the wrong network interface. My work-around is to chan...
by Yapadavaro
12 Dec 2006 17:58
Forum: Web and scripting
Topic: how can i switch audio to mono using activex?
Replies: 11
Views: 4571

Hi, have a look on this.

https://trac.videolan.org/vlc/changeset/18383

Yap.
by Yapadavaro
07 Dec 2006 18:41
Forum: Web and scripting
Topic: how can i switch audio to mono using activex?
Replies: 11
Views: 4571

Ok, try that : Audio filter for stereo to mono conversion --sout-mono-channel {0 (Left), 1 (Right), 2 (Left rear), 4 (Right rear), 8 (Center), 5 (Left front)} Select channel to keep This option silcences all other channels except the selected channel. Choose one from (0=left, 1=right 2=rear left, 3=...
by Yapadavaro
04 Dec 2006 12:05
Forum: Web and scripting
Topic: [resolu] vlc.Playing returns true but nothing displayed
Replies: 4
Views: 2051

[Resolu] Web and scripting

It depends on the source.
With one of our dvb gateway, I must be explicit in the program field and give to vlc the correct SID.
There is one program, but perhaps the PAT and the PMT isn't correctly repeated in the multicast program.

Yap.
by Yapadavaro
01 Dec 2006 09:30
Forum: Web and scripting
Topic: IE (ActiveX) Plugin Fullscreen / VLC app setting
Replies: 10
Views: 6758

Hi all, First problem : Fullscreen If you launch the activex like that, it works : var _options = new Array(":vout-filter=deinterlace", ":deinterlace-mode=linear", ":fullscreen=1"); document.vlc.addTarget(strToLoad, _options, 12, -666); The activeX is launched in fullsc...
by Yapadavaro
30 Nov 2006 16:38
Forum: Web and scripting
Topic: how can i switch audio to mono using activex?
Replies: 11
Views: 4571

While launching your content, try to add :mono in the array.

var _options = new Array(":mono");
vlc.addTarget(strToLoad, _options, 12, -666);

Yap.
by Yapadavaro
30 Nov 2006 09:24
Forum: Web and scripting
Topic: how can i switch audio to mono using activex?
Replies: 11
Views: 4571

Hi BorPas

which OS ?
which vlc version ?
which Internet browser ?

Yap.
by Yapadavaro
30 Nov 2006 08:44
Forum: Web and scripting
Topic: how can i switch audio to mono using activex?
Replies: 11
Views: 4571

Hi BorPas

which OS ?
which vlc version ?
which Internet browser ?

Yap.
by Yapadavaro
29 Nov 2006 11:09
Forum: Web and scripting
Topic: ActiveX Slider doesn't appear
Replies: 2
Views: 2160

Hi blek,

what is your client OS ? w2k ? XP ?

Yap.
by Yapadavaro
27 Nov 2006 11:53
Forum: Web and scripting
Topic: [resolu] vlc.Playing returns true but nothing displayed
Replies: 4
Views: 2051

Hi Tappen.

Which version of vlc are you using ?
With the 0.8.5, vlc.input is undefined.
With the 0.8.6 test2, undefined to.

I'm under IE6, is this working with it ? Or I must used Mozilla ?

Thanks.
Yap.
by Yapadavaro
17 Nov 2006 12:04
Forum: Web and scripting
Topic: [resolu] vlc.Playing returns true but nothing displayed
Replies: 4
Views: 2051

Is there somebody with the same problem ?

Thanks for your reply.
Yap.
by Yapadavaro
10 Nov 2006 14:42
Forum: Web and scripting
Topic: Really simple problem?
Replies: 1
Views: 1269

Hi, try to have an image of your playlist with an array in javascript. Then, when you have a new MRL to add, clear your playlist, and reinsert your entries (in the array) till the wish insert entry, add your new, and continue by inserting next entries (the end of the array). Hope this help. I don't ...
by Yapadavaro
10 Nov 2006 14:14
Forum: Web and scripting
Topic: Could somebody verify?
Replies: 5
Views: 2128

Works fine for me.
by Yapadavaro
10 Nov 2006 11:22
Forum: Web and scripting
Topic: [resolu] vlc.Playing returns true but nothing displayed
Replies: 4
Views: 2051

[resolu] vlc.Playing returns true but nothing displayed

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: var _options = new Array(":vout-filter=deinterlace"...
by Yapadavaro
10 Nov 2006 10:51
Forum: Web and scripting
Topic: select audio track problem
Replies: 2
Views: 1566

See my post : Get Audio PID or language of a multicast stream

Yap.
by Yapadavaro
10 Nov 2006 10:49
Forum: Web and scripting
Topic: Get/Set Audio PID or language of a multicast stream
Replies: 1
Views: 1655

No way ... But i found something else, I post it because it could interested some one. By giving the iso code (2 letters for me), the ActiveX match the correct language if available in the multicast stream. var _options = new Array(":vout-filter=deinterlace", ":deinterlace-mode=linear...
by Yapadavaro
09 Nov 2006 11:48
Forum: Web and scripting
Topic: HOWTO turn on debug logging in ActiveX
Replies: 7
Views: 3550

Hi hm,

could you post your html/javascript code ?
If I could help you ...

Yap.
by Yapadavaro
09 Nov 2006 11:32
Forum: Web and scripting
Topic: VLC ActiveX and JavaScript
Replies: 2
Views: 2693

Hi jagadish_ece, instead of : <input type=button vlaue=clickme onclick=play()></input> try this : <input type='button' value='clickme' onclick='play();'> and instead of function play() { document.vlc.pause(); } try that: function play() { if(document.vlc.Playing) { document.vlc.pause(); } else { doc...
by Yapadavaro
09 Nov 2006 10:44
Forum: Web and scripting
Topic: Get/Set Audio PID or language of a multicast stream
Replies: 1
Views: 1655

Get/Set Audio PID or language of a multicast stream

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 : keyvalue = vlc.getVariable("key-audio-t...
by Yapadavaro
09 Nov 2006 10:05
Forum: Web and scripting
Topic: select audio track problem
Replies: 2
Views: 1566

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 : var keyvalue = objVlc.get_str_variable("key-audio-track"); objVlc.s...

Go to advanced search