View Single Post
  #5  
Old 05-08-2011, 05:42 AM
KSV KSV is offline
Senior Member
 
Join Date: Apr 2011
Posts: 853
KSV is on a distinguished road
Cool

Re: Livestation.com began to show strange behaviour recently...


Quote:
Originally Posted by any ANONYMOUS forum user View Post
Why I'm getting 403 with rtmpdump, but it still works well within browser? How can I deal with it?
My above post was answer to that specific question though you can download the stream even if rtmpdump shows the error because this site doesn't use swf verification.

Quote:
Originally Posted by bat999 View Post
Yes, that's OK for Windows machines. And StreamTransport works too.
But what is the solution for Linux?
RTMPexplorer just redirects the rtmp traffic to rtmpsrv which is otherwise a tedious process in windows. Linux can redirect the traffic easily. you can use rtmpdump in linux to download this stream.
Code:
http://www.livestation.com/products/68?quality=93
Code:
rtmpdump -r "rtmp://livestfslivefs.fplive.net/livestfslive-live/" -a "livestfslive-live/" -f "WIN 10,2,159,1" -W "http://www.livestation.com/flash/player/5.4/player.swf" -p "http://www.livestation.com/products/68?quality=93" -y "livestfslive_alarabiy_ar_high?start_time=20110508112837&end_time=20110508113337&token=0efb796c7220d645ce3d8" --live -o livestfslive_alarabiy_ar_high.flv
Reply With Quote