jafar2049
04-30-2012, 02:26 PM
Hello,
I've already downloaded several videos by using rtmpdump command and I never had any problem. Since this morning, I try to download a music concert from the website : citedelamusique.tv
It's a HD video and I believe that the file is quite big. When I run the command in terminal during several minutes, everything works as usual but then I get the following message:
INFO: sampletype mp4a
INFO: length 294429696.00
INFO: timescale 48000.00
INFO: sampledescription:
INFO: length 552056400.00
INFO: timescale 90000.00
INFO: sampledescription:
99157.895 kB / 752.12 sec (12.2%)
ERROR: WriteN, RTMP send error 10054 (42 bytes)
ERROR: RTMP_ReadPacket, failed to read RTMP packet body. len: 73368
99158.115 kB / 752.12 sec (12.2%)
Download may be incomplete (downloaded about 12.20%), try resuming
So the message says that Download may be incomplete. After a bit googling I found that there is a --resume option that may tackle this problem. Yet the same thing happened several minutes later, besides it asked me to specify a value for --skip (I didn't know what to specify).
Does rtmpdump have any problem with very large streaming (the concert is about 1 h 40 min) or there is a problem in my command?
This is exactly how I run rtmpdump in order to download the specified video
rtmpdump -o Pleyel-20120420-Brahms-Sy-02And04.flv -y mp4:PLVI/PLVI000178200/PLVI000178201/PLVI000178201_00_HQ.mp4 -n dcfms35-202.streamedia.info --app VOD --resume
Any idea?
Thanks in advance,
karlo2105
04-30-2012, 04:09 PM
You need to add -W parameter which means SWF player and eventually -p for website address.
rtmpdump -o Pleyel-20120420-Brahms-Sy-02And04.flv -y mp4:PLVI/PLVI000178200/PLVI000178201/PLVI000178201_00_HQ.mp4 -r rtmp://dcfms35-202.streamedia.info -a VOD
>rtmpdump
-o Pleyel-20120420-Brahms-Sy-02And04.flv -y mp4:PLVI/PLVI000178200/PLVI000178201
/PLVI000178201_00_HQ.mp4 -r rtmp://dcfms35-202.streamedia.info -a VOD
RTMPDump v2.4 GIT-2012-03-08 (Compiled by KSV)
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
WARNING: No application or playpath in URL!
Connecting ...
INFO: Connected...
Starting download at: 0.000 kB
INFO: Metadata:
INFO: duration 6133.96
INFO: moovPosition 40.00
INFO: width 720.00
INFO: height 406.00
INFO: videocodecid avc1
INFO: audiocodecid mp4a
INFO: avcprofile 77.00
INFO: avclevel 30.00
INFO: aacaot 2.00
INFO: videoframerate 25.00
INFO: audiosamplerate 48000.00
INFO: audiochannels 2.00
INFO: trackinfo:
INFO: length 15334900.00
INFO: timescale 2500.00
INFO: sampledescription:
INFO: sampletype avc1
INFO: length 15334900.00
INFO: timescale 2500.00
INFO: sampledescription:
INFO: length 294429696.00
INFO: timescale 48000.00
INFO: sampledescription:
INFO: sampletype mp4a
INFO: length 294429696.00
INFO: timescale 48000.00
INFO: sampledescription:
INFO: length 552056400.00
INFO: timescale 90000.00
INFO: sampledescription:
115812.601 kB / 888.88 sec (14.4%)
jafar2049
05-01-2012, 02:48 AM
Thanks for your solutions, but unfortunately non of them solved the problem which persists.
ERROR: WriteN, RTMP send error 10054 (42 bytes)
ERROR: RTMP_ReadPacket, failed to read RTMP packet body. len: 66814
228866.534 kB / 1755.28 sec (28.6%)
Download may be incomplete (downloaded about 28.60%), try resuming
Thanks for your solutions, but unfortunately non of them solved the problem which persists.
ERROR: WriteN, RTMP send error 10054 (42 bytes)
ERROR: RTMP_ReadPacket, failed to read RTMP packet body. len: 66814
228866.534 kB / 1755.28 sec (28.6%)
Download may be incomplete (downloaded about 28.60%), try resuming
use parametr "-e"
rtmpdump -o Pleyel-20120420-Brahms-Sy-02And04.flv -y mp4:PLVI/PLVI000178200/PLVI000178201/PLVI000178201_00_HQ.mp4 -r rtmp://dcfms35-202.streamedia.info -a VOD -e
jafar2049
05-01-2012, 07:05 AM
use parametr "-e"
rtmpdump -o Pleyel-20120420-Brahms-Sy-02And04.flv -y mp4:PLVI/PLVI000178200/PLVI000178201/PLVI000178201_00_HQ.mp4 -r rtmp://dcfms35-202.streamedia.info -a VOD -e
-e and --resume are the same thing. I'd already included this option in my command.
>rtmpdump
-r "rtmp://dcfms35-202.streamedia.info/VOD/" -a "VOD/" -f "WIN 11,2,202,228" -W
"http://citedelamusique.tv/Player/lecteur_video.swf" -p "http://citedelamusique.
tv/Concert/0985774.html" -y "mp4:PLVI/PLVI000178200/PLVI000178201/PLVI000178201_
00_LQ.mp4" -o "PLVI000178201_00_LQ.mp4.flv"
RTMPDump v2.4 GIT-2012-03-08 (Compiled by KSV)
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
Connecting ...
INFO: Connected...
Starting download at: 0.000 kB
INFO: Metadata:
INFO: duration 6133.96
INFO: moovPosition 40.00
INFO: width 512.00
INFO: height 288.00
INFO: videocodecid avc1
INFO: audiocodecid mp4a
INFO: avcprofile 77.00
INFO: avclevel 21.00
INFO: aacaot 2.00
INFO: videoframerate 25.00
INFO: audiosamplerate 48000.00
INFO: audiochannels 2.00
INFO: trackinfo:
INFO: length 15334900.00
INFO: timescale 2500.00
INFO: sampledescription:
INFO: sampletype avc1
INFO: length 15334900.00
INFO: timescale 2500.00
INFO: sampledescription:
INFO: length 294429696.00
INFO: timescale 48000.00
INFO: sampledescription:
INFO: sampletype mp4a
INFO: length 294429696.00
INFO: timescale 48000.00
INFO: sampledescription:
INFO: length 552056400.00
INFO: timescale 90000.00
INFO: sampledescription:
375334.983 kB / 5091.36 sec (83.0%)
ERROR: WriteN, RTMP send error 10054 (42 bytes)
ERROR: RTMP_ReadPacket, failed to read RTMP packet body. len: 4128
375451.966 kB / 5092.95 sec (83.0%)
Download may be incomplete (downloaded about 83.00%), try resuming
>rtmpdump
-r "rtmp://dcfms35-202.streamedia.info/VOD/" -a "VOD/" -f "WIN 11,2,202,228" -W
"http://citedelamusique.tv/Player/lecteur_video.swf" -p "http://citedelamusique.
tv/Concert/0985774.html" -y "mp4:PLVI/PLVI000178200/PLVI000178201/PLVI000178201_
00_LQ.mp4" -o "PLVI000178201_00_LQ.mp4.flv" -e
RTMPDump v2.4 GIT-2012-03-08 (Compiled by KSV)
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
Connecting ...
INFO: Connected...
Resuming download at: 375366.691 kB / 5091.560 sec (83.0%)
INFO: Metadata:
INFO: duration 6133.96
INFO: moovPosition 40.00
INFO: width 512.00
INFO: height 288.00
INFO: videocodecid avc1
INFO: audiocodecid mp4a
INFO: avcprofile 77.00
INFO: avclevel 21.00
INFO: aacaot 2.00
INFO: videoframerate 25.00
INFO: audiosamplerate 48000.00
INFO: audiochannels 2.00
INFO: trackinfo:
INFO: length 15334900.00
INFO: timescale 2500.00
INFO: sampledescription:
INFO: sampletype avc1
INFO: length 15334900.00
INFO: timescale 2500.00
INFO: sampledescription:
INFO: length 294429696.00
INFO: timescale 48000.00
INFO: sampledescription:
INFO: sampletype mp4a
INFO: length 294429696.00
INFO: timescale 48000.00
INFO: sampledescription:
INFO: length 552056400.00
INFO: timescale 90000.00
INFO: sampledescription:
446208.087 kB / 6082.26 sec (99.1%)
vBulletin® , Copyright ©2000-2025, Jelsoft Enterprises Ltd.