Audio/video stream recording forums (http://stream-recorder.com/forum/index.php)
-   Video stream recording (http://stream-recorder.com/forum/forumdisplay.php?f=4)
-   -  

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

(http://stream-recorder.com/forum/showthread.php?t=10280)

primtim34 10-22-2011 02:07 PM

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


 
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.

chap 10-22-2011 11:25 PM

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


 
Code:

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

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


KSV 10-23-2011 08:55 PM

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


 
replace
Code:

-o foxnewslive1.flv
with
Code:

-o "foxnewslive1 $NOW.flv"

primtim34 10-24-2011 06:17 PM

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


 
Perfect. Thanks.


All times are GMT -6. The time now is 01:12 PM.