Search found 3 matches

Go to advanced search

by versor
29 Apr 2009 17:48
Forum: Development around libVLC
Topic: vmem in C# (using Marx's wrapper)
Replies: 2
Views: 1500

Re: vmem in C# (using Marx's wrapper)

First of all return address of the allocated memory (ctx_ptr in your code) instead of ctx argument.
Secondly try using [UnmanagedFunctionPointer(CallingConvention.Cdecl)] attribute before your lock/unlock methods delegates.
by versor
03 Dec 2008 15:07
Forum: Development around libVLC
Topic: Multiple instances with vmem issue
Replies: 4
Views: 2501

Re: Multiple instances with vmem issue

Indeed vmem options are overwritten. I resolved this by adding extra command line parameter that specifies a callback on vmem initialization. Then in this callback I set all the parameters instead of taking ones from command line. I've looked into mailing list VLC_help suggested, but I still see pro...
by versor
24 Nov 2008 20:16
Forum: Development around libVLC
Topic: Multiple instances with vmem issue
Replies: 4
Views: 2501

Multiple instances with vmem issue

Hi, I'm trying to use libvlc as a frame server in my application. I use vmem to obtain frame data. LibVlc is initialized with something like this: argv = new string[]{ "--ignore-config", "--no-video-title-show", "--vout", "vmem", "--vmem-width", vide...

Go to advanced search