Search found 515 matches

Go to advanced search

by revolunet
08 Dec 2009 12:32
Forum: Web and scripting
Topic: New Unified APIs for ActiveX and Mozilla plugins for 0.8.6
Replies: 91
Views: 368906

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

fzone, subtitles have now been disabled dut to security restrictions in VLC >=1 ;(
by revolunet
19 May 2009 08:41
Forum: Web and scripting
Topic: IE runtime error
Replies: 10
Views: 2021

Re: IE runtime error

try this for IE :

Code: Select all

<body onbeforeunload="unloadstuff()">
by revolunet
18 May 2009 12:06
Forum: Web and scripting
Topic: IE runtime error
Replies: 10
Views: 2021

Re: IE runtime error

you have to stop and unload VLC before closing browser to prevent IE/FF crashing
by revolunet
14 May 2009 20:06
Forum: Web and scripting
Topic: Multiple plugin in a page
Replies: 1
Views: 673

Re: Multiple plugin in a page

sorry but actually you cant create to VLCcontrols in the same page, this is a shame i admit and ill correct that asap.

if you want two single plugins, you can, see http://vlc.revolunet.com/double.html and http://vlc.revolunet.com/quad.html

hope this helps
by revolunet
30 Apr 2009 10:08
Forum: Web and scripting
Topic: VLCobject javascript lib
Replies: 17
Views: 6887

Re: VLCobject javascript lib

try with the advanced example page :http://www.revolunet.com/static/downloa ... anced.html
by revolunet
29 Apr 2009 17:51
Forum: Web and scripting
Topic: VLCobject javascript lib
Replies: 17
Views: 6887

Re: VLCobject javascript lib

embedded subtitles ? you mean in the video itself ?
by revolunet
17 Apr 2009 13:26
Forum: Web and scripting
Topic: Cannot get vlc activeX control to play video
Replies: 4
Views: 2729

Re: Cannot get vlc activeX control to play video

use the activex API from wiki.videolan.org/Documentation:Play_HowTo/Advanced_Use_of_VLC#Building_HTML_pages_for_Mozilla.2FFirefox.2FInternet_Explorer.2FSafari_.28VLC_version_0.8.6_and_above.29
by revolunet
17 Apr 2009 13:25
Forum: Web and scripting
Topic: Hide / Remove "Video is loading..." message.
Replies: 6
Views: 2076

Re: Hide / Remove "Video is loading..." message.

compile your own activex with your own background image ?
or tweak the javascript to hide the vlc window until video is launched ?

Php, Javascript, CSS + VLC plugin seems a tricky choice to me for a digital signage solution !
by revolunet
15 Apr 2009 17:36
Forum: Web and scripting
Topic: DVB-t
Replies: 7
Views: 1583

Re: DVB-t

look at the debug using the api from http://wiki.videolan.org/Documentation: ... d_above.29
by revolunet
07 Apr 2009 23:18
Forum: Web and scripting
Topic: can't change initial buffer size in VLC_controls.js
Replies: 3
Views: 1985

Re: can't change initial buffer size in VLC_controls.js

as we say here : "l'important c'est que ca marche ;)"
by revolunet
07 Apr 2009 17:28
Forum: Web and scripting
Topic: can't change initial buffer size in VLC_controls.js
Replies: 3
Views: 1985

Re: can't change initial buffer size in VLC_controls.js

use

Code: Select all

vlccontrols.options.set("http-caching", 5000);
by revolunet
02 Apr 2009 15:03
Forum: Web and scripting
Topic: automating vlc installation
Replies: 11
Views: 5696

Re: automating vlc installation

sorry no (good) idea...
by revolunet
01 Apr 2009 22:27
Forum: Web and scripting
Topic: automating vlc installation
Replies: 11
Views: 5696

Re: automating vlc installation

if you make a vlc plugins auto install, it would be nice to share the .exe/.cab

thanks !
by revolunet
01 Apr 2009 21:12
Forum: Web and scripting
Topic: Poor reliability with input.time?
Replies: 2
Views: 592

Re: Poor reliability with input.time?

i think input.position and input.length are more reliable
by revolunet
01 Apr 2009 21:11
Forum: Web and scripting
Topic: playing vlc in internet explorer
Replies: 1
Views: 744

Re: playing vlc in internet explorer

click on options icon then tick debug to see whats happenning

be sure to use vlc 0.9.8+
by revolunet
31 Mar 2009 19:54
Forum: Web and scripting
Topic: VLC plugin and frames _Javascript pb solved!
Replies: 7
Views: 1847

Re: VLC plugin in a frames scenario (need help)

hi ! i think you can tweak the js for the crossframe problem. anyway you should better use ajax instead of iframes ;) (jquery rocks at this) for the http/avi seek problem, the problem is internal to vlc, known, and is not yet resolved. maybe in 1.0 i cant say beacause this is very low level problems...
by revolunet
31 Mar 2009 16:12
Forum: Web and scripting
Topic: Windows on video?
Replies: 6
Views: 925

Re: Windows on video?

wheres the demo ?
by revolunet
31 Mar 2009 14:50
Forum: Web and scripting
Topic: ftp links (libaccess_ftp_plugin.dll)
Replies: 11
Views: 2569

Re: ftp links (libaccess_ftp_plugin.dll)

i dont have this problem

if i try to open "http://free.Fr" or any invalid link, the player dont reconnect forever (my test page is http://www.revolunet.com/static/downloa ... anced.html )

maybe something with your VLC preferences
by revolunet
31 Mar 2009 14:36
Forum: Web and scripting
Topic: ftp links (libaccess_ftp_plugin.dll)
Replies: 11
Views: 2569

Re: ftp links (libaccess_ftp_plugin.dll)

so you may add no-http-reconnect and/or play-and-stop options to prevent this
by revolunet
31 Mar 2009 14:32
Forum: Web and scripting
Topic: ftp links (libaccess_ftp_plugin.dll)
Replies: 11
Views: 2569

Re: ftp links (libaccess_ftp_plugin.dll)

maybe the http-reconnect option has something to do with this
by revolunet
31 Mar 2009 10:15
Forum: Web and scripting
Topic: Get Position and Lenght and Cant Clear Playlist
Replies: 3
Views: 3135

Re: Get Position and Lenght and Cant Clear Playlist

the playlist.clear option is actually bugged. you have to use addItem + playItem for a workaround

for other functions, see http://wiki.videolan.org/Documentation: ... d_above.29
by revolunet
31 Mar 2009 10:14
Forum: Web and scripting
Topic: Real-time cropping in browser
Replies: 3
Views: 769

Re: Real-time cropping in browser

you have to use the 'crop=' option when you open the stream. (you can test on http://www.revolunet.com/static/downloa ... anced.html )

But you cant do this 'LIVE' except with hotkeys maybe, but hotkeys in browsers is hasardous
by revolunet
31 Mar 2009 10:11
Forum: Web and scripting
Topic: Windows on video?
Replies: 6
Views: 925

Re: Windows on video?

sorry but i think its not possible to put anything over the plugin, especially with firefox
by revolunet
31 Mar 2009 10:10
Forum: Web and scripting
Topic: VLC plugin and frames _Javascript pb solved!
Replies: 7
Views: 1847

Re: VLC plugin in a frames scenario (need help)

NB : both frames have to use the same domain/subdomain to prevent bowsers security restricitons
by revolunet
31 Mar 2009 10:10
Forum: Web and scripting
Topic: VLC plugin and frames _Javascript pb solved!
Replies: 7
Views: 1847

Re: VLC plugin in a frames scenario (need help)

browse google with something like "javascript cross frame"

from frame2 :

Code: Select all

top.frame1.vlccontroller.play(uri);
would do the trick

Go to advanced search