diff --git a/hosts/common/programs/assorted.nix b/hosts/common/programs/assorted.nix index 3fb12f68..9b034f01 100644 --- a/hosts/common/programs/assorted.nix +++ b/hosts/common/programs/assorted.nix @@ -185,7 +185,7 @@ in consoleMediaUtils = declPackageSet [ "catt" # cast videos to chromecast "ffmpeg" - "go2tv" # cast videos to UPNP/DLNA device (i.e. tv). TODO: needs firewall opened to allow sending of local files. (lappy sends a SSDP request to broadcast address, then gets response from concrete addr to the port it sent the req from). + "go2tv" # cast videos to UPNP/DLNA device (i.e. tv). "imagemagick" "sox" "yt-dlp" diff --git a/hosts/common/programs/go2tv.nix b/hosts/common/programs/go2tv.nix index 93894fe4..ad93554e 100644 --- a/hosts/common/programs/go2tv.nix +++ b/hosts/common/programs/go2tv.nix @@ -3,7 +3,7 @@ # # SANITY CHECKS: # - `go2tv -u 'https://uninsane.org/share/AmenBreak.mp4'` -# - LGTV: works +# - LGTV: works, but not seekable # - `go2tv -u 'https://youtu.be/p3G5IXn0K7A'` # - LGTV: FAILS ("this file cannot be recognized") # - no fix via transcoding, altering the URI, etc.