Skip to content

Latest commit

 

History

History
45 lines (27 loc) · 1.67 KB

README.md

File metadata and controls

45 lines (27 loc) · 1.67 KB

logo

README is available in the following languages: Russian | English

Docker Node Web Radio

docker-node-web-radio - radio station for nodejs, this example is for the main radio-station library.

Why ?

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

Get started

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

Examples and description

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

Contacts

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.