Streaming service for great demoscene examples (c64, amiga, zx spectrum, etc)
Try it live here -> demostream.cyanpencil.xyz
-
Put your demos in the
video/<category>/
folder. Accepted formats aremp4
,webm
andmkv
(e.g. if you have a c64 demo, put it invideo/c64/example.mp4
). Your demos will be played at random to the nginx server which will serve them throughhls
(http live streaming) on port 8080. -
(optional) change
demostream.m3u8
to point to the url where you will be serving the stream (only necessary to play the stream through custom players such as mpv) -
Change
run.sh
if you usedocker
instead ofpodman
-
run
docker build -t demostream .
-
then execute
./run.sh
Oldschool PC fonts - for the IBM VGA fonts used in the frontend
ffmpeg - complex but wonderful tool
pouet.net - where I got the demos from
Sebastian Ramirez - for the initial version of the Dockerfile