Page 1 of 1

libvlc vb.net stream recording

Posted: 30 Sep 2018 23:24
by stadiumfivecenter
Hi,

I use axvlc com object to embed vlc player into a window forms.
I can easily display rtsp stream from my ip cam, without problem

But when i want to save this stream, that's don't work :

Code: Select all

Dim ipCAM As String = "rtsp://xxx:xxx@192.168.1.155:554/videoMain" Dim mediaOptions = ":sout=#std{access=file,mux=mp4, dst=c:\\temp\\test.mp4}" Me.AxVLCPlugin21.playlist.add(ipCAM, "My cam", mediaOptions ) Me.AxVLCPlugin21.playlist.play()
Can you help me ?
Thanks !! ;-)

Re: libvlc vb.net stream recording

Posted: 01 Oct 2018 01:12
by mfkl
Can you share some logs and your libvlc version?

Re: libvlc vb.net stream recording

Posted: 01 Oct 2018 08:21
by stadiumfivecenter
How can i get log from VLC please ?

Re: libvlc vb.net stream recording

Posted: 01 Oct 2018 10:40
by mfkl
Using axvlc I have no idea

Have a look at this maybe
https://forum.videolan.org/viewtopic.php?t=32414

If your app is windows forms, nothing stops you from using Vlc.DotNet (which I'd strongly recommend)