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)

jojesh 07-06-2013 08:05 PM

rtmpdump RTMP_ReadPacket, failed to read RTMP packet header


 
I am trying to capture the stream from http://zonytvcom.info/saki2/embed.ph...asianet.stream

i used

Code:

rtmpdump -r rtmpe://94.242.228.40:1934/live2  -W http://zonytvcom.info/saki/player/src2.swf -p http://www.zonytvcom.info/saki2/watch.php?live=asianet.stream -y asianet.stream -V -o test.flv -z
but i got

DEBUG: Invoking deleteStream
ERROR: RTMP_ReadPacket, failed to read RTMP packet header
DEBUG: Closing connection.

can anybody please suggest the proper rtmpdump way to get the stream

chap 07-07-2013 12:59 AM

Re: rtmpdump RTMP_ReadPacket, failed to read RTMP packet header


 
Code:

rtmpdump -r rtmpte://94.242.228.40:1934/live2 -a live2 -W http://zonytvcom.info
/saki/player/src2.swf -p "http://www.zonytvcom.info/saki2/watch.php?live=asianet
.stream" -y asianet.stream -v -o test.flv -T "9op0b5@7n1s5ip1"
RTMPDump v2.4 GIT-2012-12-30 (Compiled by KSV)
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
Connecting ...
WARNING: Trying different position for server digest!
INFO: Connected...
Starting Live Stream
INFO: Metadata:
INFO:  audiochannels          1.00
INFO:  audiosamplerate        12000.00
INFO:  audiocodecid            mp4a
INFO:  videocodecid            avc1
INFO:  width                  320.00
INFO:  height                  240.00
INFO:  frameWidth              320.00
INFO:  frameHeight            240.00
INFO:  displayWidth            320.00
INFO:  displayHeight          240.00
INFO:  framerate              15.00
INFO: trackinfo:
INFO:  timescale              12000.00
INFO:  language                eng
INFO: sampledescription:
INFO:  sampletype              MP4A-LATM
INFO:  type                    audio
INFO:  config                  1488
INFO:  description            {AACFrame: size: 0, rate: 12000, channels: 1, sa
mples: 1024, errorBitsAbsent: true, profileObjectType: "LC"}
INFO:  timescale              90000.00
INFO:  language                eng
INFO: sampledescription:
INFO:  sampletype              H264
INFO:  type                    video
INFO:  profile-level-id        42e00c
INFO:  sprop-parameter-sets    Z0LgDJZSAoP2ApwUFBUAAAu4AAFfkIQ=,aM44gA==
INFO:  description            {H264CodecConfigInfo: profile: "Baseline", level
: 1.2, frameSize: 320x240, displaySize: 320x240, PAR: 1:1, frameRate: 15.0}
INFO: rtpsessioninfo:
INFO:  connectiondata          IN IP4 115.112.238.28
INFO:  name                    H264_QVGA (1)
INFO:  origin                  - 950699342 4883819 IN IP4 192.168.99.116
INFO:  timing                  0 0
INFO:  protocolversion        0
INFO: attributes:
INFO:  range                  npt=now-
356.659 kB / 15.92 sec


jojesh 07-07-2013 02:44 AM

Re: rtmpdump RTMP_ReadPacket, failed to read RTMP packet header


 
thanks for the reply. But it would be helpful if you can share how it is solved.

how the -T value is obtained for the swf. I tried to get it using some flash disassembler but failed also tried with http://www.showmycode.com/ but could not obtain it.

Also please let me know why the protocol is changed to rtmpte. with this protpcol i got some problem but when i specify it with rtmpe it worked.

I would like to know from where i can get the latest rtmpdump

nullacht 07-07-2013 05:37 AM

Re: rtmpdump RTMP_ReadPacket, failed to read RTMP packet header


 
@jojesh

I deleted some of your posts. One thread should be enough!

jojesh 07-07-2013 04:10 PM

Re: rtmpdump RTMP_ReadPacket, failed to read RTMP packet header


 
@nullacht

Thanks...Actually it was a mistake

jojesh 07-17-2013 10:28 PM

Re: rtmpdump RTMP_ReadPacket, failed to read RTMP packet header


 
Quote:

how the -T value is obtained for the swf. I tried to get it using some flash disassembler but failed also tried with http://www.showmycode.com/ but could not obtain it.

Also please let me know why the protocol is changed to rtmpte. with this protpcol i got some problem but when i specify it with rtmpe it worked.
can anybody give an answer to my above doubts..am I at wrong thread?

chap 07-17-2013 11:00 PM

Re: rtmpdump RTMP_ReadPacket, failed to read RTMP packet header


 
use Trillix.Flash.Decompiler

http://zonytvcom.info/saki/player/src0.swf

jojesh 07-18-2013 08:21 PM

Re: rtmpdump RTMP_ReadPacket, failed to read RTMP packet header


 
thanks i will check it later..now @ office

jojesh 08-01-2013 05:58 AM

Re: rtmpdump RTMP_ReadPacket, failed to read RTMP packet header


 
can anybody help to get the parameters for rtmpdump

http://1tvlive.in/asianet-plus/

what i have got

Quote:

-r rtmp://141.8.244.56/live -a live -W http://sportsembed.com/class/playerhd.swf -p http://www.sportsembed.com -y asianet_plus_hd
but it seems not working

freez 08-01-2013 06:05 AM

Re: rtmpdump RTMP_ReadPacket, failed to read RTMP packet header


 
Code:

rtmpdump -r "rtmp://141.8.244.56/live" -a "live" -f "WIN 11,8,800,94" -W "http://sportsembed.com/class/playerhd.swf" -p "http://sportsembed.com/embed.php?v=asianet_plus_hd&vw=600&vh=450&typeplayer=0&domain=pogotv.eu" --live -y "asianet_plus_hd" | "C:\Program Files (x86)\VideoLAN\VLC\vlc.exe"
-

jojesh 08-01-2013 05:35 PM

Re: rtmpdump RTMP_ReadPacket, failed to read RTMP packet header


 
Thanks a lot.

jojesh 08-02-2013 05:32 AM

Re: rtmpdump RTMP_ReadPacket, failed to read RTMP packet header


 
Can anybody help on these channels to get the the rtmpdump params??

http://zonytvcom.info/asianet.php
http://zonytvcom.info/suryatv.php

Thanks

hasomaso 08-02-2013 10:50 AM

Re: rtmpdump RTMP_ReadPacket, failed to read RTMP packet header


 
@jojesh

Code:

rtmpdump -v -r "rtmpe://46.19.139.46:443/liveedge1/" -a "liveedge1/" -f "WIN 11,8,800,94" -W "http://hidecast.com/jwplayer/jwplayer.flash.swf" -p "http://hidecast.com/gen_s.php?id=15403&width=600&height=430" -y "asianet716" -o "2013-08-02_06-45-03_asianet716.flv"

rtmpdump -v -r "rtmpe://46.19.139.46:443/liveedge1/" -a "liveedge1/" -f "WIN 11,8,800,94" -W "http://hidecast.com/jwplayer/jwplayer.flash.swf" -p "http://hidecast.com/gen_s.php?id=15413&width=600&height=430" -y "suryas277" -o "2013-08-02_06-46-06_suryas277.flv"


jojesh 08-03-2013 02:05 AM

Re: rtmpdump RTMP_ReadPacket, failed to read RTMP packet header


 
Thanks a lot.

But it would be very help full if you can share how you extracted it. Usually i used to use Inspector in firfox. But in this case i could not.

Am using Linux.

Thanks

lenovog470 03-12-2014 11:45 AM

Re: rtmpdump RTMP_ReadPacket, failed to read RTMP packet header


 
Please help me!!!
url : http://vivo.vn/episode/gods-gift---1...-tap-4-13.html



My code :
Code:

rtmpdump -r "rtmpe://123.30.104.164:10908/vivo"  -W "http://files.vivo.vn/ui/files/player/vivoPlayer25.swf" -y "mp4:video/god_gift/god_gift_004_1_high.mp4" -o 14_19_1.mp4  --live -u "(S#adE%h0P#w@H2$%" -T "1f87a6aed03c7269d139331efe8d22e3"
but error : rtmpdump RTMP_ReadPacket, failed to read RTMP packet header


please!! help me! please

hasomaso 03-12-2014 11:57 AM

Re: rtmpdump RTMP_ReadPacket, failed to read RTMP packet header


 
Quote:

Originally Posted by lenovog470 (Post 66326)
Please help me!!!
url : http://vivo.vn/episode/gods-gift---1...-tap-4-13.html



My code :
Code:

rtmpdump -r "rtmpe://123.30.104.164:10908/vivo"  -W "http://files.vivo.vn/ui/files/player/vivoPlayer25.swf" -y "mp4:video/god_gift/god_gift_004_1_high.mp4" -o 14_19_1.mp4  --live -u "(S#adE%h0P#w@H2$%" -T "1f87a6aed03c7269d139331efe8d22e3"
but error : rtmpdump RTMP_ReadPacket, failed to read RTMP packet header


please!! help me! please



look here

http://stream-recorder.com/forum/sit...od-t17684.html

snypercopyright 04-23-2014 12:30 PM

Re: rtmpdump RTMP_ReadPacket, failed to read RTMP packet header


 
Giving this error: ERROR: RTMP_ReadPacket, failed to read RTMP packet header
What should I do, other videos I managed to donwload ..
*
command:
Quote:

rtmpdump -r "rtmps://51a31bcacc912.streamlock.net/alfaconcursos2s" -a "alfaconcursos2s" -W "http://www.alfaconcursos.com.br/imagens/player/player_alfacon.swf" -y "mp4:200/thais_vieira/noc_adm/tv_noc_adm_00015" -o nocoes_administracao/encontro3/tv_noc_adm_00015.mp4 --live -T "5bead039555e3046e491864eaa333914"
comand OK:
Quote:

rtmpdump -r "rtmps://51a59b8396b9d.streamlock.net/alfaconcursos2s" -a "alfaconcursos2s" -W "http://www.alfaconcursos.com.br/imagens/player/player_alfacon.swf" -y "mp4:200/thais_vieira/noc_adm/tv_noc_adm_00001" -o nocoes_administracao/encontro1/tv_noc_adm_00001.mp4 --live -T "5bead039555e3046e491864eaa333914"

hasomaso 04-23-2014 01:47 PM

Re: rtmpdump RTMP_ReadPacket, failed to read RTMP packet header


 
@snypercopyright

i have test with new rtmpdump release from KSV
i think you have a old rtmpdump version
and that is the resultate





snypercopyright 04-28-2014 05:31 AM

Re: rtmpdump RTMP_ReadPacket, failed to read RTMP packet header


 
Thanks for the help, I tried with this version and it did not work, please could you download and share to me by DropBox?

Thank you have a great week.
:)

sandy187 04-28-2014 05:52 AM

Re: rtmpdump RTMP_ReadPacket, failed to read RTMP packet header


 
Quote:

Originally Posted by snypercopyright (Post 67303)
Thanks for the help, I tried with this version and it did not work, please could you download and share to me by DropBox?

Thank you have a great week.
:)

this works for me
Code:

rtmp://51a31bcacc912.streamlock.net/alfaconcursos2s -a alfaconcursos2s -W http://www.alfaconcursos.com.br/imagens/player/player_alfacon.swf -y mp4:200/thais_vieira/noc_adm/tv_noc_adm_00015 -o- -T 5bead039555e3046e491864eaa333914 -l 2
I changed to rtmp and used "--protocol|-l num" --protocol 2 or -l 2

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).

JNHR01 06-03-2017 04:34 PM

Re: rtmpdump RTMP_ReadPacket, failed to read RTMP packet header


 
Hi.

I am trying to capture the stream from https://networkfaculty.com/es/course...-configuracion and https://networkfaculty.com/es/course...acion/playlist

I used
Quote:

rtmpdump.exe -r "rtmp://networkfaculty.com/vod/1496249546" -s "https://networkfaculty.com/static/js/jwplayer.flash.swf" -p "https://networkfaculty.com/es/courses/coursedetail/13-curso-windows-server-2012---instalacion-y-configuracion" -o "vdr.flv"
But I got

Quote:

RTMPDump 2.4 git-6230845 2011-9-25
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
Connecting ...
INFO: Connected...
ERROR: RTMP_ReadPacket, failed to read RTMP packet header
Can anybody help me?

hasomaso 06-03-2017 04:49 PM

Re: rtmpdump RTMP_ReadPacket, failed to read RTMP packet header


 
hi mate,

u need the secureToken
Code:

#invalidParameterException_098
Code:

rtmpdump -r "rtmp://networkfaculty.com:1935/vod/" -a "vod/" -f "WIN 25,0,0,171" -W "https://networkfaculty.com/static/js/jwplayer.flash.swf" -p "https://networkfaculty.com/es/courses/coursedetail/13-curso-windows-server-2012---instalacion-y-configuracion" -y "1496529633&ZhQ5qnQpsDh4lJfS75Von54SFWBwcVq0w" -T "#invalidParameterException_098" -o "output.flv"
Code:

D:\rtmp>rtmpdump -r "rtmp://networkfaculty.com:1935/vod/" -a "vod/" -f "WIN 25,0
,0,171" -W "https://networkfaculty.com/static/js/jwplayer.flash.swf" -p "https:/
/networkfaculty.com/es/courses/coursedetail/13-curso-windows-server-2012---insta
lacion-y-configuracion" -y "1496529633&ZhQ5qnQpsDh4lJfS75Von54SFWBwcVq0w" -T "#i
nvalidParameterException_098" -o "output.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: trackinfo:
INFO:  language                eng
INFO:  timescale              12800.00
INFO:  length                  543232.00
INFO: sampledescription:
INFO:  sampletype              avc1
INFO:  language                eng
INFO:  timescale              48000.00
INFO:  length                  2038781.00
INFO: sampledescription:
INFO:  sampletype              mp4a
INFO:  audiochannels          2.00
INFO:  audiosamplerate        48000.00
INFO:  videoframerate          25.00
INFO:  aacaot                  2.00
INFO:  avclevel                30.00
INFO:  avcprofile              66.00
INFO:  audiocodecid            mp4a
INFO:  videocodecid            avc1
INFO:  width                  853.00
INFO:  height                  480.00
INFO:  frameWidth              854.00
INFO:  frameHeight            480.00
INFO:  displayWidth            853.00
INFO:  displayHeight          480.00
INFO:  framerate              25.00
INFO:  moovposition            40.00
INFO:  duration                42.48
INFO:  languageTrack0          IDE5Mi4xNjguMjU1LjQyIDE0OTY1Mjk5MzExMDc=
278.587 kB / 4.84 sec (11.3%)
INFO: Metadata:
INFO: trackinfo:
INFO:  language                eng
INFO:  timescale              12800.00
INFO:  length                  543232.00
INFO: sampledescription:
INFO:  sampletype              avc1
INFO:  language                eng
INFO:  timescale              48000.00
INFO:  length                  2038781.00
INFO: sampledescription:
INFO:  sampletype              mp4a
INFO:  audiochannels          2.00
INFO:  audiosamplerate        48000.00
INFO:  videoframerate          25.00
INFO:  aacaot                  2.00
INFO:  avclevel                30.00
INFO:  avcprofile              66.00
INFO:  audiocodecid            mp4a
INFO:  videocodecid            avc1
INFO:  width                  853.00
INFO:  height                  480.00
INFO:  frameWidth              854.00
INFO:  frameHeight            480.00
INFO:  displayWidth            853.00
INFO:  displayHeight          480.00
INFO:  framerate              25.00
INFO:  moovposition            40.00
INFO:  duration                42.48
INFO:  languageTrack0          IDE5Mi4xNjguMjU1LjQyIDE0OTY1Mjk5MzE1OTk=


j_cool 06-05-2017 05:59 AM

Re: rtmpdump RTMP_ReadPacket, failed to read RTMP packet header


 
Strange, I get this simply with rtmpsuck, at least that clip from first link.

I did not try to log in on page from second link.

-y looks different for the same file in 2 different times.


Code:

rtmpdump -r "rtmp://networkfaculty.com:1935/vod/" -a "vod/" -f "WIN 25,0,0,171" -W "https://networkfaculty.com/static/js/jwplayer.flash.swf" -p "https://networkfaculty.com/es/courses/coursedetail/13-curso-windows-server-2012---instalacion-y-configuracion" -y "1496663009&s6FhVu9yb6YZsgnb9PnXRsUKgAwIZFCTB" -o "2017-06-05_12-45-09_1496663009_s6FhVu9yb6YZsgnb9PnXRsUKgAwIZFCTB.flv"
rtmpdump -r "rtmp://networkfaculty.com:1935/vod/" -a "vod/" -f "WIN 25,0,0,171" -W "https://networkfaculty.com/static/js/jwplayer.flash.swf" -p "https://networkfaculty.com/es/courses/coursedetail/13-curso-windows-server-2012---instalacion-y-configuracion" -y "1496663430&uUmmypdBUeQWt0sxQLuvBhBDEhGplvU07" -o "2017-06-05_12-50-35_1496663430_uUmmypdBUeQWt0sxQLuvBhBDEhGplvU07.flv"



RTMP Proxy Server v2.4 GIT-2015-12-14 (Compiled by KSV)
(c) 2010 Andrej Stepanchuk, Howard Chu; license: GPL

Streaming on rtmp://0.0.0.0:1935
WARNING: Trying different position for client digest!
Processing connect
      app : vod/
  flashVer : WIN 25,0,0,171
    swfUrl : https://networkfaculty.com/static/js/jwplayer.flash.swf
    tcUrl : rtmp://networkfaculty.com:1935/vod/
  pageUrl : https://networkfaculty.com/es/courses/coursedetail/13-curso-windows-server-2012---instalacion-y-configuracion
      live : no
  Playpath : 1496663009&s6FhVu9yb6YZsgnb9PnXRsUKgAwIZFCTB
 Saving as : 2017-06-05_12-45-09_1496663009_s6FhVu9yb6YZsgnb9PnXRsUKgAwIZFCTB.flv
WARNING: ignoring too small audio packet: size: 0
INFO: Metadata:
INFO: trackinfo:
INFO:  language                eng
INFO:  timescale              12800.00
INFO:  length                  543232.00
INFO: sampledescription:
INFO:  sampletype              avc1
INFO:  language                eng
INFO:  timescale              48000.00
INFO:  length                  2038781.00
INFO: sampledescription:
INFO:  sampletype              mp4a
INFO:  audiochannels          2.00
INFO:  audiosamplerate        48000.00
INFO:  videoframerate          25.00
INFO:  aacaot                  2.00
INFO:  avclevel                30.00
INFO:  avcprofile              66.00
INFO:  audiocodecid            mp4a
INFO:  videocodecid            avc1
INFO:  width                  853.00
INFO:  height                  480.00
INFO:  frameWidth              854.00
INFO:  frameHeight            480.00
INFO:  displayWidth            853.00
INFO:  displayHeight          480.00
INFO:  framerate              25.00
INFO:  moovposition            40.00
INFO:  duration                42.48
INFO:  languageTrack0          IDE5Mi4xNjguMjU1LjQyIDE0OTY2NjMxMDk1NTM=
WARNING: ignoring too small video packet: size: 5
WARNING: ignoring too small audio packet: size: 0
ERROR: RTMP_ReadPacket, failed to read RTMP packet header
Closing connection... done!

WARNING: Trying different position for client digest!
Processing connect
      app : vod/
  flashVer : WIN 25,0,0,171
    swfUrl : https://networkfaculty.com/static/js/jwplayer.flash.swf
    tcUrl : rtmp://networkfaculty.com:1935/vod/
  pageUrl : https://networkfaculty.com/es/courses/coursedetail/13-curso-windows-server-2012---instalacion-y-configuracion
      live : no
  Playpath : 1496663430&uUmmypdBUeQWt0sxQLuvBhBDEhGplvU07
 Saving as : 2017-06-05_12-50-35_1496663430_uUmmypdBUeQWt0sxQLuvBhBDEhGplvU07.flv
WARNING: ignoring too small audio packet: size: 0
INFO: Metadata:
INFO: trackinfo:
INFO:  language                eng
INFO:  timescale              12800.00
INFO:  length                  543232.00
INFO: sampledescription:
INFO:  sampletype              avc1
INFO:  language                eng
INFO:  timescale              48000.00
INFO:  length                  2038781.00
INFO: sampledescription:
INFO:  sampletype              mp4a
INFO:  audiochannels          2.00
INFO:  audiosamplerate        48000.00
INFO:  videoframerate          25.00
INFO:  aacaot                  2.00
INFO:  avclevel                30.00
INFO:  avcprofile              66.00
INFO:  audiocodecid            mp4a
INFO:  videocodecid            avc1
INFO:  width                  853.00
INFO:  height                  480.00
INFO:  frameWidth              854.00
INFO:  frameHeight            480.00
INFO:  displayWidth            853.00
INFO:  displayHeight          480.00
INFO:  framerate              25.00
INFO:  moovposition            40.00
INFO:  duration                42.48
INFO:  languageTrack0          IDE5Mi4xNjguMjU1LjQyIDE0OTY2NjM0MzYyMjk=
WARNING: ignoring too small video packet: size: 5
WARNING: ignoring too small audio packet: size: 0
ERROR: RTMP_ReadPacket, failed to read RTMP packet header
Closing connection... done!


JNHR01 06-08-2017 10:17 AM

Re: rtmpdump RTMP_ReadPacket, failed to read RTMP packet header


 
Thanks for your prompt response.

I tried with what you indicated and I was able to download the video of the course presentation.

But when I login on the page to download videos from the playlist I get the following:

I tried with:
Code:

rtmpdump -r "rtmp://networkfaculty.com:1935/vod/" -a "vod/" -f "WIN 25,0,0,171" -W "https://networkfaculty.com/static/js/jwplayer.flash.swf" -p "https://networkfaculty.com/es/courses/coursedetail/13-curso-windows-server-2012---instalacion-y-configuracion/playlist" -y "1496779871&pVKsuC18P3FJZ9fh3ndhptqM2AcEAk4w1" -T "#invalidParameterException_098" -o "outputt.flv"
And I got:
Code:

INFO:  videocodecid          avc1
INFO:  width                640.00
INFO:  height                360.00
INFO:  frameWidth            640.00
INFO:  frameHeight          360.00
INFO:  displayWidth          640.00
INFO:  displayHeight        360.00
INFO:  framerate            25.00
INFO:  moovposition          40.00
INFO:  duration              594.59
INFO:  languageTrack0        ZDExMThAbXZyaHQubmV0IDE5Mi4xNjguMjU1LjQyIDE0OTY3ODU2MjgzMjQ=
536692.075 kB / 67369.59 sec (11330.5%)
INFO: Metadata:
INFO: trackinfo:
INFO:  language              eng
INFO:  timescale            12800.00
INFO:  length                7431168.00
INFO: sampledescription:
INFO:  sampletype            avc1
INFO:  language              eng
INFO:  timescale            48000.00
INFO:  length                27868117.00
INFO: sampledescription:
INFO:  sampletype            mp4a
INFO:  audiochannels        2.00
INFO:  audiosamplerate      48000.00
INFO:  videoframerate        25.00
INFO:  aacaot                2.00
INFO:  avclevel              30.00
INFO:  avcprofile            66.00
INFO:  audiocodecid          mp4a
INFO:  videocodecid          avc1
INFO:  width                640.00
INFO:  height                360.00
INFO:  frameWidth            640.00
INFO:  frameHeight          360.00
INFO:  displayWidth          640.00
INFO:  displayHeight        360.00
INFO:  framerate            25.00
INFO:  moovposition          40.00
INFO:  duration              594.59
INFO:  languageTrack0        ZDExMThAbXZyaHQubmV0IDE5Mi4xNjguMjU1LjQyIDE0OTY3ODU2Mjg5Njg=
537868.892 kB / 79.42 sec (13.3%)36.9%)
INFO: Metadata:
INFO: trackinfo:
INFO:  language              eng
INFO:  timescale            12800.00
INFO:  length                7431168.00
INFO: sampledescription:
INFO:  sampletype            avc1
INFO:  language              eng
INFO:  timescale            48000.00
INFO:  length                27868117.00
INFO: sampledescription:
INFO:  sampletype            mp4a
INFO:  audiochannels        2.00
INFO:  audiosamplerate      48000.00
INFO:  videoframerate        25.00
INFO:  aacaot                2.00
INFO:  avclevel              30.00
INFO:  avcprofile            66.00
INFO:  audiocodecid          mp4a
INFO:  videocodecid          avc1
INFO:  width                640.00
INFO:  height                360.00
INFO:  frameWidth            640.00
INFO:  frameHeight          360.00
INFO:  displayWidth          640.00
INFO:  displayHeight        360.00
INFO:  framerate            25.00
INFO:  moovposition          40.00
INFO:  duration              594.59
INFO:  languageTrack0        ZDExMThAbXZyaHQubmV0IDE5Mi4xNjguMjU1LjQyIDE0OTY3ODU2NDI0ODk=
ERROR: RTMP_ReadPacket, failed to read RTMP packet header
537876.324 kB / 67409.39 sec (11337.1%)
INFO: Connection timed out, trying to resume.


ERROR: RTMP_ReadPacket, failed to read RTMP packet header
ERROR: Failed to resume the stream


Download may be incomplete (downloaded about 11337.10%), try resuming

I need your help to download videos from the playlist.

Quote:

Originally Posted by hasomaso (Post 91968)
hi mate,

u need the secureToken
Code:

#invalidParameterException_098
Code:

rtmpdump -r "rtmp://networkfaculty.com:1935/vod/" -a "vod/" -f "WIN 25,0,0,171" -W "https://networkfaculty.com/static/js/jwplayer.flash.swf" -p "https://networkfaculty.com/es/courses/coursedetail/13-curso-windows-server-2012---instalacion-y-configuracion" -y "1496529633&ZhQ5qnQpsDh4lJfS75Von54SFWBwcVq0w" -T "#invalidParameterException_098" -o "output.flv"
Code:

D:\rtmp>rtmpdump -r "rtmp://networkfaculty.com:1935/vod/" -a "vod/" -f "WIN 25,0
,0,171" -W "https://networkfaculty.com/static/js/jwplayer.flash.swf" -p "https:/
/networkfaculty.com/es/courses/coursedetail/13-curso-windows-server-2012---insta
lacion-y-configuracion" -y "1496529633&ZhQ5qnQpsDh4lJfS75Von54SFWBwcVq0w" -T "#i
nvalidParameterException_098" -o "output.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: trackinfo:
INFO:  language                eng
INFO:  timescale              12800.00
INFO:  length                  543232.00
INFO: sampledescription:
INFO:  sampletype              avc1
INFO:  language                eng
INFO:  timescale              48000.00
INFO:  length                  2038781.00
INFO: sampledescription:
INFO:  sampletype              mp4a
INFO:  audiochannels          2.00
INFO:  audiosamplerate        48000.00
INFO:  videoframerate          25.00
INFO:  aacaot                  2.00
INFO:  avclevel                30.00
INFO:  avcprofile              66.00
INFO:  audiocodecid            mp4a
INFO:  videocodecid            avc1
INFO:  width                  853.00
INFO:  height                  480.00
INFO:  frameWidth              854.00
INFO:  frameHeight            480.00
INFO:  displayWidth            853.00
INFO:  displayHeight          480.00
INFO:  framerate              25.00
INFO:  moovposition            40.00
INFO:  duration                42.48
INFO:  languageTrack0          IDE5Mi4xNjguMjU1LjQyIDE0OTY1Mjk5MzExMDc=
278.587 kB / 4.84 sec (11.3%)
INFO: Metadata:
INFO: trackinfo:
INFO:  language                eng
INFO:  timescale              12800.00
INFO:  length                  543232.00
INFO: sampledescription:
INFO:  sampletype              avc1
INFO:  language                eng
INFO:  timescale              48000.00
INFO:  length                  2038781.00
INFO: sampledescription:
INFO:  sampletype              mp4a
INFO:  audiochannels          2.00
INFO:  audiosamplerate        48000.00
INFO:  videoframerate          25.00
INFO:  aacaot                  2.00
INFO:  avclevel                30.00
INFO:  avcprofile              66.00
INFO:  audiocodecid            mp4a
INFO:  videocodecid            avc1
INFO:  width                  853.00
INFO:  height                  480.00
INFO:  frameWidth              854.00
INFO:  frameHeight            480.00
INFO:  displayWidth            853.00
INFO:  displayHeight          480.00
INFO:  framerate              25.00
INFO:  moovposition            40.00
INFO:  duration                42.48
INFO:  languageTrack0          IDE5Mi4xNjguMjU1LjQyIDE0OTY1Mjk5MzE1OTk=



j_cool 06-09-2017 03:17 AM

Re: rtmpdump RTMP_ReadPacket, failed to read RTMP packet header


 
your rtmpdump is from 2011.

try adding -v switch to the command.

Yelloworanges 06-09-2017 06:11 PM

Re: rtmpdump RTMP_ReadPacket, failed to read RTMP packet header


 
Playpath changes for the same video with every call to vload.

For your video that requires login, check the vload call and then you may use the same playpath on the wowza server in hls or hds formats instead of rtmp. The playpath expires after a little while. The unix time code you see in the playpath is the issue time.


All times are GMT -6. The time now is 07:31 PM.