Search found 17 matches

Go to advanced search

by keypad
22 Sep 2008 10:42
Forum: VLC media player for Windows Troubleshooting
Topic: VLC 0.9.2 : Delphi Wrapper
Replies: 4
Views: 2177

Re: VLC 0.9.2, libvlc.dll : Media List (Playlist) with Delphi

Here is a link to my project (I haven't finished it yet), VLC0.9.2 is included . As you can see, i have several problems...If you can Help me i will be very glad !! Here are the problems : * Playlist : The playlist items count function is OK but not the playlist item index of the media's playing !! ...
by keypad
20 Sep 2008 13:09
Forum: VLC media player for Windows Troubleshooting
Topic: VLC 0.9.2 : Delphi Wrapper
Replies: 4
Views: 2177

Re: VLC 0.9.2, libvlc.dll : Media List (Playlist) with Delphi

Hello

Just wait one or 2 weeks and it will be downloadable ! ;-)
by keypad
12 Sep 2008 17:54
Forum: VLC media player for Windows Troubleshooting
Topic: Delphi wrapper version 0.9.0 ??
Replies: 11
Views: 2615

Re: Delphi wrapper version 0.9.0 ??

Hello, I'm a french developper. I have begun a unit libvlc.pas for vlc0.9.2. I don't finish it : unit libVLC; { VideoLAN libvcl.dll (0.8.6b) Interface for Delphi (c)2007 by Paul TOTH - Modified by Keypad libvcl.dll (0.9.2) } // http://wiki.videolan.org/ExternalAPI#VLC_Control interface uses QDialogs...
by keypad
12 Sep 2008 16:17
Forum: VLC media player for Windows Troubleshooting
Topic: VLC 0.9.2 : Delphi Wrapper
Replies: 4
Views: 2177

Re: VLC 0.9.2, libvlc.dll : Media List (Playlist) with Delphi

It's very strange, and i don't know how to load a m3u file in a media-list.....
by keypad
12 Sep 2008 12:26
Forum: VLC media player for Windows Troubleshooting
Topic: VLC 0.9.2 : Delphi Wrapper
Replies: 4
Views: 2177

VLC 0.9.2 : Delphi Wrapper

Hello ! I use libvlc.dll in my Delphi Application. I did a unit libvlc.pas using the new API libvlc.dll and a second unit TFPPlayer.pas. I can play, add options like goom or other, all work fine !! But i've tried to play playlist since 2 days... but Dll just add to the media list the first media obj...
by keypad
08 Sep 2008 13:01
Forum: VLC media player for Windows Troubleshooting
Topic: 0.9 test builds
Replies: 80
Views: 17844

Re: 0.9 test builds

Hello, Hello, I'm a french Delphi developper. I'm using vlc 0.9.2 and libvlc.dll. Unfortunately, i have an error when i try to call : VLD_GetProcAddress('libvlc_destroy', @libvlc_destroy); VLD_GetProcAddress('libvlc_playlist_get_input', @libvlc_playlist_get_input); VLD_GetProcAddress('libvlc_input_f...
by keypad
01 Sep 2008 22:30
Forum: VLC media player for Windows Troubleshooting
Topic: 0.9 test builds
Replies: 80
Views: 17844

Re: 0.9 test builds

Hello,

I usually used the libvlc.dll in my application.
But since the version 0.9, i have an error when i'm trying to load the libvlc.dll library..: "can't find libvlccore.dll"... even when this file is present ........ I call this dll via delphi..
by keypad
09 Mar 2007 15:47
Forum: VLC media player for Windows Troubleshooting
Topic: VLC 0.8.5 100% CPU after few minutes of FreeboxTV playback
Replies: 16
Views: 8908

hello I'm a french developper just like Christoliquide. We were happy to see that you released vlc0.8.6-bugfix and we have tried it ! But the problem is still running.. we watched TV playback via "the freebox broadcast", and after two hours we have a 100% CPU usage on vlc.exe process... We...
by keypad
09 Dec 2006 11:42
Forum: Web and scripting
Topic: Multiple ActiveX, one always black
Replies: 3
Views: 1707

hello. I'm a delphi programmer.
The only way i found to resolve this is to put one activex in a panel which has the enabled option set to false and the other one in a second panel with enabled set to false :wink:
by keypad
21 Nov 2006 15:01
Forum: Web and scripting
Topic: how to get Meta-title from webradio
Replies: 0
Views: 1088

how to get Meta-title from webradio

Hello,

I'm a delphi developper.
My soft use vlc to play webradio.

VLC gets meta title from several webradio with m3u file.

With delphi, i'm trying to get this meta-title (vlc_variableget ??) to show it in my application.

Can you help me please ?

Thanks a lot !
NB: I'm using vlc 0.8.5 ;-)
by keypad
10 Nov 2006 09:27
Forum: Web and scripting
Topic: Is it possible to use libvlc.dll directly instead of ActiveX
Replies: 15
Views: 10876

Hello !

I just want to inform you that i find the answer...
To disable the goom effect, just do this !

Code: Select all

val.AsPChar:= '0'; call('VLC_VariableSet',VLC_VariableSet(vlc,'conf::audio-visual',val));
it works perfectly ! :wink:
by keypad
08 Nov 2006 14:35
Forum: Web and scripting
Topic: Is it possible to use libvlc.dll directly instead of ActiveX
Replies: 15
Views: 10876

Hello !

I try VLD with Delphi and it works great !
However, i can enable goom effect by doing this

Code: Select all

val.AsPChar:= 'goom'; call('VLC_VariableSet',VLC_VariableSet(vlc,'conf::audio-visual',val));
but how can i disable it when i want to ?

thanks
by keypad
29 Oct 2006 11:59
Forum: General VLC media player Troubleshooting
Topic: VLC media player 0.8.6-test1
Replies: 14
Views: 9136

Hello. I'm a french developpers using the activeX plugin into delphi 6. I had problems to invoke the goom effect with the activex. I always had to destroy and recreate the activex plugin to make this effect possible ...It isn't possible to put the parameters through vlc directly because the paramete...
by keypad
27 Oct 2006 13:33
Forum: Web and scripting
Topic: How to activate goom in delphi activex
Replies: 3
Views: 2304

thanks !

But how to reset this variable to null without recreate the vlcplugin ?
by keypad
28 Sep 2006 11:12
Forum: Web and scripting
Topic: How to activate goom in delphi activex
Replies: 3
Views: 2304

however... I can make a copy of vlcrc call goomvlcrc wich include 'audio-visual=goom'. But how can i tell to delphi to use vlcrc or goomvlcrc in the options ??? I don't want to recreate vlcplugin, because i can have one plugin reading and one plugin recording at the same time.. Do you have a solutio...
by keypad
27 Sep 2006 21:38
Forum: VLC media player for macOS Troubleshooting
Topic: goom window always shows and cannot be disabled
Replies: 2
Views: 1053

and how to say this in delphi with the activex installed ?
by keypad
27 Sep 2006 17:58
Forum: Web and scripting
Topic: How to activate goom in delphi activex
Replies: 3
Views: 2304

How to activate goom in delphi activex

Hello, I'm a french user, so excuse my english language.. I made an application delphi6 with activex VLC (VLC 0.8.5) I can play video and put some options like fullscreen=1 it works perfectly. But i try to enable goom effect with this code setlength(voption, 1) Voption[0] := 'audio-visual=goom'; VlC...

Go to advanced search