v0.4.39: log per-anchor play source (CACHE vs LIVE STREAM)
All checks were successful
build / build (push) Successful in 1m23s

VideoPlayback.getOrStart now logs, for each anchor it starts, whether the
source resolved to the local cache file or a live network stream. This is
the single diagnostic that separates "cache miss -> fragile live stream"
from "cached but decode failed" when comparing a working host log against a
failing remote client's log — needed because the symptom is intermittent
(videos that fail before their preload finishes vs ones that play once
cached).

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
tkrmagid
2026-06-14 02:39:18 +09:00
parent 73d12a02c3
commit dda09bdd3b
2 changed files with 14 additions and 1 deletions

View File

@@ -5,7 +5,7 @@ org.gradle.configuration-cache=false
# Mod
mod_id=video_player
mod_version=0.4.38
mod_version=0.4.39
maven_group=com.ejclaw.videoplayer
archives_base_name=video_player