Search found 271 matches

Go to advanced search

by Quovodis
20 Nov 2007 12:57
Forum: VLC media player for Windows Troubleshooting
Topic: Monitor Won't Go To Sleep
Replies: 17
Views: 9258

Re: Monitor Won't Go To Sleep

VLC temporarily suspend power management when video is playing and should restore it when video no longer plays, however if VLC crashes ;) then it may be possible that power management is completely disabled. Usually, logging out and back in should fix the problem
by Quovodis
20 Nov 2007 12:53
Forum: VLC media player for Windows Troubleshooting
Topic: Can Not Register (REGSVR32) VLC ActiveX Control
Replies: 3
Views: 2233

[SOLVED] Can Not Register (REGSVR32) VLC ActiveX Control

there was a problem in our build system whereby the DllRegisterServer@0 API didn't have its postfix removed by the linker, which would cause registration problem, all is fixed as of 20-Nov-2007. please note that axvlc.dll (the version in 0.9.0-svn) is dependent on libvlc.dll and libvlc-control.dll, ...
by Quovodis
26 Jul 2007 10:41
Forum: Web and scripting
Topic: ActiveX Plugin Instability?
Replies: 8
Views: 2745

Re: ActiveX Plugin Instability?

i can't really explain the behaviour regarding DIV and TABLE, to me that sounds like a bug in IE, as the activex plugin is completely ignorant (and uninteresed) of where it is currently embedded. However, i can help regarding the "click here to activate" issue. basically, you can avoid thi...
by Quovodis
10 Jul 2007 18:15
Forum: Web and scripting
Topic: ActiveX Plugin Instability?
Replies: 8
Views: 2745

Re: ActiveX Plugin Instability?

We have created a web page player for our local IPTV solution (on campus) using VLC. We are using both the mozilla plugin and the activeX plugin in the page. The page works great except their seems to be quite a few problem still the with the ActiveX plugin. In many instances, things just don't wor...
by Quovodis
10 Jul 2007 18:11
Forum: Web and scripting
Topic: VLCPlugin1.Time
Replies: 2
Views: 1785

Re: VLCPlugin1.Time

What version of VLC are you using ? you are using deprecated APIs, which are no longer maintained.
by Quovodis
22 Jun 2007 11:32
Forum: VLC media player for macOS Troubleshooting
Topic: VLC crashes on G4+Radeon 9200 graphics card - still no joy
Replies: 9
Views: 2145

well, i own a mac mini with exactly the same specs as you describe and i have no problem. can you post the content of the message windows, don't forget to set verbosity to 2 first.
by Quovodis
22 Jun 2007 11:27
Forum: Web and scripting
Topic: [IE] Crash when reading videos (Crash en lecture de vidéos)
Replies: 6
Views: 1964

pouvez vous me donner un scenario qui peut causer ce crash (pages html, javascript, etc...). Envoyez moi un message prive si vous ne voulez pas reveler des infos privees
by Quovodis
22 Jun 2007 11:21
Forum: VLC media player for Windows Troubleshooting
Topic: Has 0.8.6c Fixed the Aspect Ratio + Crop Issues?
Replies: 6
Views: 857

if you read the release notes for 0.8.6c you would know the answer :D
by Quovodis
21 Jun 2007 23:35
Forum: VLC media player for Windows Troubleshooting
Topic: Mulitple input into capturecard -> crash
Replies: 2
Views: 553

what type of card is it, what sort of inputs ?
by Quovodis
21 Jun 2007 23:29
Forum: Web and scripting
Topic: cant display text/image over VLC object in firefox
Replies: 1
Views: 1626

at the moment, you can't. if you want to display text/logos over the video use VLC own filters
by Quovodis
21 Jun 2007 23:09
Forum: Web and scripting
Topic: Access video frames
Replies: 2
Views: 1059

the best to do that is to write a video filter plugin and use it through VLC
by Quovodis
21 Jun 2007 23:08
Forum: Web and scripting
Topic: togglePause problem while streaming
Replies: 1
Views: 1247

do you get the same behaviour using vlc.exe as well ? if so, i would suggest you log a bug ticket at http://trac.videolan.org
by Quovodis
21 Jun 2007 23:05
Forum: Web and scripting
Topic: [IE] Crash when reading videos (Crash en lecture de vidéos)
Replies: 6
Views: 1964

cela peux venir de beaucoup de chose, tout d'abord utiliser vous au mons la version 0.8.6b de VLC ?
by Quovodis
12 Apr 2007 16:20
Forum: Web and scripting
Topic: REGSVR32 Fails to Register AXVLC.DLL
Replies: 6
Views: 13480

any idea why MSVCP60.DLL is required ?
by Quovodis
12 Apr 2007 15:06
Forum: Web and scripting
Topic: mozilla vlc plugin to play a playlist
Replies: 2
Views: 1997

specify a playlist as a souce, i.e a .pls, .m3u, .asx, etc...
by Quovodis
12 Apr 2007 15:02
Forum: Web and scripting
Topic: Embedding vlc plugin without graphic
Replies: 2
Views: 1643

put the control in a DIV and set its style to hidden -> HTML 101
by Quovodis
12 Apr 2007 14:58
Forum: Web and scripting
Topic: REGSVR32 Fails to Register AXVLC.DLL
Replies: 6
Views: 13480

as you have notices We don't have the resource Microsoft deploys to test its products on multiple OS, therefore We have to make the choice to cater for the millions (mainstream) and disappoints the thousands. Anyway regarding your questions, unicows.dll is now a must for win9x, but we can't distribu...
by Quovodis
13 Mar 2007 21:12
Forum: Web and scripting
Topic: New Unified APIs for ActiveX and Mozilla plugins for 0.8.6
Replies: 91
Views: 368831

thanks Spellcoder for updating, i've just made some modifications to rectify some mistakes that were in the original documentation
by Quovodis
06 Mar 2007 10:43
Forum: Web and scripting
Topic: C# Activex Vlcplugin2 playlist.items.remove() removing all..
Replies: 6
Views: 4186

On another note, is the playlist index zero based?
I've mainly been trying to remove item at index 1 with 3 or more items in the playlist for testing.
no, it's not 0 based, but you should always delete an entry using the itemId returned by the add() method
by Quovodis
05 Mar 2007 12:36
Forum: Web and scripting
Topic: C# Activex Vlcplugin2 playlist.items.remove() removing all..
Replies: 6
Views: 4186

I tried a yesterday trunk version on VB6 and it works as expected, if you are using .NET, you must rebuild the COM wrapper code everytime you upgrade the COM component
by Quovodis
02 Mar 2007 19:56
Forum: Web and scripting
Topic: C# Activex Vlcplugin2 Log messages method not implemented
Replies: 6
Views: 4599

i have recently implemented the _NewEnum property on the messages object, which mean that you should be able to use the 'for each message in log.messages' in VB
by Quovodis
02 Mar 2007 19:53
Forum: Web and scripting
Topic: C# Activex Vlcplugin2 playlist.items.remove() removing all..
Replies: 6
Views: 4186

thanks for your bug report, i have indeed fixed the message log count issue and it should now behave appropriately. regarding the playlist issue, i would suggest you try a recent nightly build and tell us if you are seeing this issue as well, i suggest you try the next nightly build so that you can ...
by Quovodis
22 Feb 2007 18:16
Forum: Web and scripting
Topic: New Unified APIs for ActiveX and Mozilla plugins for 0.8.6
Replies: 91
Views: 368831

1. Audio disappears on repeated pause/unpause - I can pause and unpause a video fine, but upon pausing using togglePause() the second or third time, the picture pauses, but the audio continues for 3 or 4 seconds before stopping. Upon unpausing, the video plays, but there is no audio. The only way t...
by Quovodis
22 Feb 2007 18:14
Forum: Web and scripting
Topic: New Unified APIs for ActiveX and Mozilla plugins for 0.8.6
Replies: 91
Views: 368831

Any ideas why this is not working in Opera. I get the audio but no video. I have tired both my own page and the demo page given in this post. click on the page where the video is supposed to be displayed, it will show up then. Opera implemented this behaviour as a workaround to the patent which is ...

Go to advanced search