From ca3f97ec51955221b2e0f82e952c1f9ef0ea4263 Mon Sep 17 00:00:00 2001 From: Colin Date: Thu, 4 Jan 2024 16:22:33 +0000 Subject: [PATCH] docs: go2tv: elaborate seeking limitations --- hosts/common/programs/assorted.nix | 2 +- hosts/common/programs/go2tv.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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.