View Single Post
  #17  
Old 12-30-2011, 09:54 PM
Bahman Bahman is offline
t.A.T.u.'s fan forever
 
Join Date: Sep 2011
Location: Tehran, Iran
Posts: 381
Bahman is on a distinguished road
Default

Re: how to install rtmpdumb


Quote:
Originally Posted by Miky View Post
i see when i put link inside a rtmpexplorer in prompt of ms dos give me a link of rtmp . its is possible to use that link to watch game in FLV player? and if yes, how i can do it?
Yes,you should use that!!
In your batch script add this: "| flv player path"

For example, if i want to watch that old stream on VLC, my script will be:
Code:
rtmpdump -v -r "rtmp://flash90.ustream.tv/ustreamVideo/10046365" -a "ustreamVideo/10046365" -W "http://static-cdn1.ustream.tv/swf/live/viewer.rsl:85.swf" -p "http://www.ustream.tv/earthcam" -y "streams/live_1" --live | "C:\Program Files\VideoLAN\VLC\vlc.exe" -
Reply With Quote