How to get a radio station live streaming link?
#1

I just need to know something for my script,
how can I get a live stream link from a radio station in my script? I mean like (for example) a dialog would show, you could select that station, and it would play live.

Maybe like an MP3 link? Just need to know how to get the link, a link that I can stream to players in-game
Reply
#2

http://listen2myradio.com/
Reply
#3

Quote:
Originally Posted by Riddy
View Post
I can't get a link there to a radio station
Reply
#4

Try this

http://www.shoutcast.com/

You can find every kind different genre of music,listen online,copy the link adresses of a radio etc.
Reply
#5

Quote:
Originally Posted by Famouz
View Post
Try this

http://www.shoutcast.com/

You can find every kind different genre of music,listen online,copy the link adresses of a radio etc.
Where can I copy the link at?
Reply
#6

If you have Google Chrome,for example you open that website link,you will see the first radio station in that list, click with the right mouse button,and choose copy link address.
Reply
#7

Will that link play the live stream in-game?
Reply
#8

Also they don't have all the stations
Reply
#9

Its easy to get the stream link from shoutcast.
Get the embed code..
Code:
<'embed src='http://www.shoutcast.com/media/popupPlayer_V19.swf?stationid=http://yp.shoutcast.com/sbin/tunein-station.pls?id=1499&play_status=1' quality='high' bgcolor='#ffffff' width='398' height='104' name='popupPlayer_V19' align='middle' allowScriptAccess='always' allowFullScreen='true' type='application/x-shockwave-flash' pluginspage='http://www.adobe.com/go/getflashplayer' ><embed>
And look for the part i colored red, and then add it to playaudiostreamforplayer..
Code:
PlayAudioStreamForPlayer(playerid, "http://yp.shoutcast.com/sbin/tunein-station.pls?id=1499");
Add that to your code and it will play ingame.
Reply
#10

But i need a different one (to get live links) with every radio station

EDIT: 500th Post
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)