SA-MP Forums Archive
Shoutcast noob question ;) - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Shoutcast noob question ;) (/showthread.php?tid=332204)



Shoutcast noob question ;) - bashar0151 - 07.04.2012

can someone explain how to set up shoutcast on my server all i want is to streem the live radio,i have tried lots of tuts but they never worked i am a propa noob


Re: Shoutcast noob question ;) - Shabi RoxX - 07.04.2012

Get a playlist link and add like this :

pawn Код:
PlayAudioStreamForPlayer(playerid,"http://yp.shoutcast.com/sbin/tunein-station.pls?id=1280356");//add this in command,onplayerspawn or any where you want to play audio



Re: Shoutcast noob question ;) - Hoss - 07.04.2012

https://sampwiki.blast.hk/wiki/PlayAudioStreamForPlayer


Re: Shoutcast noob question ;) - iMaxRobot - 07.04.2012

Hello mr.noob
Go to shoucast and find your radio , then hit rmb and click Copy Address..
Now open your gm and place
pawn Код:
PlayAudioStreamForPlayer(playerid, "Address_you_copied");
and when you want to stop it use StopAudioStreamForPlayer..
if you still don't understand what i mean ,goto https://sampwiki.blast.hk/wiki/PlayAudioStreamForPlayer
Hope this helped,
Thanks.


Re: Shoutcast noob question ;) - bashar0151 - 07.04.2012

Quote:
Originally Posted by Shabi RoxX
Посмотреть сообщение
Get a playlist link and add like this :

pawn Код:
PlayAudioStreamForPlayer(playerid,"http://yp.shoutcast.com/sbin/tunein-station.pls?id=1280356");//add this in command,onplayerspawn or any where you want to play audio
so is this link i need to include http://109.169.26.79:8036/listen.pls?


Re: Shoutcast noob question ;) - bashar0151 - 07.04.2012

Quote:
Originally Posted by iMaxRobot
Посмотреть сообщение
Hello mr.noob
Go to shoucast and find your radio , then hit rmb and click Copy Address..
Now open your gm and place
pawn Код:
PlayAudioStreamForPlayer(playerid, "Address_you_copied");
and when you want to stop it use StopAudioStreamForPlayer..
if you still don't understand what i mean ,goto https://sampwiki.blast.hk/wiki/PlayAudioStreamForPlayer
Hope this helped,
Thanks.
thanks i hope its this one http://109.169.26.79:8036/listen.pls


Re: Shoutcast noob question ;) - Shabi RoxX - 07.04.2012

Quote:
Originally Posted by bashar0151
Посмотреть сообщение
so is this link i need to include http://109.169.26.79:8036/listen.pls?
Nope in shoutcast right link radio channel and click "Copy Link Address" , This pic will help you.....




Re: Shoutcast noob question ;) - bashar0151 - 07.04.2012

Quote:
Originally Posted by Shabi RoxX
Посмотреть сообщение
Nope in shoutcast right link radio channel and click "Copy Link Address" , This pic will help you.....

i paid for my shoutcast and i cant find my radio on the website you showed me

all i have is the playlist file and the host and port