1 { lib, buildGoModule, fetchFromGitHub, srt, ffmpeg }:
7 src = fetchFromGitHub {
11 sha256 = "sha256-CA+UuFOWjZjSBDWM62rda3IKO1fwC3X52mP4tg1uoO4=";
14 vendorHash = "sha256-xTYlfdijSo99ei+ZMX6N9gl+yw0DrPQ2wOhn6SS9S/E=";
16 buildInputs = [ srt ];
17 nativeCheckInputs = [ ffmpeg ];
20 description = "Streaming-Relay for the SRT-protocol";
21 homepage = "https://github.com/voc/srtrelay";
22 license = licenses.mit;
23 maintainers = with maintainers; [ fpletz ];