Search found 11 matches

Go to advanced search

by zvona
27 Dec 2006 12:04
Forum: Web and scripting
Topic: New Unified APIs for ActiveX and Mozilla plugins for 0.8.6
Replies: 91
Views: 369012

Maybe stopping the video on the unload event would help to prevent the lockup? (havn't tried that yet) Something like: <body onunload='document.getElementById('vlc').playlist.stop()'> I've implemented this idea in other way: I don't append the VLC object into document until the whole document and i...
by zvona
20 Dec 2006 09:27
Forum: Web and scripting
Topic: axvlc.cab version 0.8.6 / internet explorer deployment
Replies: 3
Views: 3080

Regarding to this issue: does currently exists an URL, which would automatically refer to latest stable version VLC player for different platforms, eg. www.videolan.org/download/win32/latest ? Currently one needs to refer straight on certain version, which later could be obsolete. This "latest ...
by zvona
13 Dec 2006 14:51
Forum: Web and scripting
Topic: New Unified APIs for ActiveX and Mozilla plugins for 0.8.6
Replies: 91
Views: 369012

Quovodis, your example works on 0.8.6. but will cause Mozilla 0.8.5. to crash and won't work on ActiveX 0.8.5. at all. Perhaps I'm having something wrong on implementation of VLC-player (note MRL is coming thru script): <object classid="clsid:9BE31822-FDAD-461B-AD51-BE1D1C159921" codebase=...
by zvona
13 Dec 2006 14:16
Forum: Web and scripting
Topic: New Unified APIs for ActiveX and Mozilla plugins for 0.8.6
Replies: 91
Views: 369012

Thank you for the resources. I noticed at least following functions I'm using caused errors in 0.8.6: Moz oVLC.play(); oVLC.stop(); oVLC.clear_playlist(); oVLC.add_item(MRL); ActiveX oVLC.addTarget(MRL, options); Therefore I'm currently making following check: if (typeof oVLC.playlist != "undef...
by zvona
13 Dec 2006 08:39
Forum: Web and scripting
Topic: How to receive info of available audio/subtitle tracks?
Replies: 9
Views: 2970

Great. Could you, Spellcoder, report to this thread whether there is real improvement on getting the audio track info.

Function was called get_track(), wasn't it?
by zvona
11 Dec 2006 09:25
Forum: VLC media player Feature Requests
Topic: Reading audio stream information with Mozilla/ActiveX plugin
Replies: 6
Views: 3237

I'll second that request for both audio- and subtitle-tracks.
by zvona
11 Dec 2006 09:25
Forum: Web and scripting
Topic: How to receive info of available audio/subtitle tracks?
Replies: 9
Views: 2970

SpellCoder, you're correct: I'm requesting the very same feature as you've requested couple of days earlier.

Thanks for pointing out the request.
by zvona
08 Dec 2006 13:14
Forum: Web and scripting
Topic: How to receive info of available audio/subtitle tracks?
Replies: 9
Views: 2970

How to receive info of available audio/subtitle tracks?

I need to find which audio and subtitle tracks are served with video stream. It's possible to set correct track thru audio-track / sub-track and everything works when track is available. But how can I find out the tracks that are available? I found options key-audio-track / key-subtitle-track for cy...
by zvona
24 Nov 2006 10:57
Forum: Web and scripting
Topic: IE (ActiveX) Plugin Fullscreen / VLC app setting
Replies: 10
Views: 6777

I noticed the very same problem after installing 0.8.6. I installed back version 0.8.5 and now crashes are much more infrequent.

However the JS you're using is correct and should do the work.
by zvona
30 Oct 2006 14:38
Forum: Web and scripting
Topic: How to select the audio track with Mozilla Plugin?
Replies: 2
Views: 1814

For Mozilla I've been using separate server-side file, which creates m3u playlist file to receive the stream as "audio/x-mpegurl". This file (or script) accepts: #EXTVLCOPT:audio-track=<?echo $_GET["track"];?> and works just fine. That file is normally referred with VLC.addItem();.
by zvona
30 Oct 2006 13:38
Forum: Web and scripting
Topic: IE (ActiveX) Plugin Fullscreen / VLC app setting
Replies: 10
Views: 6777

Re: Writing VLC object with Javascript to trick IE

I'd be surprised if nobody else noticed this problem, because it was pretty obvious when clicking the video to activate fullscreen. I've currently struggling with this problem. Thank you for the loadObject() function you provided, albeit it didn't fix the problem in all test cases for IE6 / IE7. If...

Go to advanced search