libs/srt: add new package v1.5.3
authorKoen Vandeputte <koen.vandeputte@citymesh.com>
Wed, 2 Oct 2024 14:22:17 +0000 (16:22 +0200)
committerRosen Penev <rosenp@gmail.com>
Wed, 16 Oct 2024 17:47:26 +0000 (10:47 -0700)
commit963c528214a8425b789a0e85abc617b2983a4c72
tree16681259d81ebf2b7260f2c003004212f142c49c
parent0fd7e2c2d0b72d1408799bd28e50f7c81bd182e0
libs/srt: add new package v1.5.3

This adds the Secure Reliable Transport (SRT) package.

SRT is used as a popular transfer protocol for video & audio
and can be used within gstreamer as both a sink or source.

It also supports stream encryptino by simply
setting a password on both ends of the link.

More details can be found here:
https://www.haivision.com/products/srt-secure-reliable-transport/

It is being actively developed on github:
https://github.com/Haivision/srt

Signed-off-by: Koen Vandeputte <koen.vandeputte@citymesh.com>
libs/srt/Config.in [new file with mode: 0644]
libs/srt/Makefile [new file with mode: 0644]