Free Republic
Browse · Search
News/Activism
Topics · Post Article

For those of you with high bandwidth internet access and relatively modern computers,
here's a piece of code that will show most of these feeds on a single page
[save it to a file named e.g. "C:\ALLFEEDS.HTM" and run it from there]:

BEGIN "ALLFEEDS.HTM"

<script language="javascript">

var msnbcArray = new Array(11);
msnbcArray[0] = new Array("mms://lv-msnbc.msnbc.com/msnbc1", "MSNBC FEED 1 [MAIN]");
msnbcArray[1] = new Array("mms://lv-msnbc.msnbc.com/msnbc2", "MSNBC FEED 2 [BAGHDAD]");
msnbcArray[2] = new Array("mms://lv-msnbc.msnbc.com/msnbc3", "MSNBC FEED 3 [WASHINGTON]");
msnbcArray[3] = new Array("mms://lv-msnbc.msnbc.com/msnbc4", "MSNBC FEED 4");
msnbcArray[4] = new Array("mms://lv-msnbc.msnbc.com/msnbc5", "MSNBC FEED 5");
msnbcArray[5] = new Array("mms://lv-msnbc.msnbc.com/msnbc6", "MSNBC FEED 6 [DAVID BLOOM]");
msnbcArray[6] = new Array("mms://lv-msnbc.msnbc.com/msnbc7", "MSNBC FEED 7");
msnbcArray[7] = new Array("mms://lv-msnbc.msnbc.com/msnbc8", "MSNBC FEED 8");
msnbcArray[8] = new Array("mms://lv-msnbc.msnbc.com/msnbc9", "MSNBC FEED 9");
msnbcArray[9] = new Array("mms://lv-msnbc.msnbc.com/msnbc10", "MSNBC FEED 10");
msnbcArray[10] = new Array("mms://lv-msnbc.msnbc.com/msnbc11", "MSNBC FEED 11");
var msnbcInitialIndex = 0;

var cspanArray = new Array(7);
cspanArray[0] = new Array("http://play.rbn.com/play.asx?url=cspan/cspan/wmlive/cspan1v.asf&proto=mms?mswmext=.asx", "CSPAN");
cspanArray[1] = new Array("http://play.rbn.com/play.asx?url=cspan/cspan/wmlive/cspan1db.asf&proto=mms?mswmext=.asx", "CSPAN [AUDIO ONLY]");
cspanArray[2] = new Array("http://play.rbn.com/play.asx?url=cspan/cspan/wmlive/cspan2v.asf&proto=mms?mswmext=.asx", "CSPAN2");
cspanArray[3] = new Array("http://play.rbn.com/play.asx?url=cspan/cspan/wmlive/cspan2db.asf&proto=mms?mswmext=.asx", "CSPAN2 [AUDIO ONLY]");
cspanArray[4] = new Array("http://play.rbn.com/play.asx?url=cspan/cspan/wmlive/cspan3v.asf&proto=mms?mswmext=.asx", "CSPAN3");
cspanArray[5] = new Array("http://play.rbn.com/play.asx?url=cspan/cspan/wmlive/cspan3db.asf&proto=mms?mswmext=.asx", "CSPAN3 [AUDIO ONLY]");
cspanArray[6] = new Array("http://play.rbn.com/play.asx?url=cspan/cspan/wmlive/cspan4db.asf&proto=mms?mswmext=.asx", "CSPAN RADIO");
var cspanInitialIndex = 0;

var miscArray = new Array(10);
miscArray[0] = new Array("mms://216.242.118.140/broadband", "WSVN, Miami [FOX]");
miscArray[1] = new Array("mms://video.whdh.com/live", "WHDH, Boston [NBC]");
miscArray[2] = new Array("mms://199.218.4.68/10tvlivemed", "WBNS, Columbus, Ohio [CBS; SERVER 1, MEDIUM]");
miscArray[3] = new Array("mms://199.218.4.69/10tvlivemed", "WBNS, Columbus, Ohio [CBS; SERVER 2, MEDIUM]");
miscArray[4] = new Array("mms://199.218.4.68/10tvlive", "WBNS, Columbus, Ohio [CBS; SERVER 1, LOW]");
miscArray[5] = new Array("mms://199.218.4.69/10tvlive", "WBNS, Columbus, Ohio [CBS; SERVER 2, LOW]");
miscArray[6] = new Array("mms://livewm.fplive.net/ffnet/62.210.134.165_0.0.36.3", "Sky News, SERVER 1");
miscArray[7] = new Array("mms://livewm.fplive.net/ffnet/207.189.87.214_0.0.36.7", "Sky News, SERVER 2");
miscArray[8] = new Array("mms://bskybwms.fplive.net/bskyb/radio/news.asf", "Sky News Radio, SERVER 1");
miscArray[9] = new Array("mms://uk-bskybwm.fplive.net/bskyb/radio/news.asf", "Sky News Radio, SERVER 2");
var miscInitialIndex = 0;

var middleEasternArray = new Array(19);
middleEasternArray[0] = new Array("mms://205.142.78.11/jazlive", "Al Jazeera, SERVER 1, FEED 1");
middleEasternArray[1] = new Array("mms://205.142.78.11/jazlive2", "Al Jazeera, SERVER 1, FEED 2");
middleEasternArray[2] = new Array("mms://205.142.78.11/jazlive3", "Al Jazeera, SERVER 1, FEED 3");
middleEasternArray[3] = new Array("mms://205.142.77.2/jazlive", "Al Jazeera, SERVER 2, FEED 1");
middleEasternArray[4] = new Array("mms://205.142.77.2/jazlive2", "Al Jazeera, SERVER 2, FEED 2");
middleEasternArray[5] = new Array("mms://205.142.77.2/jazlive3", "Al Jazeera, SERVER 2, FEED 3");
middleEasternArray[6] = new Array("mms://205.142.77.4/jazlive", "Al Jazeera, SERVER 3, FEED 1");
middleEasternArray[7] = new Array("mms://205.142.77.4/jazlive2", "Al Jazeera, SERVER 3, FEED 2");
middleEasternArray[8] = new Array("mms://205.142.77.4/jazlive3", "Al Jazeera, SERVER 3, FEED 3");
middleEasternArray[9] = new Array("mms://66.1.155.8/jazlive", "Al Jazeera, SERVER 4, FEED 1");
middleEasternArray[10] = new Array("mms://66.1.155.8/jazlive2", "Al Jazeera, SERVER 4, FEED 2");
middleEasternArray[11] = new Array("mms://66.1.155.8/jazlive3", "Al Jazeera, SERVER 4, FEED 3");
middleEasternArray[12] = new Array("mms://STREAM.KACST.EDU.SA/SaudiTV-high-Band", "Saudi TV, HIGH BANDWIDTH");
middleEasternArray[13] = new Array("mms://STREAM.KACST.EDU.SA/SaudiTV-Low-Band", "Saudi TV, LOW BANDWIDTH");
middleEasternArray[14] = new Array("mms://212.34.2.70/TV/TV.asx", "JordanWide Live TV");
middleEasternArray[15] = new Array("mms://212.34.2.70/radio/radio.asx", "JordanWide, Live Radio");
middleEasternArray[16] = new Array("mms://213.194.110.100/haberturk", "Haberturk TV, Turkey");
middleEasternArray[17] = new Array("mmst://212.65.144.47/kraltv", "KRAL TV, Turkey");
middleEasternArray[18] = new Array("mms://irc.atv.com.tr/atv", "ATV, Turkey");
var middleEasternInitialIndex = 16;

window.document.writeln("<html>");

window.document.writeln("<table border=\"0\" align=\"center\">");

window.document.writeln("<tr>");

window.document.writeln("<td align=\"center\" valign=\"bottom\">");
embedRealPlayerObject("rtsp://live1.stream.aol.com/farm/*/encoder/cnn_webcast2_high", "320", "240");
window.document.writeln("</td>");

window.document.writeln("<td align=\"center\" valign=\"bottom\">&nbsp;&nbsp;&nbsp;</td>");

window.document.writeln("<td align=\"center\" valign=\"bottom\">");
createMediaPlayerObject("misc", miscArray, miscInitialIndex);
window.document.writeln("</td>");

window.document.writeln("</tr>");

window.document.writeln("<tr>");

window.document.writeln("<td align=\"center\" valign=\"top\">");
window.document.writeln("<font style=\"font-size:12;font-family:Verdana\">CNN Baghdad</font>");
window.document.writeln("</td>");

window.document.writeln("<td align=\"center\" valign=\"top\">&nbsp;&nbsp;&nbsp;</td>");

window.document.writeln("<td align=\"center\" valign=\"top\">");
createSelectObject("misc", miscArray, miscInitialIndex);
window.document.writeln("</td>");

window.document.writeln("</tr>");

window.document.writeln("<tr>");

window.document.writeln("<td align=\"center\" valign=\"bottom\">&nbsp;&nbsp;&nbsp;</td>");
window.document.writeln("<td align=\"center\" valign=\"bottom\">&nbsp;&nbsp;&nbsp;</td>");
window.document.writeln("<td align=\"center\" valign=\"bottom\">&nbsp;&nbsp;&nbsp;</td>");

window.document.writeln("</tr>");

window.document.writeln("<tr>");

window.document.writeln("<td align=\"center\" valign=\"bottom\">");
createMediaPlayerObject("msnbc-baghdad", msnbcArray, 1);
window.document.writeln("</td>");

window.document.writeln("<td align=\"center\" valign=\"bottom\">&nbsp;&nbsp;&nbsp;</td>");

window.document.writeln("<td align=\"center\" valign=\"bottom\">");
createMediaPlayerObject("msnbc", msnbcArray, msnbcInitialIndex);
window.document.writeln("</td>");

window.document.writeln("</tr>");

window.document.writeln("<tr>");

window.document.writeln("<td align=\"center\" valign=\"bottom\">");
window.document.writeln("<font style=\"font-size:12;font-family:Verdana\">MSNBC Baghdad</font>");
window.document.writeln("</td>");

window.document.writeln("<td align=\"center\" valign=\"bottom\">&nbsp;&nbsp;&nbsp;</td>");

window.document.writeln("<td align=\"center\" valign=\"bottom\">");
createSelectObject("msnbc", msnbcArray, msnbcInitialIndex);
window.document.writeln("</td>");

window.document.writeln("</tr>");

window.document.writeln("<tr>");

window.document.writeln("<td align=\"center\" valign=\"bottom\">&nbsp;&nbsp;&nbsp;</td>");
window.document.writeln("<td align=\"center\" valign=\"bottom\">&nbsp;&nbsp;&nbsp;</td>");
window.document.writeln("<td align=\"center\" valign=\"bottom\">&nbsp;&nbsp;&nbsp;</td>");

window.document.writeln("</tr>");

window.document.writeln("<tr>");

window.document.writeln("<td align=\"center\" valign=\"bottom\">");
createMediaPlayerObject("cspan", cspanArray, cspanInitialIndex);
window.document.writeln("</td>");

window.document.writeln("<td align=\"center\" valign=\"bottom\">&nbsp;&nbsp;&nbsp;</td>");

window.document.writeln("<td align=\"center\" valign=\"bottom\">");
createMediaPlayerObject("middleEastern", middleEasternArray, middleEasternInitialIndex);
window.document.writeln("</td>");

window.document.writeln("</tr>");

window.document.writeln("<tr>");

window.document.writeln("<td align=\"center\" valign=\"bottom\">");
createSelectObject("cspan", cspanArray, cspanInitialIndex);
window.document.writeln("</td>");

window.document.writeln("<td align=\"center\" valign=\"bottom\">&nbsp;&nbsp;&nbsp;</td>");

window.document.writeln("<td align=\"center\" valign=\"bottom\">");
createSelectObject("middleEastern", middleEasternArray, middleEasternInitialIndex);
window.document.writeln("</td>");

window.document.writeln("</tr>");

window.document.writeln("</table>");

window.document.writeln("</html>");

function createMediaPlayerObject(theNameStub, theURLArray, theInitialIndex)
{
   window.document.writeln("<object id=\"" + theNameStub + "MediaPlayer\" classid=\"CLSID:6BF52A52-394A-11D3-B153-00C04F79FAA6\"> ");
   window.document.writeln("<param name=\"url\" value=\"" + theURLArray[theInitialIndex][0] + "\">");
   window.document.writeln("<param name=\"autostart\" value=\"true\">");
   window.document.writeln("</object>");
}

function embedRealPlayerObject(theURL, theWidth, theHeight)
{
   window.document.writeln("<embed type=\"audio/x-pn-realaudio-plugin\" src=\"" + theURL + "\" width=\"" + theWidth + "\" height=\"" + theHeight + "\" controls=\"ImageWindow\" console=\"one\" maintainaspect=\"true\"><br>");
   window.document.writeln("<embed type=\"audio/x-pn-realaudio-plugin\" src=\"" + theURL + "\" width=\"" + theWidth + "\" height=\"30\" controls=\"ControlPanel\" console=\"one\" autostart=\"true\">");
}

function createSelectObject(theNameStub, theURLArray, theInitialIndex)
{
   window.document.writeln("<select name=\"" + theNameStub + "Select\" onChange=\"" + theNameStub + "MediaPlayer.url=" + theNameStub + "Select.options[" + theNameStub + "Select.selectedIndex].value\">");

   var i = 0;
   for(i = 0; i < theURLArray.length; i++)
   {
      if(i == theInitialIndex)
      {
         window.document.writeln("<option value=\"" + theURLArray[i][0] + "\" selected=\"yes\">" + theURLArray[i][1] + "</option>");
      }
      else
      {
         window.document.writeln("<option value=\"" + theURLArray[i][0] + "\">" + theURLArray[i][1] + "</option>");
      }
   }
   window.document.writeln("</select>");
}
</script>

END "ALLFEEDS.HTM"
1 posted on 03/22/2003 12:02:44 PM PST by SlickWillard
[ Post Reply | Private Reply | View Replies ]


Navigation: use the links below to view more comments.
first 1-2021-4041-6061-64 next last
To: KayEyeDoubleDee
FYI.
2 posted on 03/22/2003 12:04:13 PM PST by SlickWillard
[ Post Reply | Private Reply | To 1 | View Replies ]

To: SlickWillard
mark
3 posted on 03/22/2003 12:04:21 PM PST by delacoert
[ Post Reply | Private Reply | To 1 | View Replies ]

To: SlickWillard
bookmark
4 posted on 03/22/2003 12:04:44 PM PST by Oldeconomybuyer (Let's Roll)
[ Post Reply | Private Reply | To 1 | View Replies ]

To: SlickWillard
Bookmark Bump
5 posted on 03/22/2003 12:05:52 PM PST by Celtjew Libertarian (No more will we pretend that our desire/For liberty is number-cold and has no fire.)
[ Post Reply | Private Reply | To 1 | View Replies ]

To: SlickWillard
I'll be damned, it works - thanks!
7 posted on 03/22/2003 12:09:22 PM PST by Senator Pardek
[ Post Reply | Private Reply | To 1 | View Replies ]

To: SlickWillard
A million thanks to you.
8 posted on 03/22/2003 12:11:34 PM PST by JohnHuang2
[ Post Reply | Private Reply | To 1 | View Replies ]

To: SlickWillard
bookmark bump
9 posted on 03/22/2003 12:14:08 PM PST by chantal7
[ Post Reply | Private Reply | To 1 | View Replies ]

To: SlickWillard
By the way, there used to be a website run by a FReeper on geocities - http://www.geocities.com/justalotoftalk/ which had a huge list of conservative talk radio links.

After that freeper got banned from here, he took the site down. Has anyone found a replacement for this really handy resource?
11 posted on 03/22/2003 12:17:40 PM PST by Mr170IQ
[ Post Reply | Private Reply | To 1 | View Replies ]

To: SlickWillard
for those of us with minimal tools but high speed, what do I do with this to get it to a web page?

copy to a notepad doc?

help would be appreciaed.
14 posted on 03/22/2003 12:21:43 PM PST by longtermmemmory
[ Post Reply | Private Reply | To 1 | View Replies ]

To: SlickWillard
Cool.

I would never have thought that many instances of wm/rp object would share the sound card at the same time.
17 posted on 03/22/2003 12:37:33 PM PST by Steel Eye
[ Post Reply | Private Reply | To 1 | View Replies ]

To: SlickWillard
Bump for Monday!
20 posted on 03/22/2003 12:50:54 PM PST by Jaxter (Proud Republican voter since 1972.)
[ Post Reply | Private Reply | To 1 | View Replies ]

To: SlickWillard; HAL9000
SUPER! Thanks!
21 posted on 03/22/2003 12:51:19 PM PST by Registered (If we're not sure he's dead...DROP MORE BOMBS!)
[ Post Reply | Private Reply | To 1 | View Replies ]

To: SlickWillard
great!

...and thanks!

22 posted on 03/22/2003 12:52:46 PM PST by InvisibleChurch
[ Post Reply | Private Reply | To 1 | View Replies ]

To: SlickWillard
Excellent work!!

Thank you for your efforts.
24 posted on 03/22/2003 12:55:21 PM PST by Marak (Iraq to the west, Korea to the north - Watch Taiwan)
[ Post Reply | Private Reply | To 1 | View Replies ]

To: SlickWillard
Awesome stuff. I will have to try that tomorrow when I get to my good computer back at school.
26 posted on 03/22/2003 12:58:29 PM PST by rwfromkansas (Soli Deo Gloria)
[ Post Reply | Private Reply | To 1 | View Replies ]

To: SlickWillard
bump
27 posted on 03/22/2003 1:00:23 PM PST by spodefly (This is my tag line. There are many like it, but this one is mine.)
[ Post Reply | Private Reply | To 1 | View Replies ]

To: SlickWillard
Sweet! Or should I say...Slick! Thanks.
28 posted on 03/22/2003 1:00:24 PM PST by Bloody Sam Roberts (® ™ ©)
[ Post Reply | Private Reply | To 1 | View Replies ]

To: SlickWillard
I suppose I should thank you too, huh? Thanks! You're pretty slick. ;-)
30 posted on 03/22/2003 1:04:40 PM PST by Nita Nuprez
[ Post Reply | Private Reply | To 1 | View Replies ]

To: SlickWillard
many thanks!!!!!!!
31 posted on 03/22/2003 1:05:34 PM PST by LouisianaJoanof Arc
[ Post Reply | Private Reply | To 1 | View Replies ]

To: Allan
Bump
32 posted on 03/22/2003 1:07:30 PM PST by Allan
[ Post Reply | Private Reply | To 1 | View Replies ]


Navigation: use the links below to view more comments.
first 1-2021-4041-6061-64 next last

Free Republic
Browse · Search
News/Activism
Topics · Post Article


FreeRepublic, LLC, PO BOX 9771, FRESNO, CA 93794
FreeRepublic.com is powered by software copyright 2000-2008 John Robinson