libvlc vb.net stream recording

This forum is about all development around libVLC.
stadiumfivecenter
New Cone
New Cone
Posts: 2
Joined: 30 Sep 2018 23:20

libvlc vb.net stream recording

Postby stadiumfivecenter » 30 Sep 2018 23:24

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 !! ;-)

mfkl
Developer
Developer
Posts: 739
Joined: 13 Jun 2017 10:41

Re: libvlc vb.net stream recording

Postby mfkl » 01 Oct 2018 01:12

Can you share some logs and your libvlc version?
https://mfkl.github.io

stadiumfivecenter
New Cone
New Cone
Posts: 2
Joined: 30 Sep 2018 23:20

Re: libvlc vb.net stream recording

Postby stadiumfivecenter » 01 Oct 2018 08:21

How can i get log from VLC please ?

mfkl
Developer
Developer
Posts: 739
Joined: 13 Jun 2017 10:41

Re: libvlc vb.net stream recording

Postby mfkl » 01 Oct 2018 10:40

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)
https://mfkl.github.io


Return to “Development around libVLC”

Who is online

Users browsing this forum: No registered users and 24 guests