How To Install srt on Fedora 36
Introduction
In this tutorial we learn how to install srt
on Fedora 36.
What is srt
Secure Reliable Transport (SRT) is an open source transport technology that optimizes streaming performance across unpredictable networks, such as the Internet.
We can use yum
or dnf
to install srt
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install srt.
Install srt on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install srt
using dnf
by running the following command:
sudo dnf -y install srt
Install srt on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install srt
using yum
by running the following command:
sudo yum -y install srt
How To Uninstall srt on Fedora 36
To uninstall only the srt
package we can use the following command:
sudo dnf remove srt
srt Package Contents on Fedora 36
/usr/bin/srt-ffplay
/usr/bin/srt-file-transmit
/usr/bin/srt-live-transmit
/usr/bin/srt-tunnel
/usr/lib/.build-id
/usr/lib/.build-id/1f
/usr/lib/.build-id/1f/89b4254c7b357c5a616eebfe2b5c3547438537
/usr/lib/.build-id/a5
/usr/lib/.build-id/a5/583580dcf0317b0c0e0ae9b8fc884c20d29ff4
/usr/lib/.build-id/d0
/usr/lib/.build-id/d0/9fce762a2b45fdd749907f3498ffda77c6bbcf
/usr/share/doc/srt
/usr/share/doc/srt/README.md
/usr/share/doc/srt/docs
/usr/share/doc/srt/docs/API
/usr/share/doc/srt/docs/API/API-functions.md
/usr/share/doc/srt/docs/API/API-socket-options.md
/usr/share/doc/srt/docs/API/API.md
/usr/share/doc/srt/docs/API/configuration-guidelines.md
/usr/share/doc/srt/docs/API/statistics.md
/usr/share/doc/srt/docs/README.md
/usr/share/doc/srt/docs/apps
/usr/share/doc/srt/docs/apps/srt-live-transmit.md
/usr/share/doc/srt/docs/apps/srt-multiplex.md
/usr/share/doc/srt/docs/apps/srt-tunnel.md
/usr/share/doc/srt/docs/build
/usr/share/doc/srt/docs/build/build-android.md
/usr/share/doc/srt/docs/build/build-iOS.md
/usr/share/doc/srt/docs/build/build-options.md
/usr/share/doc/srt/docs/build/build-win.md
/usr/share/doc/srt/docs/dev
/usr/share/doc/srt/docs/dev/developers-guide.md
/usr/share/doc/srt/docs/dev/low-level-info.md
/usr/share/doc/srt/docs/dev/making-srt-better.md
/usr/share/doc/srt/docs/features
/usr/share/doc/srt/docs/features/access-control.md
/usr/share/doc/srt/docs/features/bonding-intro.md
/usr/share/doc/srt/docs/features/bonding-main-backup.md
/usr/share/doc/srt/docs/features/encryption.md
/usr/share/doc/srt/docs/features/handshake.md
/usr/share/doc/srt/docs/features/images
/usr/share/doc/srt/docs/features/images/block-aligned-5rx10c.png
/usr/share/doc/srt/docs/features/images/block-aligned.png
/usr/share/doc/srt/docs/features/images/non-block-aligned-5rx10c-deleted-packets.png
/usr/share/doc/srt/docs/features/images/non-block-aligned-5rx10c.png
/usr/share/doc/srt/docs/features/images/non-block-aligned.png
/usr/share/doc/srt/docs/features/images/packet-filter-mechanism.png
/usr/share/doc/srt/docs/features/images/rebuild-missing-sequence.png
/usr/share/doc/srt/docs/features/images/srt-encryption-1.png
/usr/share/doc/srt/docs/features/images/srt-encryption-2.png
/usr/share/doc/srt/docs/features/images/staircase-pattern-5rx10c.png
/usr/share/doc/srt/docs/features/live-streaming.md
/usr/share/doc/srt/docs/features/packet-filtering-and-fec.md
/usr/share/doc/srt/docs/features/socket-groups.md
/usr/share/doc/srt/docs/misc
/usr/share/doc/srt/docs/misc/images
/usr/share/doc/srt/docs/misc/images/srt-history-good-signal.png
/usr/share/doc/srt/docs/misc/images/srt-transmission-bad-signal.png
/usr/share/doc/srt/docs/misc/why-srt-was-created.md
/usr/share/licenses/srt
/usr/share/licenses/srt/LICENSE
References
Summary
In this tutorial we learn how to install srt
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).