Audio/video stream recording forums
|
Attention Visitor: |
You may have to register or log in before you can post:
|
|
|
Thread Tools | Display Modes |
#1
|
|||
|
|||
RTMPDUMP error with RTMP_ReadPacket, failed to read RTMP packet headerI'm trying to stream download this but it ends up with error.
Does anyone has any idea? I try to disassembler the swf but can;t find any useful information C:\CLT\rtmpdump>rtmpdump -r "rtmp://vod4nl.webvideocore.net:1935/pull" -a "pull" -f "WIN 14,0,0,145" -W "http://play.webvideocore.net/player3.swf" -p "Videos_files/widget35_markup.html" -y "f_d326790246307196 f8653adad7d69675.flv" -o "2014-08-12_10-25-26_f_d326790246307196f8653adad7d69675 .flv" RTMPDump v2.4 GIT-2013-12-05 (Compiled by KSV) (c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL Connecting ... INFO: Connected... Starting download at: 0.000 kB 87.067 kB / 9.04 sec ERROR: RTMP_ReadPacket, failed to read RTMP packet header 106.570 kB / 9.12 sec Download complete Last edited by steve2025 : 08-12-2014 at 01:35 PM. |
#2
|
|||
|
|||
Re: RTMPDUMP error with RTMP_ReadPacket, failed to read RTMP packet header--realtime BUFX hack option with --buffer
Code:
--tcUrl "rtmp://vod4nl.webvideocore.net:1935/pull" -R --buffer 2000 Code:
rtmpdump -v -r "rtmp://vod4nl.webvideocore.net:1935/pull" -a "pull" -f "WIN 14,0,0,145" -W "http://play.webvideocore.net/player3.swf" -p "http://www.rubngum.com/rubngum//Videos_files/widget35_markup.html" -y "f_d326790246307196f8653adad7d69675.flv" --tcUrl "rtmp://vod4nl.webvideocore.net:1935/pull" -R --buffer 2000 -o "output.flv" Code:
>RTMPDump v2.4 GIT-2014-03-02 (Compiled by KSV) (c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL Connecting ... INFO: Connected... Starting Live Stream 1955.240 kB / 18.16 sec |
#3
|
|||
|
|||
Re: RTMPDUMP error with RTMP_ReadPacket, failed to read RTMP packet headerLooks like it still terminates between 7MB to 8MB.
Code:
RTMPDump v2.4 GIT-2013-12-05 (Compiled by KSV) (c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL Connecting ... INFO: Connected... Starting Live Stream 7745.987 kB / 44.88 sec ERROR: WriteN, RTMP send error 10054 (42 bytes) ERROR: RTMP_ReadPacket, failed to read RTMP packet body. len: 63899 7750.631 kB / 44.95 sec Download complete |
#4
|
|||
|
|||
Re: RTMPDUMP error with RTMP_ReadPacket, failed to read RTMP packet headeryou have a old rtmpdump version
download the latest from KSV and try again add in your code also -v option |
#5
|
|||
|
|||
Re: RTMPDUMP error with RTMP_ReadPacket, failed to read RTMP packet headerQuote:
Thank you very much. I got it right this time. I think i'm using wireless and a lot of drop packets. After I switched to LAN cable, it works like a charm. Again, thank you very much!!! |
#6
|
|||
|
|||
Re: RTMPDUMP error with RTMP_ReadPacket, failed to read RTMP packet headerQuote:
check your inbox |
Tags: rtmpdump |
Thread Tools | |
Display Modes | |
|
|