Search found 8 matches

Go to advanced search

by BobaL
02 May 2011 14:51
Forum: Development around libVLC
Topic: Disconnect, libvlc_event_attach access violation, Delphi
Replies: 4
Views: 1942

Re: Disconnect, libvlc_event_attach access violation, Delphi

Ok I've found in libvlc_events.h enum libvlc_event_e { /* Append new event types at the end of a category. * Do not remove, insert or re-order any entry. * Keep this in sync with src/control/event.c:libvlc_event_type_name(). */ libvlc_MediaMetaChanged=0, libvlc_MediaSubItemAdded, libvlc_MediaDuratio...
by BobaL
02 May 2011 14:21
Forum: Development around libVLC
Topic: Disconnect, libvlc_event_attach access violation, Delphi
Replies: 4
Views: 1942

Re: Disconnect, libvlc_event_attach access violation, Delphi

How do you know the association between C++ declaration and delphi hexadecimal value (libvlc_MediaPlayerMediaChanged = $100)? * Keep this in sync with src/control/event.c:libvlc_event_type_name(). *) libvlc_MediaMetaChanged = 0, ... libvlc_MediaPlayerMediaChanged = $100, ... libvlc_MediaPlayerStoppe...
by BobaL
02 May 2011 11:33
Forum: Development around libVLC
Topic: Delphi Wrapper for LibVLC v1.1
Replies: 32
Views: 148897

Re: Delphi Wrapper for LibVLC v1.1

I have copied the plugins directory in my working directory and that works ! So now I'm trying to connect callback event but an exception occured... :roll: Any exemple or suggestion ? procedure vlcCallBack(p_event : Plibvlc_event_t; userdata : Pointer); cdecl; begin // end; procedure TForm1.btPlayCl...
by BobaL
29 Apr 2011 12:23
Forum: Development around libVLC
Topic: Delphi Wrapper for LibVLC v1.1
Replies: 32
Views: 148897

Re: Delphi Wrapper for LibVLC v1.1

Here is my test project. After the libvlc_new function Vlc_Instance stay nil... What's wrong? unit uPlayerVlc; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls, ExtCtrls; type Plibvlc_instance_t = type Pointer; Plibvlc_media_t = type Pointer...
by BobaL
28 Apr 2011 23:15
Forum: Development around libVLC
Topic: Delphi Wrapper for LibVLC v1.1
Replies: 32
Views: 148897

Re: Delphi Wrapper for LibVLC v1.1

Hello,

Thank you for your work DsChAeK.
I'm trying to run your demo but without success (Delphi 2010).
Do you have a minimalist version, just with play and stop command to try to understand how it works?

Thanks.
by BobaL
10 Dec 2009 15:28
Forum: Development around libVLC
Topic: How set the window handle with Delphi ?
Replies: 3
Views: 1898

Re: How set the window handle with Delphi ?

Hi desp, Thank you for your help... I try to use the last libvlc api version and libvlc_media_player_set_drawable() function is not available on it (Goldeneye 1.0.1). I hope someone arrived to render a video file into a Delphi panel and will explain us how to do... :oops: For the moment i made this ...
by BobaL
07 Dec 2009 16:18
Forum: Development around libVLC
Topic: How set the window handle with Delphi ?
Replies: 3
Views: 1898

How set the window handle with Delphi ?

Hi, I try to set a correct handle to libvlc dll but the video display never appears... Could someone help me ? Here is my code unit uVlc; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls, ExtCtrls; type PException = ^Vlc_Exception; Vlc_Excep...
by BobaL
01 Dec 2009 17:50
Forum: Development around libVLC
Topic: Delphi with libVLC
Replies: 23
Views: 7323

Re: Delphi with libVLC

Hi,
Could anyone email me the two headers ?
bobal@yopmail.com

Thx

Go to advanced search