Questiong about --rate option with streaming
Posted: 10 Jul 2014 09:18
When I was saving a rtsp stream to file, I use the --rate option to accelerate the whole process.
Like this:
File was successfully saved.
However, when I playback the saved file, I found the time span was not correct, it was shorter than the original's, and the video was played as the speed of rate 16.
Question is: How can I save a stream with a quick speed and the saved file can be played in a normal speed?
Like this:
Code: Select all
vlc.exe -vvv rtsp://221.226.150.235:5504/realplay?devid=81151004841&channelno=0&filename=81151004841_ch01_20140710101535_20140710101721 --rate=16 --sout=file/ps:video.mpg
However, when I playback the saved file, I found the time span was not correct, it was shorter than the original's, and the video was played as the speed of rate 16.
Question is: How can I save a stream with a quick speed and the saved file can be played in a normal speed?