docker-node-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 to conduct a full broadcast with a voice, use docker-launcher-web-radio
Let's install the container from Docker Hub prohetamine/docker-node-web-radio
$ docker pull prohetamine/docker-node-web-radio
Also build
$ git clone https://github.com/prohetamine/docker-node-web-radio.git
$ cd docker-node-web-radio
$ docker build . -t docker-node-web-radio
Now just run and go to the default address http://localhost:8080
$ docker run --rm -p 8080:8080 -e CORS="*" -v /yourtracksfolder:/tracks-for-load prohetamine/docker-node-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.