ffserver

Tools for transcoding, streaming and playing of multimedia files

Debian Debian
RUN apt-get update && \ apt-get install -y ffmpeg
Ubuntu
RUN apt-get update && \ apt-get install -y ffmpeg
Alpine
RUN apk add ffmpeg
Arch Arch Linux
RUN pacman -S --noconfirm ffmpeg
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y ffmpeg
Raspbian
RUN apt-get update && \ apt-get install -y ffmpeg
click the source code to copy install ffserver on any operating system with command-not-found.com