primtim34
10-22-2011, 02:07 PM
What is the stream address for this website?
hXXp://yycast.com/foxnewslive1
I can't find the actual streaming address. Any help would be appreciated.
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" -o foxnewslive1.flv
rtmp://68.68.22.81/live/_definst_/foxnewslive1
primtim34
10-23-2011, 06:34 PM
So to record it for 60 minutes would the following script work?
#!/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
replace
-o foxnewslive1.flv
with
-o "foxnewslive1 $NOW.flv"
primtim34
10-24-2011, 06:17 PM
Perfect. Thanks.
vBulletin® , Copyright ©2000-2025, Jelsoft Enterprises Ltd.