12 rustPlatform.buildRustPackage rec {
16 src = fetchFromGitHub {
20 hash = "sha256-EjyvCwqcPkOe69YnDiAExtBNPhsqqGa95ao+bn6wcyA=";
23 cargoHash = "sha256-pW1VvnK7WDRvSVFOMUibtsPn+dhcFp64EpTW5beaJ+s=";
32 ] ++ lib.optionals stdenv.hostPlatform.isLinux [
34 ] ++ lib.optionals stdenv.hostPlatform.isDarwin [
35 darwin.apple_sdk.frameworks.SystemConfiguration
38 OPENSSL_NO_VENDOR = 1;
41 description = "Simple, high performance and secure live media server in pure Rust (RTMP[cluster]/RTSP/WebRTC[whip/whep]/HTTP-FLV/HLS";
42 homepage = "https://github.com/harlanc/xiu";
43 changelog = "https://github.com/harlanc/xiu/releases/tag/v${version}";
44 license = licenses.mit;
45 maintainers = with maintainers; [ cafkafk ];