ffplay

A simple and portable media player using the FFmpeg libraries and the SDL library. More information: <https://ffmpeg.org/ffplay-all.html>.

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 ffplay on any operating system with command-not-found.com