This is a step by step guide of how to find and add online radio stations to your server via the radio station manager plugin.
## Getting started
To begin with find the online radio station you wish to add to you server.
Currently youtube links and general mp3 links are not supported.
For this example we will be using https://streema.com/ to find an online radio station.
## Finding the stream source URL
Select the radio stream you want to add and start running the radio stream by pressing the play button. You will then want to use inspect element by right clicking on the same page as the player. Select the network tab and then reload the page to get a list of the resources being used.
You can find media sources by organising the initiator tab. There should only be one source for the stream but it is best to open the links to the sources just to check that you have the right source. In this example the source of the stream is http://mszwhisper.radioca.st:8018/stream/;
In some cases you may need to repeat the process of finding the source where some streams will refer to a to another website. The end link you want should only show your browsers native player.
## Adding radio station to your server
On your server you can add a radio station using the command /stnadd Whispers Radio,http://mszwhisper.radioca.st:8018/stream/; in game chat or stnadd Whispers Radio,http://mszwhisper.radioca.st:8018/stream/; in the f1 console.
The command requires the use of a comma ( , ) to seperate the station name and the station url.
/stnadd stn name,stn url
Once added you should see your radio station in the stations list in game.
Note that currently the maximum of 5 custom stations can be added to your server at any one time.