docs: go2tv: elaborate seeking limitations

This commit is contained in:
Colin 2024-01-04 16:22:33 +00:00
parent 7378d6c5b2
commit ca3f97ec51
2 changed files with 2 additions and 2 deletions

View File

@ -185,7 +185,7 @@ in
consoleMediaUtils = declPackageSet [ consoleMediaUtils = declPackageSet [
"catt" # cast videos to chromecast "catt" # cast videos to chromecast
"ffmpeg" "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" "imagemagick"
"sox" "sox"
"yt-dlp" "yt-dlp"

View File

@ -3,7 +3,7 @@
# #
# SANITY CHECKS: # SANITY CHECKS:
# - `go2tv -u 'https://uninsane.org/share/AmenBreak.mp4'` # - `go2tv -u 'https://uninsane.org/share/AmenBreak.mp4'`
# - LGTV: works # - LGTV: works, but not seekable
# - `go2tv -u 'https://youtu.be/p3G5IXn0K7A'` # - `go2tv -u 'https://youtu.be/p3G5IXn0K7A'`
# - LGTV: FAILS ("this file cannot be recognized") # - LGTV: FAILS ("this file cannot be recognized")
# - no fix via transcoding, altering the URI, etc. # - no fix via transcoding, altering the URI, etc.