Search found 7 matches

Go to advanced search

by Derek McKinnon
16 Feb 2012 02:24
Forum: Web and scripting
Topic: Freezing in Delphi 2009 on second play
Replies: 10
Views: 1818

Re: Freezing in Delphi 2009 on second play

Can you PM me your email address. Thanks
by Derek McKinnon
14 Feb 2012 12:15
Forum: Web and scripting
Topic: Freezing in Delphi 2009 on second play
Replies: 10
Views: 1818

Re: Freezing in Delphi 2009 on second play

Version 2 still looks a little too much in beta for my tastes. I'm having trouble with the wrapper as well. Any other ideas?
by Derek McKinnon
14 Feb 2012 06:52
Forum: Development around libVLC
Topic: Delphi Wrapper for LibVLC v1.1
Replies: 32
Views: 148705

Re: Delphi Wrapper for LibVLC v1.1

I have been trying to get this working for the last few days. Slowly I have worked through multiple issues (including all of the ones above). I think I now have it working, but nothing appears on screen. It is as if the vidoe isn't linked in to the TPanel. Watching the threads click over in the debu...
by Derek McKinnon
09 Feb 2012 07:00
Forum: Web and scripting
Topic: Freezing in Delphi 2009 on second play
Replies: 10
Views: 1818

Re: Freezing in Delphi 2009 on second play

Where do I get version 2.0?
by Derek McKinnon
09 Feb 2012 06:51
Forum: Web and scripting
Topic: Freezing in Delphi 2009 on second play
Replies: 10
Views: 1818

Re: Freezing in Delphi 2009 on second play

I have tried the following code. I can click button 3 as often as I want and it works fine (apart from a memory leak). Button 4 leads to a freeze. procedure TTFrmMedia.Button3Click(Sender: TObject);var Reg: TRegistry; begin blVLCPluginFound := false; // Is VLC ActiveX Plugin installed on this PC? Re...
by Derek McKinnon
09 Feb 2012 06:30
Forum: Web and scripting
Topic: Freezing in Delphi 2009 on second play
Replies: 10
Views: 1818

Re: Freezing in Delphi 2009 on second play

When I run VLC Media Player (stand alone) it says 1.1.11.

I'm not sure how to check inside the IDE.
by Derek McKinnon
09 Feb 2012 05:16
Forum: Web and scripting
Topic: Freezing in Delphi 2009 on second play
Replies: 10
Views: 1818

Freezing in Delphi 2009 on second play

I have installed VLCPlugin2 into a form in Delphi as an ActiveX. I can open a file and show it on the screen with no apparent problems. VLC1.playlist.add(memOrigFile.Text, 'x1','play-and-stop'); VLC1.playlist.play; The problem occurs when I then use the same code to choose a different file to load. ...

Go to advanced search