SA-MP Forums Archive
were should i get my audio file hosted? - 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: were should i get my audio file hosted? (/showthread.php?tid=326597)



were should i get my audio file hosted? - xXitsgodzillaXx - 18.03.2012

hey guys i was curious cause i was using "PlayAudioStreamForPlayer"
but im not sure on were i should get my audio file hosted? ive tried dropbox, doesnt work. *******, i cant upload anything for some reason. should i try just my everyday file host or somthing like mediafire and whatnot?
just a quick reply would be nice


Re: were should i get my audio file hosted? - ReneG - 18.03.2012

Ermmmm, shoutcast? Icecast? Just throwin it out there.


Re: were should i get my audio file hosted? - xXitsgodzillaXx - 18.03.2012

Quote:
Originally Posted by VincentDunn
Посмотреть сообщение
Ermmmm, shoutcast? Icecast? Just throwin it out there.
1st. these are online radios. not something im looking for.
2nd. icecast is dead.
3rd. maybe somthing were i can get the audio file hosted and played via sa-mp O_o

but i do appriciate your help :P


Re: were should i get my audio file hosted? - Kudoz - 18.03.2012

http://somafm.com/tags.pls ?


Re: were should i get my audio file hosted? - Tanush123 - 18.03.2012

www.shoutcast.com is a nice link. 95% of those radio will work in PlayAudioStreamForPlayer. I find this more easy because you can pick any type of genre in the left and you just do this,
1. Right click the radio name (in blue)
2. Copy that link address
3. Post the link with your playaudiostreamforplayer


Re: were should i get my audio file hosted? - xXitsgodzillaXx - 18.03.2012

Quote:
Originally Posted by Tanush123
Посмотреть сообщение
www.shoutcast.com is a nice link. 95% of those radio will work in PlayAudioStreamForPlayer. I find this more easy because you can pick any type of genre in the left and you just do this,
1. Right click the radio name (in blue)
2. Copy that link address
3. Post the link with your playaudiostreamforplayer
okay so are these parameters okay?

pawn Код:
PlayAudioStreamForPlayer(playerid, "http://idobi.com/radio/player/", 0.0, 0.0, 0.0, 50.0, 1);



Re: were should i get my audio file hosted? - Shabi RoxX - 18.03.2012

Use this :

pawn Код:
PlayAudioStreamForPlayer(playerid,"http://idobi.com/radio/player/");//this will play in all cords for player



Re: were should i get my audio file hosted? - xXitsgodzillaXx - 18.03.2012

Quote:
Originally Posted by Shabi RoxX
Посмотреть сообщение
Use this :

pawn Код:
PlayAudioStreamForPlayer(playerid,"http://idobi.com/radio/player/");//this will play in all cords for player
is there any specific function its supposed to be under because i have it under "public OnPlayerRequestClass(playerid, classid)" then ill have it stop at "public OnPlayerSpawn(playerid)"


Re: were should i get my audio file hosted? - Shabi RoxX - 18.03.2012

Quote:
Originally Posted by xXitsgodzillaXx
Посмотреть сообщение
is there any specific function its supposed to be under because i have it under "public OnPlayerRequestClass(playerid, classid)" then ill have it stop at "public OnPlayerSpawn(playerid)"
May be OnPlayerConnect();


Re: were should i get my audio file hosted? - xXitsgodzillaXx - 18.03.2012

Quote:
Originally Posted by Shabi RoxX
Посмотреть сообщение
May be OnPlayerConnect();
still doesnt work im doing everything right. maybe a different link? O_o