Search found 8 matches

Go to advanced search

by rzar
20 Apr 2011 13:06
Forum: Development around libVLC
Topic: libvlcnet - .NET library based on libvlc
Replies: 112
Views: 138939

Re: libvlcnet - .NET library based on libvlc

How about making it official on git.videolan.org? If you want me to push somewhere else also - no problem. Please, feel free to contact me by e-mail I provided in previous post. Also, I'd be great if I can discuss some problems I have. I'm working on 'crossplatforming' the library and I have unit t...
by rzar
14 Apr 2011 14:26
Forum: Development around libVLC
Topic: libvlcnet - .NET library based on libvlc
Replies: 112
Views: 138939

Re: libvlcnet - .NET library based on libvlc

Anyone who want to participate (finding bugs/asking for new features/coding) on the wrapper, please feel free to contact me at zaripov [dot] rinat [at] gmail [dot] com. I don't have much time really for the project. I keep coding for libvlc.net when I have time. I use forums very rarely, so it's bet...
by rzar
14 Apr 2011 14:25
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 was ages ago, anyway... Anyone who want to participate (finding bugs/asking for new features/coding) on the wrapper, please feel free to contact me at zaripov [dot] rinat [at] gmail [dot] com. I don't have much time really for the project. I keep coding for libvlc.net when I have time. Right no...
by rzar
07 Jan 2011 20:15
Forum: Development around libVLC
Topic: libvlc : API to free tracks info
Replies: 2
Views: 938

Re: libvlc : API to free tracks info

Hi, I also faced this problem - freeing the memory allocated inside libvlc. I was trying to call that function from C#, and I concerned if that is right way to free memory : [DllImport("libvlc", ExactSpelling = true, EntryPoint = "free")] public static extern int libvlc_free(IntP...
by rzar
01 Jan 2011 19:17
Forum: Development around libVLC
Topic: libvlcnet - .NET library based on libvlc
Replies: 112
Views: 138939

Re: libvlcnet - .NET library based on libvlc

Hi everyone! I'm having problems with libvlcnet, specifically while trying to get a single video frame (for a batch console thumbnailing application). .... if(playerOutput.IsWindowDefined) getCurrentMediaPlayerInternal().SetDisplayOutput((int) ((DoubleWindowBase) playerOutput.Window).GetActiveWindo...
by rzar
29 Mar 2010 17:48
Forum: Development around libVLC
Topic: libvlcnet - .NET library based on libvlc
Replies: 112
Views: 138939

Re: Howto open network stream ?

Hello. I have been trying out libvlcnet and it seems very good but i have some problems. I have been able to open files and play them and i have been able to stream files over network. My problem is that i cant open network streams. I get the following error: VlcTimeOutException was unhandled, Time...
by rzar
26 May 2009 16:23
Forum: Development around libVLC
Topic: libvlcnet - .NET library based on libvlc
Replies: 112
Views: 138939

Re: libvlcnet - .NET library based on libvlc

Ok I've finally found how to get a player open and working in VB.Net. Problem I'm now finding is that I can't seem to figure out how to pass DVD navigation commands. I got it to play, but cant get it past the menu, is there a way around this? Unfortunately this is not currently implemented. I think...
by rzar
13 May 2009 14:32
Forum: Development around libVLC
Topic: libvlcnet - .NET library based on libvlc
Replies: 112
Views: 138939

Re: libvlcnet - .NET library based on libvlc

Hi. You should dispose the factory and the player. Maybe the problem is in the clarity check. This check throws exception if factory or player not disposed. // Your code should look like this now: if (mediaLibraryFactory != null) { if (player != null) { player.Dispose(); } mediaLibraryFactory.Dispos...

Go to advanced search