Search found 6 matches

Go to advanced search

by reynolds87
05 Nov 2010 18:31
Forum: Development around libVLC
Topic: VideoLan.Interop a .Net libvlc 0.9.x wrapper
Replies: 195
Views: 86410

Re: VideoLan.Interop a .Net libvlc 0.9.x wrapper

wrong command line argumets
by reynolds87
02 Nov 2010 17:36
Forum: Development around libVLC
Topic: VideoLan.Interop a .Net libvlc 0.9.x wrapper
Replies: 195
Views: 86410

Re: VideoLan.Interop a .Net libvlc 0.9.x wrapper

Solved !

Code: Select all

Options = new string[]{ //audio mp3 @"--no-sout-video", @"--sout=#transcode{acodec=mp3,ab=128}:standard{access=http,mux=dummy,dst=:" + Port + "}"};
Thanks for help!
by reynolds87
31 Oct 2010 21:57
Forum: Development around libVLC
Topic: VideoLan.Interop a .Net libvlc 0.9.x wrapper
Replies: 195
Views: 86410

Re: VideoLan.Interop a .Net libvlc 0.9.x wrapper

can you share to me a functional streaming application
I've put plugins but don't work
this is my project which don't work

http://hotfile.com/dl/79620143/8629c68/ ... m.zip.html

Thanks !
by reynolds87
30 Oct 2010 20:11
Forum: Development around libVLC
Topic: VideoLan.Interop a .Net libvlc 0.9.x wrapper
Replies: 195
Views: 86410

Re: VideoLan.Interop a .Net libvlc 0.9.x wrapper

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...
by reynolds87
30 Oct 2010 19:43
Forum: Development around libVLC
Topic: VideoLan.Interop a .Net libvlc 0.9.x wrapper
Replies: 195
Views: 86410

Re: VideoLan.Interop a .Net libvlc 0.9.x wrapper

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...
by reynolds87
29 Oct 2010 23:34
Forum: Development around libVLC
Topic: VideoLan.Interop a .Net libvlc 0.9.x wrapper
Replies: 195
Views: 86410

Re: VideoLan.Interop a .Net libvlc 0.9.x wrapper

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 ?

Thanks!

Go to advanced search