Audio/video stream recording forums (http://stream-recorder.com/forum/index.php)
-   rtmpdump (http://stream-recorder.com/forum/forumdisplay.php?f=54)
-   -  

nationalgeographic.com rtmpdump error: RTMP_ReadPacket, failed to read RTMP packet

(http://stream-recorder.com/forum/showthread.php?t=9417)

rumata 06-16-2011 04:36 PM

nationalgeographic.com rtmpdump error: RTMP_ReadPacket, failed to read RTMP packet


 
Hi!

I'm trying to dump video from national geographic. Unfortunately I'm seeing the read packet error. Can you help me out?

_http://channel.nationalgeographic.com/channel/videos/feeds/cv-seo/Dog-Whisperer/Full-Episodes/

Here's the flv file:

<FLVPlayerConfig>
<serverName>cp58035.edgefcs.net</serverName>
<fallbackServerName>cp58035.edgefcs.net</fallbackServerName>
<appName>ondemand?auth=daEaRc4bUdvc1bzcdaQcKdXcLdd dZa9a6d.-bn.M_s-eS-EEGopysyszFzrrwp&amp;aifp=0001&amp;slist=flash/channel/feed/00006/.uid.MbTiAADcuUHgtaeJSw9f5c52e9be3bf6ab1808022197d 98525.07656_00_maxwell-broookly_001</appName>
<streamName>flash/channel/feed/00006/.uid.MbTiAADcuUHgtaeJSw9f5c52e9be3bf6ab1808022197d 98525.07656_00_maxwell-broookly_001</streamName>
<isLive>false</isLive>
<bufferTime>2</bufferTime>
</FLVPlayerConfig>

My command line:

/rtmpdump --resume -v -z -r "rtmp://cp58035.edgefcs.net/ondemand?auth=daEaRc4bUdvc1bzcdaQcKdXcLdddZa9a6d.-bn.M_s-eS-EEGopysyszFzrrwp&amp;aifp=0001&amp;slist=flash/channel/feed/00006/.uid.MbTiAADcuUHgtaeJSw9f5c52e9be3bf6ab1808022197d 98525.07656_00_maxwell-broookly_001" -o maxwell-broookly_001.flv -W "http://channel.nationalgeographic.com/channel/videos/flash/application.swf" -p "http://channel.nationalgeographic.com/channel/videos/feeds/cv-seo/Dog-Whisperer/Full-Episodes/"

Debug output: http://pastebin.com/jtfyZm0C

KSV 06-17-2011 06:17 AM

Re: nationalgeographic.com rtmpdump error: RTMP_ReadPacket, failed to read RTMP packe


 
probably you are using old version of rtmpdump. the following command works fine for me.

Code:

rtmpdump -r "rtmp://cp58035.edgefcs.net/ondemand?auth=daEaRc4bUdvc1bzcdaQcKdXcLdddZa9a6d.-bn.M_s-eS-EEGopysyszFzrrwp&aifp=0001&slist=flash/channel/feed/00006/.uid.MbTiAADcuUHgtaeJSw9f5c52e9be3bf6ab1808022197d98525.07656_00_maxwell-broookly_001" -W "http://channel.nationalgeographic.com/channel/videos/flash/application.swf" -p "http://channel.nationalgeographic.com/channel/videos/feeds/cv-seo/Dog-Whisperer/Full-Episodes/" -o maxwell-broookly_001.flv
Code:

RTMPDump v2.3 r569 (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:  audiodatarate        112.00
INFO:  author                NGC
INFO:  copyright            NGC
INFO:  creationdate          Wed Dec 16 19:04:40 2009
INFO:  duration              2761.06
INFO:  framerate            30.00
INFO:  height                306.00
INFO:  lastkeyframetimestamp 2760500.00
INFO:  lasttimestamp        2761038.00
INFO:  title                07656_00_Maxwell-Brookly.mov
INFO:  videodatarate        466.00
INFO:  width                544.00
2742.245 kB / 27.20 sec (0.9%)



All times are GMT -6. The time now is 03:37 PM.