View Single Post
  #1  
Old 04-30-2012, 06:04 PM
Impaired Impaired is offline
Junior Member
 
Join Date: Apr 2012
Posts: 1
Impaired is on a distinguished road
Default

Help with rtmpdump (using rtmpexplorer)


I am trying to pull streams off of hbogo and I cannot make it work. rtmpexplore gives me the following code:

Code:
rtmpdump -r "rtmpe://stream.adaptive.lv3.hbogo.com:1935/hbogoadapt/hbo" -a "hbogoadapt/hbo/" -f "WIN 11,2,202,233" -W "http://www.hbogo.com/hbogo.swf" -p "http://www.hbogo.com/" -y "mp4:hbo/desktop/hbo_85662544_PRO4.mp4" -o GoTS2E5.flv
Exhausting everything I could find on the matter, I also tried:

Code:
rtmpdump -r "rtmpe://stream.adaptive.lv3.hbogo.com:1935/hbogoadapt/hbo" -a "hbogoadapt/hbo/" -f "WIN 11,2,202,233" -W "http://www.livepassdl.conviva.com/ver/2.47.0.54861/LivePassModuleMain.swf" -p "http://www.hbogo.com/" -y "mp4:hbo/desktop/hbo_85662544_PRO4.mp4" -o GoTS2E5.flv
But to no avail. rtmpsuck produces the following error:

ERROR: RTMP_ReadPacket, failed to read RTMP packet header

Does anyone have any idea what I'm doing wrong? Any help would be greatly appreciated.
Reply With Quote