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

rtmpdump RTMP_ReadPacket, failed to read RTMP packet header

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

komandor584 06-14-2014 10:32 AM

Re: rtmpdump RTMP_ReadPacket, failed to read RTMP packet header


 
runetki.com previously worked through RTMPDumpHelper + rtmpsuck + firefox, but recently stopped working: failed to read rtmp packet header
http://1pic.org/view/2/a56065b1327a2c9e655d.jpg.html
What to do that would earn again? please explain for a beginner.

snypercopyright 06-20-2014 08:38 AM

Re: rtmpdump RTMP_ReadPacket, failed to read RTMP packet header


 
Guys can someone help me?
Was working yesterday, today is giving this error:

Quote:

RTMPDump v2.4 79459a2~git
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
Connecting ...
INFO: Connected...
ERROR: rtmp server sent error
ERROR: rtmp server requested close

Quote:

rtmpdump -r "rtmps://51b73eba923b9.streamlock.net/alfaconcursos2s" -a "alfaconcursos2s" -W "http://www.alfaconcursos.com.br/imagens/player/player_alfacon.swf" -y "mp4:200/joao_paulo/inf/jp_inf_00106" -o informatica/encontro6/jp_inf_00106.mp4 --live -T "5bead039555e3046e491864eaa333914" rtmpdump -r "rtmps://51b73eba923b9.streamlock.net/alfaconcursos2s" -a "alfaconcursos2s" -W "http://www.alfaconcursos.com.br/imagens/player/player_alfacon.swf" -y "mp4:200/joao_paulo/inf/jp_inf_00106" -o informatica/encontro6/jp_inf_00106.mp4 --live -T "5bead039555e3046e491864eaa333914"

phillip7.et 01-22-2017 01:53 AM

Re: rtmpdump RTMP_ReadPacket, failed to read RTMP packet header


 
I have a link got by IDM( Internet Download Manager) as : rtmp://123.30.191.207/hanoi1//live?e=1485074411&st=VCUQOani6PuYP-3ZTluV-g

i use rtmpdump instead IDM
My command line :
Quote:

rtmpdump -r rtmp://123.30.191.207/hanoi1/live -v -y 1485074411 -f "WIN 24,0,0,194" -W "http://hanoitv.vn/lib/jwplayer6.12/jwplayer.flash.swf" -p "http://streema.com/tv/play/Hanoi_TV_HTV_1" -u "VCUQOani6PuYP-3ZTluV-g" -o "aaa.mp4"
I set -y 1485074411 & -u VCUQOani6PuYP-3ZTluV-g
Is that ok ?

confused.com 01-22-2017 02:14 AM

Re: rtmpdump RTMP_ReadPacket, failed to read RTMP packet header


 
https://rtmpdump.mplayerhq.hu/rtmpdump.1.html

−−auth −u string
An authentication string to be appended to the Connect message. Using this option will append a Boolean TRUE and then the specified string. This option is only used by some particular servers and is deprecated. The more general −−conn option should be used instead.

phillip7.et 01-22-2017 03:03 AM

Re: rtmpdump RTMP_ReadPacket, failed to read RTMP packet header


 
Quote:

Originally Posted by confused.com (Post 89467)
https://rtmpdump.mplayerhq.hu/rtmpdump.1.html

−−auth −u string
An authentication string to be appended to the Connect message. Using this option will append a Boolean TRUE and then the specified string. This option is only used by some particular servers and is deprecated. The more general −−conn option should be used instead.

rtmp://123.30.191.207/hanoi1//live?e=1485074411&st=VCUQOani6PuYP-3ZTluV-g
With above url, I don't know what one is a Token, which one is a auth string, which one a playpath, which one a application
Can you explain for me, please ?
write down by command line ya, thank you !!!

confused.com 01-22-2017 10:41 AM

Re: rtmpdump RTMP_ReadPacket, failed to read RTMP packet header


 
http://www.nirsoft.net/utils/rtmp_dump_helper.html

j_cool 01-22-2017 10:55 AM

Re: rtmpdump RTMP_ReadPacket, failed to read RTMP packet header


 
C:\>rtmpdump -r "rtmp://123.30.191.207/hanoi1/" -a "hanoi1/" -f "WIN 24,0,0,194" -W "http://hanoitv.vn/lib/jwplayer6.12/
jwplayer.flash.swf" -p "http://hanoitv.vn/Media/156/truyen-hinh-truc-tuyen/H1/164.htv" -y "live?e=1485108011&st=Z7xZMKl8
QLCSUqlc9-xT8w" -o "hanoi1.flv"
RTMPDump v2.4 GIT-2015-12-14 (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: Server NGINX RTMP (github.com/arut/nginx-rtmp-module)
INFO: width 800.00
INFO: height 450.00
INFO: displayWidth 800.00
INFO: displayHeight 450.00
INFO: duration 0.00
INFO: framerate 25.00
INFO: fps 25.00
INFO: videodatarate 1000.00
INFO: videocodecid 7.00
INFO: audiodatarate 125.00
INFO: audiocodecid 10.00
1414.927 kB / 11.83 sec

phillip7.et 01-22-2017 06:07 PM

Re: rtmpdump RTMP_ReadPacket, failed to read RTMP packet header


 
Quote:

Originally Posted by j_cool (Post 89478)
C:\>rtmpdump -r "rtmp://123.30.191.207/hanoi1/" -a "hanoi1/" -f "WIN 24,0,0,194" -W "http://hanoitv.vn/lib/jwplayer6.12/
jwplayer.flash.swf" -p "http://hanoitv.vn/Media/156/truyen-hinh-truc-tuyen/H1/164.htv" -y "live?e=1485108011&st=Z7xZMKl8
QLCSUqlc9-xT8w" -o "hanoi1.flv"
RTMPDump v2.4 GIT-2015-12-14 (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: Server NGINX RTMP (github.com/arut/nginx-rtmp-module)
INFO: width 800.00
INFO: height 450.00
INFO: displayWidth 800.00
INFO: displayHeight 450.00
INFO: duration 0.00
INFO: framerate 25.00
INFO: fps 25.00
INFO: videodatarate 1000.00
INFO: videocodecid 7.00
INFO: audiodatarate 125.00
INFO: audiocodecid 10.00
1414.927 kB / 11.83 sec

Thanks J_Cool much much ;)
I download this videos successfully

Maybe I need your help with 2 following link
I get from website by IDM(have to login just view live stream videos) : http://www.bet365.com/extra/

1. rtmp://60.254.131.107/live?_fcs_vhost=cp37665.live.edgefcs.net/srbetweb_040@s379766?auth=db.dwcVaWa8dqbEdCdKcTd_a tcRdadUdgdD-byHves-E-eS-tyJnIFnFIow-r9p9&p=15&e=732479&u=&t=livevideo&l=&a=&c=VN&i=&q= &k=&aifp=v001
Quote:

rtmpdump -r rtmp://60.254.131.107/live -y "live?_fcs_vhost=cp37665.live.edgefcs.net/srbetweb_040@s379766" -u "db.dwcVaWa8dqbEdCdKcTd_atcRdadUdgdD-byHves-E-eS-tyJnIFnFIow-r9p9" -f "WIN 24,0,0,194" -W "http://www.bet365.com/extra/streamingassets/Player/ExtraPlayerLoader.swf" -p "http://www.bet365.com/extra/en/" -o "aaa.flv"
2. rtmp://cp362963.live.edgefcs.net/live/Tennis_ITFWomen_PetitBourgGuadeloupeSinglesWWITFFR A02A_10934180_1364k@s316285?auth=da_aeabcxbUb6dob7 bydmauclb4cIaiducb-byGO8R-E-AxwzDoHotDrDKFe-lcjb&aifp=v1/Tennis_ITFWomen_PetitBourgGuadeloupeSinglesWWITFFR A02A_10934180_1364k@s316285?auth=da_aeabcxbUb6dob7 bydmauclb4cIaiducb-byGO8R-E-AxwzDoHotDrDKFe-lcjb&aifp=v1
Quote:

rtmpdump -r rtmp://cp362963.live.edgefcs.net/live/ -a "live/" -y "Tennis_ITFWomen_PetitBourgGuadeloupeSinglesWWITFF RA02A_10934180_1364k@s316285" -u "da_aeabcxbUb6dob7bydmauclb4cIaiducb-byGO8R-E-AxwzDoHotDrDKFe-lcjb&aifp=v1" -f "WIN 24,0,0,194" -W "http://www.bet365.com/extra/streamingassets/Player/ExtraPlayerLoader.swf" -p "http://www.bet365.com/extra/en/" -o "bbb.flv"
Is that ok ?
My result output

phillip7.et 01-22-2017 06:12 PM

Re: rtmpdump RTMP_ReadPacket, failed to read RTMP packet header


 
Quote:

Originally Posted by confused.com (Post 89477)

I download and my result window

Damianonymous 01-22-2017 08:22 PM

Re: rtmpdump RTMP_ReadPacket, failed to read RTMP packet header


 
Starting with version 45 of Chrome supports plug PPAPI and RTMPDumphelper not work. You must use Internet Explorer or Firefox. I use Google Chrome Portable 44, you need to enable this NPAPI (chrome://flags#enable-npapi) and manually add support for the browser (F8).


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