|
From: <ma...@us...> - 2007-01-23 19:57:00
|
Revision: 2733
http://svn.sourceforge.net/java-game-lib/?rev=2733&view=rev
Author: matzon
Date: 2007-01-23 11:55:46 -0800 (Tue, 23 Jan 2007)
Log Message:
-----------
updated streams
Modified Paths:
--------------
trunk/LWJGL/src/java/org/lwjgl/test/fmod3/NetTest.java
Modified: trunk/LWJGL/src/java/org/lwjgl/test/fmod3/NetTest.java
===================================================================
--- trunk/LWJGL/src/java/org/lwjgl/test/fmod3/NetTest.java 2007-01-22 10:14:13 UTC (rev 2732)
+++ trunk/LWJGL/src/java/org/lwjgl/test/fmod3/NetTest.java 2007-01-23 19:55:46 UTC (rev 2733)
@@ -90,9 +90,8 @@
public static FloatBuffer spectrum;
/** List of known urls (monkeyradio, di streams) */
- public static String[] urls = new String[] { "http://207.200.96.227:8038/", "http://205.188.234.65:8020",
- "http://64.236.34.67:80/stream/1006", "http://64.236.34.67:80/stream/1003", "http://205.188.234.65:8026",
- "http://64.236.34.67:80/stream/2004", "http://64.236.34.67:80/stream/1019", "http://64.236.34.67:80/stream/2005"};
+ public static String[] urls = new String[] { "http://www.scenemusic.eu:8002/live.mp3",
+ "http://basu.cockos.com:6969/"};
/**
* Creates a new NetTest
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|