Page 1 of 1
Record rtsp stream with libvlc
Posted: 30 Jul 2011 20:58
by arborbr01
I'm using vlc-1.1.10 in SuSE 11.4 in a Qt4.7.1 App.
I need to record a ipcam rtsp stream in a file.
What are the libvlc functions I must call and in which order must I call them?
I didn't found any literature about it in any place.
Should you help me?
Thanks in advance.
Re: Record rtsp stream with libvlc
Posted: 30 Jul 2011 21:59
by Rémi Denis-Courmont
There are currently no functions to support streaming, converting, recording ("stream output") due to lack of resources.
Re: Record rtsp stream with libvlc
Posted: 31 Jul 2011 17:34
by arborbr01
But you do this inside vlc!
Can I use same technique to do this in my program?
How?
Thanks in advance.
Re: Record rtsp stream with libvlc
Posted: 03 Nov 2011 14:12
by carlesls
I'm using vlc-1.1.10 in SuSE 11.4 in a Qt4.7.1 App.
I need to record a ipcam rtsp stream in a file.
What are the libvlc functions I must call and in which order must I call them?
I didn't found any literature about it in any place.
Should you help me?
Thanks in advance.
there is any code to show us??
Thank a lot.
Re: Record rtsp stream with libvlc
Posted: 03 Nov 2011 18:50
by Rémi Denis-Courmont
You can always use the same input item or command line parameter as you would with VLC. But there is no warranty that this will work with all versions and all platforms.
There simply aren't any clean semantic functions to control streaming. I do not really have time and motivation to do this on my free time.
Re: Record rtsp stream with libvlc
Posted: 27 Dec 2011 10:49
by rimber
I have seen VLC has Record button,May be it is possible.
But I don't know how to do, and I want to know.