Search found 6 matches

Go to advanced search

by Bradskey
22 Feb 2012 19:33
Forum: Development around libVLC
Topic: 2.0 libvlc.dll New Error
Replies: 21
Views: 6930

Re: 2.0 libvlc.dll New Error

My wrapper and software use libvlc 1.1.11. I tried it with the libvlc 2.0 dll and plugins and it worked without errors. I do not use ActiveX, but as far as I can tell for libvlc it is a drop-in replacement. I stopped using it for now however because it displayed occasional (every minute or so) annoy...
by Bradskey
29 May 2011 22:42
Forum: Development around libVLC
Topic: how to use fullscreen with libvlc 1.1.9
Replies: 10
Views: 2853

Re: how to use fullscreen with libvlc 1.1.9

This has been discussed over the past year and the hints are on the forum. Basically the work-around involves reparenting for the fullscreen part and windows global hooks for capturing the double-clicks. I have implemented this in a simple WinForms control wrapper I posted here a few weeks ago. My i...
by Bradskey
22 Apr 2011 19:41
Forum: Development around libVLC
Topic: Status on libvlcnet or any other C# binding
Replies: 16
Views: 3929

Re: Status on libvlcnet or any other C# binding

No problem, I'm glad it works for you and hopefully lives up to it's name. I suppose I could clean it up a little and maybe set it up on a project site and start a new forum thread for it. There might be a few more features and some VLC events I should expose. Some of what's there I've never actuall...
by Bradskey
21 Apr 2011 06:41
Forum: Development around libVLC
Topic: Status on libvlcnet or any other C# binding
Replies: 16
Views: 3929

Re: Status on libvlcnet or any other C# binding

For those interested in my wrapper, I have uploaded the VS2010 solution here: http://www.datafilehost.com/download-99964dbb.html I called the wrapper EasyVLC. I also included a sample test application which consists of a form hosting the user control and some playback buttons. It's based on some cod...
by Bradskey
18 Apr 2011 21:54
Forum: Development around libVLC
Topic: Status on libvlcnet or any other C# binding
Replies: 16
Views: 3929

Re: Status on libvlcnet or any other C# binding

That codeproject article looks pretty interesting, although I only skimmed it. My implementation is a bit simpler and is basically focused on playing video in WinForms on Windows and not being all things to all people. He also does not mention implementing fullscreen and mouse/kb input events, which...
by Bradskey
14 Apr 2011 23:29
Forum: Development around libVLC
Topic: Status on libvlcnet or any other C# binding
Replies: 16
Views: 3929

Re: Status on libvlcnet or any other C# binding

Not to throw yet another libvlc .NET wrapper out there, but... I have a couple of applications I wrote that I use to manage and access my digital video library, storing information about all my files and their locations in a SQLite database and using VLC to play the files from a NAS on my TV screen....

Go to advanced search