Skip to content

Commit

Permalink
[docs] Added package version badges (#2604).
Browse files Browse the repository at this point in the history
  • Loading branch information
maxsharabayko committed Jan 9, 2023
1 parent 41c4b1f commit 746551d
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
24 changes: 23 additions & 1 deletion README.md
Expand Up @@ -10,11 +10,18 @@

[![License: MPLv2.0][license-badge]](./LICENSE)
[![Latest release][release-badge]][github releases]
[![Debian Badge][debian-badge]][debian-package]
[![codecov][codecov-badge]][codecov-project]
[![Build Status Linux and macOS][travis-badge]][travis]
[![Build Status Windows][appveyor-badge]][appveyor]

[![Ubuntu 23.04][Ubuntu-badge]][Ubuntu-package]
[![Fedora 37][fedora-badge]][fedora-package]
[![Debian][debian-badge]][debian-package]
[![Homebrew][Homebrew-badge]][Homebrew-package]
[![Vcpkg][Vcpkg-badge]][Vcpkg-package]
[![ConanCenter][ConanCenter-badge]][ConanCenter-package]


## What is SRT?

**Secure Reliable Transport (SRT)** is a transport protocol for ultra low (sub-second) latency live video and audio streaming, as well as for generic bulk data transfer[^1]. SRT is available as an open-source technology with the code on GitHub, a published [Internet Draft](https://datatracker.ietf.org/doc/html/draft-sharabayko-srt-01), and a growing [community of SRT users](https://www.srtalliance.org/).
Expand Down Expand Up @@ -212,6 +219,12 @@ By contributing code to the SRT project, you agree to license your contribution
[travis]: https://travis-ci.org/Haivision/srt
[license-badge]: https://img.shields.io/badge/License-MPLv2.0-blue

[Vcpkg-package]: https://repology.org/project/srt/versions
[Vcpkg-badge]: https://repology.org/badge/version-for-repo/vcpkg/srt.svg

[ConanCenter-package]: https://repology.org/project/srt/versions
[ConanCenter-badge]: https://repology.org/badge/version-for-repo/conancenter/srt.svg

[codecov-project]: https://codecov.io/gh/haivision/srt
[codecov-badge]: https://codecov.io/gh/haivision/srt/branch/master/graph/badge.svg

Expand All @@ -220,3 +233,12 @@ By contributing code to the SRT project, you agree to license your contribution

[debian-badge]: https://badges.debian.net/badges/debian/testing/libsrt1.5-gnutls/version.svg
[debian-package]: https://packages.debian.org/testing/libs/libsrt1.5-gnutls

[fedora-package]: https://repology.org/project/srt/versions
[fedora-badge]: https://repology.org/badge/version-for-repo/fedora_37/srt.svg

[homebrew-package]: https://repology.org/project/srt/versions
[homebrew-badge]: https://repology.org/badge/version-for-repo/homebrew/srt.svg

[Ubuntu-package]: https://repology.org/project/srt/versions
[Ubuntu-badge]: https://repology.org/badge/version-for-repo/ubuntu_23_04/srt.svg
4 changes: 4 additions & 0 deletions docs/build/package-managers.md
@@ -1,5 +1,9 @@
# Package Managers

<a href="https://repology.org/project/srt/versions">
<img src="https://repology.org/badge/vertical-allrepos/srt.svg" alt="Packaging status" align="right">
</a>

The SRT library can be installed with the help of the following package managers:

- [Vcpkg](https://github.com/Microsoft/vcpkg)
Expand Down

0 comments on commit 746551d

Please sign in to comment.