View Single Post
  #1  
Old 05-14-2012, 12:54 PM
jamescastor jamescastor is offline
Junior Member
 
Join Date: May 2012
Posts: 4
jamescastor is on a distinguished road
Default

urgend help with rtmpe Stream


hi all , im seriously getting nuts with this live stream (on a linux box)

rtmpe://alex-stream.rosebud-media.de/lblive/alexlivestream_2.mp4

player location:
http://alex-berlin.de/swf/alexplayer002.swf

i used the oldschool method getting hash
2bbcf070f267594db43c780fc216c18dbdf50b0b33299b4f04 40c71837163521

swf size
220920

and issued this command and a couple of variations but im not getting further

Code:
./rtmpdump -r rtmpe://alex-stream.rosebud-media.de/lblive/ -y alexlivestream_2 -w 2bbcf070f267594db43c780fc216c18dbdf50b0b33299b4f0440c71837163521 -s http://alex-berlin.de/swf/alexplayer002.swf -x 220920 -a video -o test2.flv
Code:
./rtmpdump --swfhash "2bbcf070f267594db43c780fc216c18dbdf50b0b33299b4f0440c71837163521" --swfsize 220920 -r "rtmpt://alex-stream.rosebud-media.de/lblive/alexlivestream_2.mp4" --live -o test.mp4
RESULT ALLWAYS
Code:
WARNING: Trying different position for server digest!
INFO: Connected...
ERROR: rtmp server sent error
ERROR: rtmp server requested close
can someone point me to the right direction ?
thank you
Reply With Quote