Currently both Ubuntu and Debian distributions are missing SRT (Secure Reliable Transport) support in ffmpeg packages.
This repository contains Github actions that automatically rebuild the distribution ffmpeg Packages with libsrt support enabled.
- Debian GNU/Linux 10 (buster)
- Ubuntu 20.04 LTS (Focal Fossa)
The PPAs are currently uploaded to a Digitalocean space that can be used as APT package source.
curl -L https://github.com/markuslindenberg/ffmpeg-deb-srt/raw/master/pubkey.gpg | sudo apt-key add -
Add the repository to /etc/apt/sources.list or create a .list file in /etc/apt/sources.list.d.
echo "deb https://ffmpeg-deb-srt.fra1.cdn.digitaloceanspaces.com/buster buster main" | sudo tee /etc/apt/sources.list.d/ffmpeg-srt.list
echo "deb https://ffmpeg-deb-srt.fra1.cdn.digitaloceanspaces.com/focal focal main" | sudo tee /etc/apt/sources.list.d/ffmpeg-srt.list