View Single Post
  #2  
Old 07-27-2013, 10:54 AM
mariner mariner is offline
Junior Member
 
Join Date: Jul 2012
Posts: 21
mariner is on a distinguished road
Default

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:
........
25973.210 kB / 65.68 sec (0.6%)
DEBUG: HandleCtrl, received ctrl, type: 31, len: 6
DEBUG: HandleCtrl, Stream BufferEmpty 1
DEBUG: HandleCtrl, received ctrl, type: 32, len: 6
DEBUG: HandleCtrl, Stream BufferReady 1
26808.054 kB / 67.64 sec (0.6%)
DEBUG: HandleCtrl, received ctrl, type: 31, len: 6
DEBUG: HandleCtrl, Stream BufferEmpty 1
DEBUG: HandleCtrl, received ctrl, type: 1, len: 6
DEBUG: HandleCtrl, Stream EOF 1
DEBUG: RTMP_ClientPacket, received: invoke 174 bytes
DEBUG: (object begin)
DEBUG: Property: <Name:            no-name, STRING:     onStatus>
DEBUG: Property: <Name:            no-name, NUMBER:     0.00>
DEBUG: Property: NULL
DEBUG: Property: <Name:            no-name, OBJECT>
DEBUG: (object begin)
DEBUG: Property: <Name:              level, STRING:     status>
DEBUG: Property: <Name:               code, STRING:     NetStream.Pause.Notify>
DEBUG: Property: <Name:        description, STRING:     Pausing filarmonia/2005_1hd.mp4.>
DEBUG: Property: <Name:            details, STRING:     filarmonia/2005_1hd.mp4>
.......
2. If -v flag was used, the download would complete, but not without error. How does one ensure error free download?

3. It seems download is taking place at real time speed. Is there a way to speed things up?

Many thanks and best regards.

Last edited by mariner : 07-27-2013 at 01:01 PM.
Reply With Quote