Page 1 of 1

Capture, record using VLC in C#

Posted: 01 Dec 2009 10:58
by faheemnadeem
Hi,
I am developing an application which has to capture a video from an rtsp stream like rtsp://192.168.1.100:554, and log the video locally.
As i was unable to get some third party help regarding capturing rtsp stream, so i turned my eyes on embedding vlc in my C# app.
so coming to question...
1. Best wrapper around libvlc.dll in c#? As there seems to many...
2. Is it possible to capture rtsp using the wrapper. Are there any methods or anyway to send command to start capturing rtsp stream.
3. Methods to start logging raw rtsp stream locally?

Thank you in advance... :D

Re: Capture, record using VLC in C#

Posted: 02 Dec 2009 17:45
by thannoy
I don't no many things about C# bindings, but
1- The wiki page named "C_Sharp" can give you hints maybe, as well as Category:Bindings and LibVLC(maybe outdated) wiki pages.
1 bis- don't bind with the ActiveX if you need the sout feature.