Air Video Server HD icon

Air Video Server HD 2.3.0-beta1u1

Tool to stream videos to Apple devices

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    air-video-server-hd # Air Video Server HD
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    air-video-server-hd # Air Video Server HD
  ];
}

Package Definition

{
  "pname": "air-video-server-hd",
  "version": "2.3.0-beta1u1",
  "src": {
    "url": "https://s3.amazonaws.com/AirVideoHD/Download/Air+Video+Server+HD+2.3.0-beta1u1.dmg",
    "sha256": "1e45abf868349f1ad43b6f3a1234a254d31e943ef5c7d72b84eff9f955a15a33"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Air Video Server HD.app\" && cp -r \"Air Video Server HD.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Tool to stream videos to Apple devices",
    "homepage": "https://airvideo.app/"
  }
}