PDA

View Full Version : ERROR: RTMP_ReadPacket, failed to read RTMP packet header


Josan420
10-15-2012, 02:41 AM
i can't watch this stream in vlc player
http://zonytvcom.info/starnews.php

with rtmp explorerx i have found this
rtmpdump -r "rtmpe://helloo.redirectme.net:1934/rtplive" -a "rtplive" -f "WIN 11,4,402,287" -W "http://zonytvcom.info/you/player.swf" -p "http://zonytvcom.info/starnews.htm" --live -y "starnews.stream" | "C:\Program Files\VideoLAN\VLC\vlc.exe" -
but when i launch im getting tis error

WARNING: Trying different position for server digest!
INFO: Connected...
ERROR: RTMP_ReadPacket, failed to read RTMP packet header

please help me:confused:

svnpenn
10-15-2012, 03:06 AM
rtmpdump -r "rtmpe://helloo.redirectme.net:1934/rtplive" -a "rtplive" -f "WIN 11
,4,402,278" -W "http://zonytvcom.info/you/player.swf" -p "http://zonytvcom.info/
starnews.php" -y "starnews.stream" -o starnews.stream.flv -T "#ed%h*ibuntu*0#w@1"
RTMPDump v2.4-47-gc26c541
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
Connecting ...
WARNING: Trying different position for server digest!
INFO: Connected...
Starting download at: 0.000 kB
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
1030.308 kB / 53.40 sec

​​​​​

shivup
10-15-2012, 01:02 PM
Hey, I dont get anything in rtmpexplorer when I use it for zonytvcom.info

it works for few other websites but zonytvcom

and how did you get token? I never get anything like this..

any help will be appreciated

thank you

svnpenn
10-15-2012, 05:46 PM
Hey, I dont get anything in rtmpexplorer when I use it for zonytvcom.info

You can try changing port to 1934

and how did you get token? I never get anything like this

I found token with rtmp-host.sh
or you can use SwfScan

Josan420
10-16-2012, 03:12 AM
thans it work:)

shivup
10-16-2012, 08:02 PM
You can try changing port to 1934



I found token with rtmp-host.sh
or you can use SwfScan

Thanx for your reply
can you please tell me how to change port and how to use rtmp-host.sh or redirect me to page which explains all this ?? Sorry m new to this stuffs..

I am sorry

Thanx again

svnpenn
10-16-2012, 09:30 PM
can you please tell me how to change port

I use RtmpDumpHelper

http://i.imgur.com/KmT6G.png

how to use rtmp-host.sh or redirect me to page which explains all this ??

svnpenn.github.com/2012/rtmp-host

Josan420
10-17-2012, 03:21 AM
:(
im getting agian this error when i try to play this stream in vlc

this is what im using
rtmpdump -r "rtmpe://helloo.redirectme.net:1934/rtplive" -a "rtplive" -f "WIN 11,4,402,287" -W "http://zonytvcom.info/you/player.swf" -p "http://zonytvcom.info/starnews.php" --live -y "starnews.stream" -T "#ed%h*ibuntu*0#w@1" | "C:\Program Files\VideoLAN\VLC\vlc.exe" -
this time it rtmpdump:confused: automaticallly close in just seconds with same error

Josan420
10-17-2012, 03:31 AM
:(
im getting agian this error when i try to play this stream in vlc

this is what im using
rtmpdump -r "rtmpe://helloo.redirectme.net:1934/rtplive" -a "rtplive" -f "WIN 11,4,402,287" -W "http://zonytvcom.info/you/player.swf" -p "http://zonytvcom.info/starnews.php" --live -y "starnews.stream" -T "#ed%h*ibuntu*0#w@1" | "C:\Program Files\VideoLAN\VLC\vlc.exe" -
this time it rtmpdump:confused: automaticallly close in just seconds with same error
i solved it
thanks
just added "%" one more time in token
"#ed%%h*ibuntu*0#w@1"
thanks everyone