Audio/video stream recording forums
|
Attention Visitor: |
You may have to register or log in before you can post:
|
|
|
Thread Tools | Display Modes |
#1
|
|||
|
|||
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. |
#2
|
|||
|
|||
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 Last edited by chap : 10-23-2011 at 01:50 AM. |
#3
|
|||
|
|||
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 |
#4
|
|||
|
|||
Re: yycast.com: What is the stream address of Fox News Live?replace
Code:
-o foxnewslive1.flv Code:
-o "foxnewslive1 $NOW.flv" |
#5
|
|||
|
|||
Re: yycast.com: What is the stream address of Fox News Live?Perfect. Thanks.
|
Tags: capture, find stream url, fox, fox news live, rtmp, sniff, snoop, url finder, video, yycast, yycast com |
Thread Tools | |
Display Modes | |
|
|