Search found 2 matches

Go to advanced search

by K Prasad Rao
15 Sep 2009 14:08
Forum: Development around libVLC
Topic: C# Wrapper for libvlc 0.9.0 - Testers Required
Replies: 153
Views: 83064

Re: C# Wrapper for libvlc 0.9.0 - Testers Required

charlest, To get a frame use VLC_PUBLIC_API mediacontrol_RGBPicture * mediacontrol_snapshot( mediacontrol_Instance *self, const mediacontrol_Position *a_position, mediacontrol_Exception *exception ); which is declared in mediacontrols.h You will have to implement interop for few structures mediacont...
by K Prasad Rao
15 Sep 2009 13:41
Forum: VLC stream-output (sout)
Topic: "Connection/Disconnect Event" ????
Replies: 2
Views: 827

Re: "Connection/Disconnect Event" ????

I have used videolan.interop for playing and recording live streams from IP Cameras and i was able to get the callbacks for network disconnect. There is a sample attached VlcMediaPlayer.Sample with the same project which details it. Nevertheless, below is the code Vlc = new VideoLanClient(); VlcPlay...

Go to advanced search