SA-MP Forums Archive
[Plugin] SA:MP Internet Radio Station - 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: Plugin Development (https://sampforum.blast.hk/forumdisplay.php?fid=18)
+--- Thread: [Plugin] SA:MP Internet Radio Station (/showthread.php?tid=324349)

Pages: 1 2 3


Re: SA:MP Internet Radio Station - TheArcher - 11.03.2012

This plugin requires any clients? And it's supported by 0.3d or above?

P.S Good job


Re: SA:MP Internet Radio Station - AirKite - 11.03.2012

Quote:
Originally Posted by TheArcher
Посмотреть сообщение
This plugin requires any clients? And it's supported by 0.3d or above?
No requires any clients plugins. And it's supported by 0.3d or above


Re: SA:MP Internet Radio Station - jhonyxakep - 12.03.2012

Quote:

This plugin requires any clients? And it's supported by 0.3d or above?

You can listen stream on any media palyers (Windows Media, Winamp, foobar2000, Real Media...)


Re: SA:MP Internet Radio Station - SourceCode - 23.04.2012

I don't get it , what is the use of this? It can also be scripted with default sa-mp functions, I didn't read full topic, but can this plugin record sound and play live??


Re: SA:MP Internet Radio Station - jhonyxakep - 23.04.2012

Quote:

I don't get it , what is the use of this? It can also be scripted with default sa-mp functions, I didn't read full topic, but can this plugin record sound and play live??

This plugin only Internet Radio Station, and may control by script. It can't scripted by sa-mp functions.


Re: SA:MP Internet Radio Station - SourceCode - 23.04.2012

Quote:
Originally Posted by jhonyxakep
Посмотреть сообщение
This plugin only Internet Radio Station, and may control by script. It can't scripted by sa-mp functions.
If it had record functions i would be kinda useful, i hardly see the advantages


Re: SA:MP Internet Radio Station - jhonyxakep - 23.04.2012

What do you want to record?


Re: SA:MP Internet Radio Station - MerCy - 02.05.2012

'Files from system\nix\ should be put in the folder /lib/, /usr/lib/, /usr/local/lib/.'
what does this means can anyone can xpane me how to do this plz :/


Re: SA:MP Internet Radio Station - Limex - 03.05.2012

Okay so let me just clear things up.. for my benefit.. and others.

Shoutcast, Icecast etc are all great. Yet.. they add extra cost if you wish to operate them.

So this adds the ability to create a stream based on MP3 files in your scriptfiles directory, and control it from within the SA-MP server. No extra server needed (shoutcast) and no extra outgoings.

This also allows people with just SA-MP hosting, for example, who don't have a VPS to add a shoutcast.

So then you would use the default SA-MP stream functions.. to then connect to the internal stream.. to then play the sound to the people connected to the server, without any extra services required, any external radio server, etc etc.

Is this correct? If so, it is BRILLIANT.


Re: SA:MP Internet Radio Station - Georgi166 - 23.06.2012

Damn nice!


Re: SA:MP Internet Radio Station - WillyP - 23.06.2012

Quote:
Originally Posted by leong124
Посмотреть сообщение
-Code-
Thanks man, was it possibly not working because I put the files in the exact server directory rather than the game directory?


AW: SA:MP Internet Radio Station - Meta - 24.06.2012

How 'bout a function to let people connect and send music just like shoutcast?


Re: SA:MP Internet Radio Station - jhonyxakep - 24.06.2012

Quote:

How 'bout a function to let people connect and send music just like shoutcast?

I think it is better to use Icecast + plugin.

Quote:

That was strange because I uses Intel 2500K and overclocked it, so it should have enough processing power for this.
Anyway, I'll have a try when you update it

I'll try to fix it. But it may take a long time.


Re: SA:MP Internet Radio Station - leong124 - 24.06.2012

Quote:
Originally Posted by [FU]Victious
Посмотреть сообщение
Thanks man, was it possibly not working because I put the files in the exact server directory rather than the game directory?
I think absolute paths will work for any location, but I haven't tested it.


Re: SA:MP Internet Radio Station - TheArcher - 24.06.2012

Is the possibile to make something for players such as attaching a sound/audio/music, also GetPlayerVolume could be useful.


Re: SA:MP Internet Radio Station - jhonyxakep - 24.06.2012

Quote:

Is the possibile to make something for players such as attaching a sound/audio/music, also GetPlayerVolume could be useful.

To do this, write a client plug-in.


Re: SA:MP Internet Radio Station - WillyP - 24.06.2012

Quote:
Originally Posted by leong124
Посмотреть сообщение
I think absolute paths will work for any location, but I haven't tested it.
I tried it on my server directory using my code, nothing worked :/ I tried to compile your code, comes up with an error that I have never seen before, I'll get it up later as I'm on my phone. I change alot of things yet it either comes up with the same error or more, I sound like a total noob because I have no idea with audio plugins :')


Re: SA:MP Internet Radio Station - jhonyxakep - 24.06.2012

Show the code please


Re: SA:MP Internet Radio Station - WillyP - 24.06.2012

Quote:
Originally Posted by jhonyxakep
Посмотреть сообщение
Show the code please
Which code are you looking for?


Re: SA:MP Internet Radio Station - leong124 - 24.06.2012

Quote:
Originally Posted by TheArcher
Посмотреть сообщение
Is the possibile to make something for players such as attaching a sound/audio/music, also GetPlayerVolume could be useful.
Quote:
Originally Posted by jhonyxakep
Посмотреть сообщение
To do this, write a client plug-in.
That's why the Audio Plugin exists