RTSP streaming and save into mp4 file using VLC
Posted
by Vivek Navadia
on Stack Overflow
See other posts from Stack Overflow
or by Vivek Navadia
Published on 2010-05-22T06:12:57Z
Indexed on
2010/05/22
6:20 UTC
Read the original article
Hit count: 323
Hello All
let say i am having one RTSP url (rtsp://192.168.0.17/mpeg4). the live camera is setup on the machine which relay live video. i am streaming it using vlc player and i am saving it in mp4 file on some location (i.e. c:\temp.mp4).
Now i am opening another vlc player instance and open this file (c:\temp.mp4). but as it is in use and saving live streaming to that file. that will not be played. if if stop the streaming and then played temp.mp4 file then it will play the streamed (saved) video.
Now my requirement is VLC player should also stream and save into temp.mp4 file continuously and at the same time that file should be played in any standard player.
is it possible to do with any option using VLC player that we can do both this things simultaneously.
Thanks Vivek
© Stack Overflow or respective owner