About music streaming - 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: About music streaming (
/showthread.php?tid=410358)
About music streaming -
Sellize - 25.01.2013
Hey guys i want to make a radio system but whenever im not at the website where the song comes from it will not work, how can i make it so that it always works without my own host?
AW: About music streaming -
Blackazur - 25.01.2013
With MP3 like this, here an example:
Код:
PlayAudioStreamForPlayer(playerid,"http://mp3-live.dasding.de/dasding_m.m3u");
Re: About music streaming -
James Coral - 25.01.2013
all radios:
http://www.shoutcast.com/
have fun
Re: About music streaming -
Sellize - 25.01.2013
Quote:
Originally Posted by James Coral
|
I want to use my own music
Re: About music streaming -
Sellize - 25.01.2013
Please guys? ive been looking everywhere
Re: About music streaming -
SKAzini - 25.01.2013
Use Dropbox to upload an .mp3 music file, get the public link and paste it in PlayAudioStreamForPlayer.
Re: About music streaming -
SilverKiller - 25.01.2013
Upload Your .mp3 in DropBox.com, When you upload it right click on it and click share link, then when the tab opens copy the URL and make sure there is .mp3 at the end of it, then make dropbox.com in the url dl.dropbox.com
Example :
pawn Код:
PlayAudioStreamForPlayer(playerid, "https://dl.dropbox.com/s/fa5jtpuf2eae0hm/Jingle%20Bells.mp3");
Hope i helped
EDIT: I did this so late
when i was writing the answer the person above me answered damn.
Re: About music streaming -
Sellize - 26.01.2013
I'm doing it via dropbox now ,it works fine when im one the stream website but when im not it does not play...
Quote:
Originally Posted by SilverKiller
Upload Your .mp3 in DropBox.com, When you upload it right click on it and click share link, then when the tab opens copy the URL and make sure there is .mp3 at the end of it, then make dropbox.com in the url dl.dropbox.com
Example :
pawn Код:
PlayAudioStreamForPlayer(playerid, "https://dl.dropbox.com/s/fa5jtpuf2eae0hm/Jingle%20Bells.mp3");
Hope i helped
EDIT: I did this so late when i was writing the answer the person above me answered damn.
|
Re: About music streaming -
SKAzini - 26.01.2013
You must upload it to the Public folder and then get the link, it won't work in the Private folder.
Re: About music streaming -
SilverKiller - 26.01.2013
Quote:
Originally Posted by Sellize
I'm doing it via dropbox now ,it works fine when im one the stream website but when im not it does not play...
|
Make sure you have dl.dropbox.com in the URL and .mp3 at the end of the URL and also make sure it is public.