Audio/video stream recording forums (http://stream-recorder.com/forum/index.php)
-   Video stream recording (Adult streaming videos) (http://stream-recorder.com/forum/forumdisplay.php?f=40)
-   -  

RTMPDUMP error with RTMP_ReadPacket, failed to read RTMP packet header

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

steve2025 08-12-2014 08:58 AM

RTMPDUMP error with RTMP_ReadPacket, failed to read RTMP packet header


 
I'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

hasomaso 08-12-2014 10:57 AM

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



steve2025 08-12-2014 11:04 AM

Re: RTMPDUMP error with RTMP_ReadPacket, failed to read RTMP packet header


 
Looks 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


hasomaso 08-12-2014 11:31 AM

Re: RTMPDUMP error with RTMP_ReadPacket, failed to read RTMP packet header


 
you have a old rtmpdump version
download the latest from KSV and try again

add in your code also -v option

steve2025 08-12-2014 11:51 AM

Re: RTMPDUMP error with RTMP_ReadPacket, failed to read RTMP packet header


 
Quote:

Originally Posted by hasomaso (Post 69775)
you have a old rtmpdump version
download the latest from KSV and try again

add in your code also -v option


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!!!

hasomaso 08-12-2014 11:55 AM

Re: RTMPDUMP error with RTMP_ReadPacket, failed to read RTMP packet header


 
Quote:

Originally Posted by steve2025 (Post 69777)
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!!!



;)
check your inbox


All times are GMT -6. The time now is 10:34 AM.