Sign inSign up

tekhedd/ameinias

By tekhedd

•Updated about 4 years ago

Ameinias jukebox/player/thingy

Image
0

529

tekhedd/ameinias repository overview

⁠ameinias

Creates an Ameinias jukebox container that writes audio output to a fifo. Requires a separate container to copy bytes from the fifo to an audio device or mp3 streaming server.

Launch it something like this, with audio files in /mp3 and an empty dir in /var/ameinias for database and fifo files:

docker run --name ameinias
--rm -it
-p 80:7076
-v /var/ameinias:/adata
-v /var/mp3:/mp3
tekhedd/ameinias:3.1.0.1

See also: http://ameinias.com/⁠

Dockerfile and example docker-compose available in the gitlab project: https://gitlab.com/byteheaven/ameinias-docker⁠

Tag summary

Content type

Image

Digest

sha256:c5ad8e142…

Size

311 MB

Last updated

almost 11 years ago

docker pull tekhedd/ameinias