Cant read .mp3?
#1

Hello. Im trying to create radio for my roleplay server.
I have it hosted and playing. But when I try let it work in Samp it doesnt work.
This is my radio station.
http://bayside.caster.fm/

And this is my code.

Код:
if (strcmp("/baysideradio", cmdtext, true) == 0)
    {
        PlayAudioStreamForPlayer(playerid, "http://bayside.Caster.fm/");
        return 1;
    }
I get a message it is playing but dont hear annything.
If you can help me I would be very thank full!
Reply
#2

That url is for the webpage. You'll need to use the direct link to the actual stream. The same url you would use in your media player to listen to your stream.
Reply
#3

As said above you need an actual Link to the audio stream EXAMPLE : http://bayside.caster.fm/listen.mp3
Reply
#4

Would this work?
http://myradiostream.com/21/3308/listen.pls
Reply
#5

You not have a .m3u file?
Reply
#6

Quote:
Originally Posted by FanHamMer
Посмотреть сообщение
You not have a .m3u file?
Whats that?
Reply
#7

Quote:
Originally Posted by Arnoo
Посмотреть сообщение
Yes a pls stream should work.
Reply
#8

Well it doesnt work :/
Do I need anny plug in?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)