bandi94 Posted August 27, 2011 Share Posted August 27, 2011 ok i wanna stream this radio http://live.radiozu.ro/ on the website is play buton ... and downlaod file i donwloaded in winamp work fine is live.m3u here the script and not working local radio function radio() if radio then stopSound(radio) else radio = playSound("live.m3u") end end bindKey("r","down",radio) Link to comment
JR10 Posted August 27, 2011 Share Posted August 27, 2011 Did you add it to the meta? function playRadio() if radio then stopSound(radio) else radio = playSound("live.m3u") end end bindKey("r","down",playRadio) Link to comment
bandi94 Posted August 28, 2011 Author Share Posted August 28, 2011 yes i am not that beginer that to don't add it to meta Link to comment
BinSlayer1 Posted August 28, 2011 Share Posted August 28, 2011 wait you want to stream a live radio.. but you're playing an .m3u file as far as i know m3u is a song playlist format Link to comment
bandi94 Posted August 28, 2011 Author Share Posted August 28, 2011 i donwloaded that file from radio and in winamp it live stream the radio Link to comment
Callum Posted August 28, 2011 Share Posted August 28, 2011 Open the .m3u with Notepad++ or any other text editor. Inside the file it should be a URL (or a list of URLs). Use that. Link to comment
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