Quote:
Originally Posted by Ev!L ErN!E
ok how do I get the stations IP & Port? Al lthey have is a .m3u or a popup for listening in on there site... the only site I would be using is gamesurgeradio.net, so could you help me to get this to work.
thank you
|
If you save the *.m3u and open in notepad or a text editor you will find:
Code:
http://match.gamesurgeradio.net:8100
To find the IP of "match.gamesurgeradio.net "
Open a DOS prompt
START => RUN => Type: CMD
Type: ping match.gamesurgeradio.net
Quote:
Pinging static.gamesurgeradio.net [66.199.244.66] with 32 bytes of data:
Reply from 66.199.244.66: bytes=32 time=92ms TTL=48
Reply from 66.199.244.66: bytes=32 time=85ms TTL=48
Reply from 66.199.244.66: bytes=32 time=83ms TTL=48
Reply from 66.199.244.66: bytes=32 time=89ms TTL=48
Ping statistics for 66.199.244.66:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 83ms, Maximum = 92ms, Average = 87ms
|
Therefore:
http://match.gamesurgeradio.net:8100
=
IP:66.199.244.66 Port:8100