View Single Post
  #1  
Old 04-30-2012, 05:41 AM
Josan420 Josan420 is offline
Senior Member
 
Join Date: Feb 2012
Location: India
Posts: 150
Josan420 is on a distinguished road
Default

how to download from zonytvcom.info


i need help to make a bat file i tried but it didn't worked
here is link
http://zonytvcom.info/gold.htm
in page source i found this
streamer=rtmpe://popa.servep2p.com:1934/rtplive&file=golde.stream&autostart=true&menu=false&image=/player/logo.png&logo.file=&logo.hide=false&lo go.position=bottom-right&logo.link=&logo.out=1&logo.margi n=-1&stretching=exactfit"

so i tried to make a BAT file for rtmpdump

HTML Code:
rtmpdump -r "rtmpe://popa.servep2p.com:1934/rtplive" -a "rtplive" - W "http://www.zonytvcom.info/you/player.swf" -p "http://zonytvcom.info/gold.htm" --live -y "golde.stream" | "C:\Program Files\VideoLAN\VLC\vlc.exe" -
but it didn't work. it say
ERROR: RTMP_ReadPacket, failed to read RTMP packet header

Last edited by Josan420 : 04-30-2012 at 12:09 PM.
Reply With Quote