drk Posted January 14, 2012 Posted January 14, 2012 Im making a radio player and I want to the server play a song from an url for the local player, I need a audio streaming hosting ? And how I can do this?
Charlie_Jefferson Posted January 14, 2012 Posted January 14, 2012 Use playSound function and download the file that lets you listen live to the radio, from the radio's website.
drk Posted January 14, 2012 Author Posted January 14, 2012 But if I download the file, player have to wait to download the music to listen this. I want like TG Race DM Server, understand?
Castillo Posted January 14, 2012 Posted January 14, 2012 Is that hard to search on google for streaming sites?
SnoopCat Posted January 14, 2012 Posted January 14, 2012 first of all go to kiwi6.com then upload the mp3 file get the link that must be finish whit the music file extencion like this .mp3 then replace playSound("sounds/yoursound.mp3") for playSound("http://musicfilehosting.com/yourmp3.mp3") note this is only a example
drk Posted January 14, 2012 Author Posted January 14, 2012 Is that hard to search on google for streaming sites? No =D
arezu Posted January 15, 2012 Posted January 15, 2012 you can alternatively use the script on community which lets you send files located on server to the player, and use playSound even thought the file has not fully downloaded. I made my own download functions and made the same thing for my server(~pS - pure skillz)
codeluaeveryday Posted January 15, 2012 Posted January 15, 2012 Apple try using a website host. Like 000webhost
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now