v0.4.39: log per-anchor play source (CACHE vs LIVE STREAM)
All checks were successful
build / build (push) Successful in 1m23s
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user