Search found 10 matches

Go to advanced search

by aagis
27 Dec 2006 22:07
Forum: Web and scripting
Topic: strange problem with :start-time option
Replies: 1
Views: 1283

strange problem with :start-time option

Hello everyone, I am trying to use the :start-time option to start playing a video at an arbitary point. Everything works fine if the start-time specified is below 4294. if the time is 4295 or higher the stream starts from start. Any suggestions why this is happening and how to bypass it? Thank you ...
by aagis
20 Dec 2006 20:47
Forum: Web and scripting
Topic: defining start-time in addTarget
Replies: 0
Views: 1027

defining start-time in addTarget

Hello everyone! I want to play a file from say it's 5th second. Is this possible? I manage to do it from the command line using the --start-time parameter however I found no way to do so programmatically when using the ActiveX. I tried out several reasonable-looking options as parameters to the addT...
by aagis
27 Oct 2006 16:57
Forum: Web and scripting
Topic: Is it possible to use libvlc.dll directly instead of ActiveX
Replies: 15
Views: 10885

Here is the delphi code libvlc wrapper unit vlc; interface type vlc_bool_t=integer; vlc_int64_t=int64; //typedef struct vlc_list_t vlc_list_t; //typedef struct vlc_object_t vlc_object_t; const VLC_VAR_VOID =$0010; VLC_VAR_BOOL =$0020; VLC_VAR_INTEGER =$0030; VLC_VAR_HOTKEY =$0031; VLC_VAR_STRING =$0...
by aagis
26 Oct 2006 20:09
Forum: Web and scripting
Topic: Is it possible to use libvlc.dll directly instead of ActiveX
Replies: 15
Views: 10885

thanks!

Thanks!! the code worked fine in my delphi application. Just some issues I came accross for general reference: -- note to use the cdecl calling convention when importing the functions (it took me some time to figure that out) -- set vlc_value_t to int64 as (correct me if I'm wrong) there are no unio...
by aagis
19 Oct 2006 17:04
Forum: Web and scripting
Topic: Volume in two instances of VLC
Replies: 4
Views: 2016

Similar problem

I had a similar problem with volume and mute. In my case it seemed that the last set volume affected all other instances not immediatly but when the next file played in those instances. A rather strange workaround that worked in my case was to set the volume through a timer 500ms after issuing the p...
by aagis
19 Oct 2006 16:52
Forum: Web and scripting
Topic: Access Violation when using ActiveX control from delphi
Replies: 0
Views: 1188

Access Violation when using ActiveX control from delphi

Hi there, I am using the ActiveX from a delphi application and get some access violation messages. It seems that I get the messages when I try to clear the playlist and addTarget with insertAndGo very quickly (changing it again before the previous call to addTarget actually starts playing the video)...
by aagis
19 Oct 2006 16:40
Forum: Web and scripting
Topic: Starting video at arbitary time point
Replies: 0
Views: 958

Starting video at arbitary time point

Hi there, I am trying to play a video from a point other than its start (i.e. 5th second) and have several issues. Is there a startup parameter that I could pass to addTarget to deal with this? Currently I am setting the Time property of the ActiveX control but it doesn't seem to work well. It seems...
by aagis
19 Oct 2006 16:27
Forum: Web and scripting
Topic: Is it possible to use libvlc.dll directly instead of ActiveX
Replies: 15
Views: 10885

Thank you for your reply, is there any documentation of that API?

Thanks agains,
Agis Andreou.
by aagis
05 Oct 2006 17:04
Forum: Web and scripting
Topic: Is it possible to use libvlc.dll directly instead of ActiveX
Replies: 15
Views: 10885

Is it possible to use libvlc.dll directly instead of ActiveX

Hello everyone, I've been dealing with some nasty issues while trying to incorporate the VLC ActiveX in an application and was wondering wether it is possible to use a dll (libvlc.dll) directly to simplify the design and hopefully avoid these issues. Does anybody know if something like that is possi...
by aagis
05 Oct 2006 17:03
Forum: VLC media player for Windows Troubleshooting
Topic: Running VLC from a dll instead of activeX
Replies: 5
Views: 3189

Running VLC from a dll instead of activeX

Hello everyone, I've been dealing with some nasty issues while trying to incorporate the VLC ActiveX in an application and was wondering wether it is possible to use a dll (libvlc.dll) directly to simplify the design and hopefully avoid these issues. Does anybody know if something like that is possi...

Go to advanced search