Hi,ALL!
My program throw an exception"The data area passed to a system call is too small"
on running "VideoLanClient videoLanClient = new VideoLanClient();".
Does anybody has the same problem?
Help me! Thanks!
You are setting up the frequency and the other stuff, by adding mrl-options to your mediadiscriptor, right? Then you just have to add ":programs=[SID]" as option to your mediadiscriptor objekt. You mean "libvlc_media.add_option(options, ref ex);"? I tried setting the options as ...
Thanks for the wrapper, It is really nice. Sorry for my poor English... Now I am trying to play a kind of TS stream from a TV usb device. The stream contain 3 channels at the same time. I can switch by using the VLC player, just need to change the Playback-->Programm on the navigater. How can I do t...
Hi, I have been able to compile the VLanControl () and include it in a test project. And I also copy libvlc.dll and the Plugins to the "Projects\Test\Test\bin\Debug". I drop the VLCUserControl on the form and then use the AddToPlayList method to add the file to be played, but nothing works...