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 !! ...
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...
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...
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...
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..
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...
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
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...
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...
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...