I've looked at the documentation and i can not find any option to enable the recording of a rtsp streaming
Any ideas?
I need direct streaming recording, without re-encoding
Thanks in advance
Code: Select all
:sout=#duplicate{dst=display,dst=std{access=file,mux=ts,dst='/path/to/save/file.ts'}}
Code: Select all
libvlc_media_t * pMedia = libvlc_media_new_location(p_instance, "url://of_rtsp/stream");
if (pMedia)
{
libvlc_media_add_option (pMedia, ":sout=#duplicate{dst=display,dst=std{access=file,mux=ts,dst='/path/to/save/file.ts'}}");
}
Return to “Development around libVLC”
Users browsing this forum: No registered users and 9 guests