10 src = fetchFromGitHub {
13 rev = "refs/tags/v${version}";
14 hash = "sha256-Vq0w3JldUVUh4soULyWQI9D2yknkx529n4aAwhpdfdU=";
17 vendorHash = "sha256-N8aJmxNQ/p2ddJG9DuIVVjcgzEC6TzD0sz992h3q0RU=";
26 doCheck = false; # tests fail
29 description = "Ultimate camera streaming application with support RTSP, RTMP, HTTP-FLV, WebRTC, MSE, HLS, MJPEG, HomeKit, FFmpeg, etc";
30 homepage = "https://github.com/AlexxIT/go2rtc";
31 changelog = "https://github.com/AlexxIT/go2rtc/releases/tag/v${version}";
32 license = licenses.mit;
33 maintainers = with maintainers; [ hexa ];
34 mainProgram = "go2rtc";