I also tryed this settings for VideoLanClient without succes string[] Options = new string[]{ @"--no-video", @"--sout-transcode-acodec=mp3", @"--sout-transcode-ab=128", @"--sout-standard-access=http", @"--sout-standard-mux=dummy", @"--sout-stand...
can help me with http audio streaming ? I have this code : Vlc = new VideoLanClient(".", Options); VlcPlayer = Vlc.NewMediaPlayer(VideoPanel.Handle); string fileName = "C:\\www\\sound.mp3"; VlcMedia desc1 = Vlc.NewMedia(fileName); desc1.AddOption(@":no-video"); desc1.Ad...
Hi
I'm very new to vlc.
I downloaded vlc wrapper 1.0 and I can't start it
give me this error
"Unable to find an entry point named 'libvlc_exception_init' in DLL 'libvlc'."
same problem with 0.9
what can be the problem ?