🐟 Fishtank Sam Hyde's Fishtank.live General - Jet Neptune's Little House of Horrors

Official KF Fishtank livechat here!

Is it over?

  • Yes, I am sad and need a Ben backrub :(

    Votes: 336 31.9%
  • No, we will be back, autism too strong

    Votes: 532 50.5%
  • Cams down until we roll into Bloodgames 2

    Votes: 185 17.6%

  • Total voters
    1,053
Screenshot 2025-06-14 155512.webp
 

Fishtank door navigation script v3 for mpv
NOTE: this version is for season 4 and won't be compatible with future seasons (it might even break during s4 if they change the cameras). Check my posts for updates
Changes from v2:
- updated to work with season 4 house
- removed grid mode (:_( (fishtank.live no longer provides a grid stream)
Download and unzip fishtank_doors_v3.zip
Put the lua file in mpv's scripts directory.

The default keybind is left mouse button, which may not work if another script binds it first.
If LMB doesn't work for you, add this line to input.conf to change it to right double click:
MBTN_RIGHT_DBL script-binding fishtank_doors/pick-door

I've attached 4 different playlists. fishtank4-ppv is the restream from ppv, the other 3 use fishtank's own CDN.
Bash:
# fishtank.live cdn
curl 'https://api.fishtank.live/v1/live-streams' -H 'Referer: https://www.fishtank.live/' | jq -r '.loadBalancer as $lb | .liveStreams | map("#EXTINF:-1," + .name + "\nhttps://" + $lb[.id] + "/hls/live+" + .id + "/index.m3u8?video=2mbps") | "#EXTM3U\n" + join("\n")'

# ppv restream
curl 'https://ppv.to/fishtank.json?v=20' | jq -r '.streams | map("#EXTINF:-1," + .name + "\n" + .playlist) | "#EXTM3U\n" + join("\n")'

Also check out the clipping script, which can make clips in the past using mpv's cache!
 

Attachments

Back