Search found 5 matches

Go to advanced search

by Valk
20 Jan 2009 09:08
Forum: Development around libVLC
Topic: VideoLan.Interop a .Net libvlc 0.9.x wrapper
Replies: 195
Views: 85197

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

You can use this wrapper to run libVlc in the background. As long as you can figure out the options to use there is no reason this library can't be used as a streaming server. The only small change you have to do is edit the Initalize function in VideoLanClient.cs Comment out: //cbSurfaceChanged = n...
by Valk
13 Dec 2008 05:14
Forum: VLC stream-output (sout)
Topic: Need help setting up HTTP streaming server
Replies: 2
Views: 591

Re: Need help setting up HTTP streaming server

nevermind got it working. Needed to use --sout-all then it was all good :)
by Valk
13 Dec 2008 04:39
Forum: VLC stream-output (sout)
Topic: Need help setting up HTTP streaming server
Replies: 2
Views: 591

Re: Need help setting up HTTP streaming server

A small note. I found this command line works in console but when I try to use it in the C# .net wrapper i'm having no luck. vlc.exe -vvv rtsp://<ip>/stream1.0 :sout=#duplicate{dst=std{access=http,mux=ts,dst=<ip>:<port>/test}} I tried the following with the .net wrapper vlcOptions.Add(":no-one-...
by Valk
13 Dec 2008 02:40
Forum: VLC stream-output (sout)
Topic: Need help setting up HTTP streaming server
Replies: 2
Views: 591

Need help setting up HTTP streaming server

I've been trying to setup a http pass-thru http server using the C# .net wrapper for libVlc and so far everything i'm trying to do works except the command line to make it stream out. At the moment when I try and stream a video I get a new Direct3D window created (the same as vlc uses) showing the v...
by Valk
10 Dec 2008 10:59
Forum: Development around libVLC
Topic: VideoLan.Interop a .Net libvlc 0.9.x wrapper
Replies: 195
Views: 85197

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

Sorry to ask what feels like a silly question but I could use help getting this right. Using this excellent wrapper i'm trying to get vlc to connect to a rtsp stream and expose it as a http stream. Transcoding isn't required (I think, please correct me if i'm wrong). The stream will be in m2ts or mp...

Go to advanced search