DudelDu is a simple audio/video streaming server using the SHOUTcast protocol.
Read further on the project page.
.mp3, .nsv) files on disk.Pull the latest docker image of DudelDu from Dockerhub:
docker pull krotik/dudeldu
Create an empty directory, change into it and run the following to start DudelDu:
docker run --rm --user $(id -u):$(id -g) -v $PWD:/data -p 9091:9091 krotik/dudeldu -host 0.0.0.0 <playlist>
The container will have access to the current local directory and all subfolders.
Content type
Image
Digest
Size
2.5 MB
Last updated
about 7 years ago
docker pull krotik/dudeldu