docker-launcher-web-radio - radio station for nodejs, this example is for the main radio-station library.
This example shows how you can start broadcasting using docker without installation difficulties, this is just an example, official documentation can be found in radio-station, if you want an automatic server broadcast without the ability to form the order of tracks, use docker-node-web-radio
Let's install the container from Docker Hub prohetamine/docker-launcher-web-radio
$ docker pull prohetamine/docker-launcher-web-radio
Also build
$ git clone https://github.com/prohetamine/docker-launcher-web-radio.git
$ cd docker-launcher-web-radio
$ docker build . -t docker-launcher-web-radio
Now just run and go to the default address http://localhost:8080 and control the broadcast using the radio-launcher. Attention: until you add any tracks, the broadcast will not start
The basic setup looks like this, but LOGIN
and PASSWORD
are optional, they can be generated automatically at the time of startup.
$ docker run --rm -p 8080:8080 -p 9933:9933 -e CORS="*" -e LOGIN=localhost -e PASSWORD=hackme prohetamine/docker-launcher-web-radio
You can preload tracks from the folder in order not to upload them in the interface, this may take time that we do not have.
docker run --rm -p 8080:8080 -p 9933:9933 -e CORS="*" -e LOGIN=localhost -e PASSWORD=hackme -v /yourtracksfolder:/tracks-for-load prohetamine/docker-launcher-web-radio
My Telegram: @prohetamine, channel
Email: prohetamine@gmail.com
Donat money: patreon
If you have any questions and/or suggestions, please email me in telegram, if you find any bugs also let me know, I will be very grateful.