Audio/video stream recording forums

Attention Visitor:
You may have to register or log in before you can post:
  • Click the register link to sign up.
  • Registered members please fill in the form below and click the "Log in" button.
To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Audio/video stream recording forums > Streaming media recording forum > rtmpdump
Register FAQ Members List Calendar Mark Forums Read

Reply Post New Thread
 
Thread Tools Display Modes
  #1  
Old 07-06-2013, 09:05 PM
jojesh jojesh is offline
Junior Member
 
Join Date: Mar 2013
Posts: 26
jojesh is on a distinguished road
Default

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

Last edited by nullacht : 07-07-2013 at 07:05 AM.
Reply With Quote
  #2  
Old 07-07-2013, 01:59 AM
chap chap is offline
Senior Member
 
Join Date: Feb 2011
Location: Ukraine
Posts: 1,165
chap is on a distinguished road
Default

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
Reply With Quote
  #3  
Old 07-07-2013, 03:44 AM
jojesh jojesh is offline
Junior Member
 
Join Date: Mar 2013
Posts: 26
jojesh is on a distinguished road
Default

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
Reply With Quote
  #4  
Old 07-07-2013, 06:37 AM
nullacht nullacht is offline
Senior Member
 
Join Date: Jan 2010
Posts: 230
nullacht will become famous soon enoughnullacht will become famous soon enough
Default

Re: rtmpdump RTMP_ReadPacket, failed to read RTMP packet header


@jojesh

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

Last edited by nullacht : 07-07-2013 at 08:30 AM.
Reply With Quote
  #5  
Old 07-07-2013, 05:10 PM
jojesh jojesh is offline
Junior Member
 
Join Date: Mar 2013
Posts: 26
jojesh is on a distinguished road
Default

Re: rtmpdump RTMP_ReadPacket, failed to read RTMP packet header


@nullacht

Thanks...Actually it was a mistake
Reply With Quote
  #6  
Old 07-17-2013, 11:28 PM
jojesh jojesh is offline
Junior Member
 
Join Date: Mar 2013
Posts: 26
jojesh is on a distinguished road
Default

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?
Reply With Quote
  #7  
Old 07-18-2013, 12:00 AM
chap chap is offline
Senior Member
 
Join Date: Feb 2011
Location: Ukraine
Posts: 1,165
chap is on a distinguished road
Default

Re: rtmpdump RTMP_ReadPacket, failed to read RTMP packet header


use Trillix.Flash.Decompiler

http://zonytvcom.info/saki/player/src0.swf
Reply With Quote
  #8  
Old 07-18-2013, 09:21 PM
jojesh jojesh is offline
Junior Member
 
Join Date: Mar 2013
Posts: 26
jojesh is on a distinguished road
Smile

Re: rtmpdump RTMP_ReadPacket, failed to read RTMP packet header


thanks i will check it later..now @ office
Reply With Quote
  #9  
Old 08-01-2013, 06:58 AM
jojesh jojesh is offline
Junior Member
 
Join Date: Mar 2013
Posts: 26
jojesh is on a distinguished road
Default

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
Reply With Quote
  #10  
Old 08-01-2013, 07:05 AM
freez freez is offline
Senior Member
 
Join Date: Feb 2013
Posts: 105
freez is on a distinguished road
Default

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"
-
Reply With Quote
Reply Post New Thread
Tags: , ,



Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -6. The time now is 08:11 AM.


Powered by All-streaming-media.com; 2006-2011
vB forum hacked with Zoints add-ons