Hello all

I try get video from archive of dahua video recorder. I found that i can get video through RTSP protocol, like rtsp://admin:[email protected]:554/cam/playback?channel=1&starttime=2016_07_21_23_20_00&endtime=2016_07_21_23_59_00

I can play video from archive in VLC, but i want save video to file. I use ffmpeg for this. I get video by next command:

ffmpeg -rtsp_transport tcp -i "rtsp://admin:[email protected]:554/cam/playback?channel=1&starttime=2016_07_21_23_20_00&endtime=2016_07_21_23_59_00" -c copy -map 0 video.mp4

And it works. But i getting video stream in real time. if i want get 1 hour, i need downloading video around 1 hour. Why i can't get video more fast? This is not real time stream. This is stream already recorded on HDD. Potentially i can get video more fast.

Is it impossible get video stream in no real time? Or can i setup ffmpeg to get stream more fast?

_______________________________________________
ffmpeg-user mailing list
[email protected]
http://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
[email protected] with subject "unsubscribe".

Reply via email to