View Single Post
  #115  
Old 05-26-2013, 12:46 AM
mariner mariner is offline
Junior Member
 
Join Date: Jul 2012
Posts: 21
mariner is on a distinguished road
Default

Re: Customized rtmpdump binaries with patch file


Greetings KSV. Thanks for the updates. Appreciate if you can help with a few problems using the latest patch.

Code:
rtmpdump -r "rtmp://88.212.206.42:1935/archive" -a "archive" -f "WIN 11,7,700,202" -W "http://echomsk.onlinetv.ru/hd/player.swf" -p "http://echomsk.onlinetv.ru/hd/kaz_14052013_5/" -y "mp4:filarmonia/kaz_14052013_5hd.mp4" -o "14052013_5hd.flv"
1. The download keeps getting interrupted after a few minutes. It would resume recording from the beginning but write to the same file, rendering the file unusable. Using the -v flag seems to get around this issue. Any idea?

2. The downloaded file size reported appears to be incorrect. Getting consistent file size seems to be a hit and miss affair. How does one determine if the downloaded file size is correct?

Code:
rtmpdump -r "rtmp://88.212.206.42:193
5/archive" -a "archive" -f "WIN 11,7,700,202" -W "http://echomsk.onlinetv.ru/hd/
player.swf" -p "http://echomsk.onlinetv.ru/hd/kaz_14052013_5/" -y "mp4:filarmoni
a/kaz_14052013_5hd.mp4" -o "14052013_5hd.flv" -v
RTMPDump v2.4 GIT-2012-12-30 (Compiled by KSV)
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
Connecting ...
INFO: Connected...
Starting Live Stream
INFO: Metadata:
INFO: trackinfo:
INFO:   timescale               90000.00
INFO:   length                  784149216.00
INFO:   language                eng
INFO: sampledescription:
INFO:   sampletype              mp4a
INFO:   timescale               90000.00
INFO:   length                  784148384.00
INFO:   language                eng
INFO: sampledescription:
INFO:   sampletype              avc1
INFO:   audiochannels           2.00
INFO:   audiosamplerate         90000.00
INFO:   videoframerate          25.00
INFO:   aacaot                  2.00
INFO:   avclevel                40.00
INFO:   avcprofile              77.00
INFO:   audiocodecid            mp4a
INFO:   videocodecid            avc1
INFO:   width                   1280.00
INFO:   height                  720.00
INFO:   frameWidth              1280.00
INFO:   frameHeight             720.00
INFO:   displayWidth            1280.00
INFO:   displayHeight           720.00
INFO:   framerate               25.00
INFO:   moovposition            28.00
INFO:   duration                8712.77
-455236.327 kB / 8712.75 sec (99.9%))
Download complete
3. At times rtmpdump would report the following error and crash.

Code:
ERROR: RTMP_ReadPacket, failed to read RTMP packet body. len: 20671
ERROR: WriteN, RTMP send error 10038 (5 bytes)
ERROR: WriteN, RTMP send error 10038 (5 bytes)
.
.
Many thanks and best regards.
Reply With Quote