SA-MP Forums Archive
Audio Stream Help!!! - 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: Audio Stream Help!!! (/showthread.php?tid=378335)



Audio Stream Help!!! - xMaGmOtAnEtHx - 17.09.2012

I am having trouble on how to audio stream or find audio stream sites.
Is it possible to audio stream files on computer? or website with audio stream of a certain audio?
I also need the script!!!
Thank you!


Re: Audio Stream Help!!! - Nadeem - 17.09.2012

I need it too .


Re: Audio Stream Help!!! - clarencecuzz - 17.09.2012

Are you looking for a particular song? If so, just tell me the name and I will try and get a link that you can use with PlayAudioStreamForPlayer. Otherwise, you just need to use a url that either streams into a .mp3 file or radio service. I think you can stream audio files with the audio plugin, just use the 'search' button for this.


Re: Audio Stream Help!!! - xMaGmOtAnEtHx - 18.09.2012

ok thanks.
I am looking for a ton of media files so ill just learn myself


Re: Audio Stream Help!!! - trapstar2020 - 18.09.2012

http://k006.kiwi6.com/ u can upload music and get the .mp3 file from here this will work
REP ++


Re: Audio Stream Help!!! - Glint - 18.09.2012

You can also get DropBox and upload your favorite songs there and then get the public link and use it.


Re: Audio Stream Help!!! - xMaGmOtAnEtHx - 18.09.2012

songs and small audio files? like quick sounds?


Re: Audio Stream Help!!! - xMaGmOtAnEtHx - 18.09.2012

http://k006.kiwi6.com/ works alot!!! Thank you trapstar2020!!!! +REP


Re: Audio Stream Help!!! - xMaGmOtAnEtHx - 18.09.2012

1 more thing!!! How do I make it play on the player selection also it does not play the song!!! I think it is because it does not auto play! How do I make it auto play to make it work as
Quote:

PlayAudioStreamForPlayer(playerid, "http://kiwi6.com/file/elzen2wk40");

please help!!!


Re: Audio Stream Help!!! - XtremeR - 18.09.2012

pawn Код:
public OnPlayerRequestClass(playerid, classid)
{
    PlayAudioStreamForPlayer(playerid, "http://kiwi6.com/file/elzen2wk40");
    return 1;
}
This Should work