Search found 14 matches

Go to advanced search

by Anatoly_B
01 May 2009 03:37
Forum: Web and scripting
Topic: IE runtime error
Replies: 10
Views: 1949

Re: IE runtime error

This helps to avoid the events by VLC at the close of the browser window if(window.attachEvent)window.attachEvent("onbeforeunload", StopVLCs); if(window.onbeforeunload)window.onbeforeunload=StopVLCs; if(document.onbeforeunload)document.onbeforeunload=StopVLCs; if(body.onbeforeunload)body.o...
by Anatoly_B
01 May 2009 02:51
Forum: Web and scripting
Topic: Problem setting the channel audio
Replies: 3
Views: 953

Re: Problem setting the channel audio

If the input (file or streem) support specified audio mode, all work fine. If the value vlc.audio.channel does not change after setting, hence the file don't contain required channels for set selected mode. (for example, attempt to set vlc.audio.channel=5 ("dolby") for simple stereo) The o...
by Anatoly_B
01 May 2009 02:32
Forum: Web and scripting
Topic: v0.9.9: Safety or inapplicability?
Replies: 4
Views: 2741

Re: v0.9.9: Safety or inapplicability?

:) Thank you! I hope that a resolution of this problem (perhaps - partial, temporary) would be not too distant time. In my opinion, such a decision would be quite admissible: - In the future, would like to see the security settings for the plugins in certain configuration file . - There is a need to...
by Anatoly_B
26 Apr 2009 12:29
Forum: Web and scripting
Topic: Deinterlace option doesn't work with VLC 0.9.9 plugin
Replies: 8
Views: 3194

Re: Deinterlace option doesn't work with VLC 0.9.9 plugin

Deinterlace work good, but it isn't accessible in web page in v0.9.9.
viewtopic.php?f=16&t=58451
by Anatoly_B
26 Apr 2009 12:23
Forum: Web and scripting
Topic: http-caching not working as expected with moz plugin
Replies: 3
Views: 3807

Re: http-caching not working as expected with moz plugin

"options" don't work in v0.9.9, only in 0.9.8a and previous...
viewtopic.php?f=16&t=58451
by Anatoly_B
26 Apr 2009 12:04
Forum: Web and scripting
Topic: Take a snapshot from video using VLC mozilla plugin
Replies: 2
Views: 3849

Re: Take a snapshot from video using VLC mozilla plugin

.setVariable(..) and .getVariable(..) work only in very old versions. Now snapshot is inaccessible in javascript.
by Anatoly_B
23 Apr 2009 18:29
Forum: Web and scripting
Topic: Incorrect Input.Length from .ts file?
Replies: 4
Views: 2256

Re: Incorrect Input.Length from .ts file?

Simplified code: var playStartTime; var myCurentTime; var tsFileLength; var myPlayListItem; function Play(uri, name, options) { //my be after playList clear and waiting... PlayListItem=vlc.playlist.add(uri, name, options); setTimeout("PlayStart()",350); } function PlayStart(){ vlc.playlist...
by Anatoly_B
22 Apr 2009 17:06
Forum: Web and scripting
Topic: input.time=0 when playing *.ts file
Replies: 3
Views: 999

Re: input.time=0 when playing *.ts file

This issue has been discussed many times...
Incorrect Input.Length from .ts file?
by Anatoly_B
21 Apr 2009 22:58
Forum: Web and scripting
Topic: v0.9.9: Safety or inapplicability?
Replies: 4
Views: 2741

v0.9.9: Safety or inapplicability?

main input: unsafe option "ffmpeg-pp-q" has been ignored for security reasons main input: unsafe option "ffmpeg-skiploopfilter" has been ignored for security reasons main input: unsafe option "verbose" has been ignored for security reasons main input: unsafe option &qu...
by Anatoly_B
08 Jan 2009 20:27
Forum: Web and scripting
Topic: IE always hang ??? [fixed]
Replies: 5
Views: 920

Re: IE always hang ???

vlc.playlist.items.clear(); while (vlc.playlist.items.count != 0) { }; - This causes crash... vlc.playlist.items.clear() ---> 250ms ---> anyVar=vlc.playlist.items.count - Waiting in an empty cycle is undesirable (it causes heavy CPU loading and will increase necessary delays), preferably periodic i...
by Anatoly_B
07 Jan 2009 21:09
Forum: Web and scripting
Topic: IE always hang ??? [fixed]
Replies: 5
Views: 920

Re: IE always hang ???

while (vlc.playlist.items.count != 0) {}
- :(
The delay 250ms minimum after vlc.playlist.items.clear() is required before any next operation with VLC Plugin (including check vlc.playlist.items.count)
by Anatoly_B
07 Jan 2009 20:44
Forum: Web and scripting
Topic: Incorrect Input.Length from .ts file?
Replies: 4
Views: 2256

Re: Incorrect Input.Length from .ts file?

The .ts file will not contain the information on duration of record. This value can be received only approximately. For this purpose it is possible to divide current time from the playing start (using the system timer) by a position in a file (vlc.input.position). Unfortunately, it is applicable onl...
by Anatoly_B
31 Aug 2008 02:43
Forum: Web and scripting
Topic: New Unified APIs for ActiveX and Mozilla plugins for 0.8.6
Replies: 91
Views: 361325

Re: New Unified APIs for ActiveX and Mozilla plugins for 0.8.6

0.8.5 - for me it is extremely undesirable... Version 0.9.1 has no this problem , in all applications necessary for me has proved better, than 0.8.x. A unique problem essential to me in v0.9.1 - the option start-time is ignored, (it is possible to bypass it by document.vlc.input.time=xxxx , but it i...
by Anatoly_B
27 Aug 2008 22:45
Forum: Web and scripting
Topic: Snapshot using VLC Mozilla plugin not working
Replies: 3
Views: 1623

Re: Snapshot using VLC Mozilla plugin not working

Whether use of this option in version 0.9.1 is possible? If yes - what methods or propertys of VLCObject should be used? It would be very good, if it was possible to activate Snapshot not by imitation of pressing of a key, and it is desirable - by some method in .video or in root object - For exampl...

Go to advanced search