How to get complete download from this archive?Greetings.
First, many thanks to KSV for his effort to improve the rtmpdump binaries. Having some issues when downloading streams from this archive: http://meloman.ru/webcasts/ 1. Downloaded files are often incomplete with video drop-outs. Many attempts are required before two downloaded files agree in both size and hash. What are the commands to ensure a proper download? 2. The command used are generated by RTMPDumpHelper, but with the -v flag added. If the -v flag is absent, the downloading process gets interrupted after a few seconds and start over, again and again. It seems counter-intuitive to use the -v flag here as the streams are not "live". How does one get around this? Appreciate if anyone can take a look at this. Many thanks for your kind assistance. |
Re: How to get complete download from this archive?Here's an example of the command line used.
1. Without the -v parameter, "Stream EOF" occurred at around 0.6%, and downloading would stop and resume from the beginning. This would be repeated over and over again. What's the cause of this? Code:
rtmpdump -r "rtmp://88.212.207.11:1935/archive" -a "archive" -f "WIN 11,8,800,94" -W "http://echomsk.onlinetv.ru/hd/player.swf" -p "http://echomsk.onlinetv.ru/hd/17072013_1/" -y "mp4:filarmonia/17072013_1hd.mp4" -o "2013-07-27_05-35-44_17072013_1hd.flv" Code:
........ 3. It seems download is taking place at real time speed. Is there a way to speed things up? Many thanks and best regards. |
Re: How to get complete download from this archive?Appreciate if anyone could advise the correct parameters for error free download.
|
Re: How to get complete download from this archive?use the -v flag
|
Re: How to get complete download from this archive?try alternative:cool:
Code:
http://cdn0.onlinetv.ru:1935/archive/_definst_/filarmonia/17072013_1hd.mp4/playlist.m3u8 |
Re: How to get complete download from this archive?Quote:
Quote:
1. As I pointed out in the earlier post, streams downloaded using the -v flag are prone to errors. You may have tried and found out the same stream downloaded at different time usually differ in size/file hash. Over here, I had to keep repeating the download until hopefully there's a match. Would you know what may be the cause? How does one know if the downloaded stream is error free? 2. There's another issue with using the -v flag: streams are downloaded at real-time speed. How to speed things up? 3. Is there any guideline on the use of -v flag? Take a look a the two following streams from the same site. The first requires the -v flag, but the second does not, and is obviously downloaded much faster. -v required http://www.medici.tv/#!/batiashvili-...chubert-franck -v not required http://www.medici.tv/#!/evgeny-sudbi...l-2013-recital 4. Not sure what to do with the alternate link you provided. Any help? Many thanks and best regards. |
Re: How to get complete download from this archive?Quote:
Code:
http://usp-01.dmcloud.net/4cb48472f325e179ec000006/51ed3af694a6f605a4000016/mp4_h264_aac_hd-1374504514.mp4?e=1375820698&st=U8NCO4Rw8Jklrq2j9t1ZWw Code:
http://cdn.dmcloud.net/route/4cb48472f325e179ec000006/51ebdb1a94a6f652e0000002/mp4_h264_aac_hq.mp4?auth=1375817407-0-mtr4tuzn-b0f00411bccaf124854c93f6628a066f Quote:
|
Re: How to get complete download from this archive?Thanks for the reply, chaps.
Quote:
Quote:
Code:
ffmpeg -i http://cdn0.onlinetv.ru:1935/archive/_definst_/filarmonia/06112012_1hd.mp4/playlist.m3u8 lieb.mp4 Code:
D:\rdump\ff>ffmpeg -i http://cdn0.onlinetv.ru:1935/archive/_definst_/filarmonia/06112012_1hd.mp4/playlist.m3u8 lieb.mp4 4. Download was about half real-time speed. How to speed things up? 5. Is FFMpeg doing re-encoding? How to simply copy the h264 video and aac audio to output? 6. While rtmpdump saves the output to flv, ffmpeg seems to accept only mp4. Which is correct? 7. How to save the log to a text file? 8. How to generate an error report and save it? Many thanks and best regards. |
Re: How to get complete download from this archive?use
Code:
ffmpeg -i http://cdn0.onlinetv.ru:1935/archive/_definst_/filarmonia/06112012_1hd.mp4/playlist.m3u8 -c copy lieb.ts Quote:
|
Re: How to get complete download from this archive?Thanks chaps.
Quote:
Code:
....... 3. The log file was too large to be attached. What sort of errors would it record? Quote:
|
All times are GMT -6. The time now is 02:43 PM. |