View Single Post
  #3  
Old 10-23-2011, 06:34 PM
primtim34 primtim34 is offline
Junior Member
 
Join Date: Mar 2011
Posts: 18
primtim34 is on a distinguished road
Default

Re: yycast.com: What is the stream address of Fox News Live?


So to record it for 60 minutes would the following script work?

Code:
#!/bin/sh
NOW=$(date +"%b-%d-%y")
rtmpdump -r "rtmp://68.68.22.81/live/_definst_" -a "live/_definst_" -f "WIN 11,0,1,152" -W "http://www.streamiton.tv/player/player.swf" -p "http://yycast.com/foxnewslive1" -y "foxnewslive1" --stop 3600 --live -o foxnewslive1.flv
Reply With Quote