streamingriver / ffmpeg-ondemand

Starts ffmpeg on demand and kills when nobody is watching stream

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FFMPEG on Demand

usage:

docker run --rm -it --shm-size 256M --name test-container -e APP_NAME="channel-name" -p 9999:9999 ghcr.io/streamingriver/ffmpeg-ondemand:main http://url/to/channel/main.m3u8

vlc:

http://localhost:9999/stream.m3u8

About

Starts ffmpeg on demand and kills when nobody is watching stream

License:Apache License 2.0


Languages

Language:Go 85.5%Language:Dockerfile 14.5%