fix Start stream 3 seconds behind edge
🏗️ Build Plugin / build (push) Successful in 33s
Nightly Build / nightly-build (push) Successful in 44s
🧪 Test Plugin / test (push) Successful in 29s

This commit is contained in:
2026-06-27 15:44:56 +02:00
parent f715130302
commit 7c81ef94ca
5 changed files with 105 additions and 3 deletions
@@ -225,7 +225,8 @@ public class StreamProxyController : ControllerBase
queryParams = string.Empty;
}
var rewrittenContent = _proxyService.RewriteVariantManifestUrls(manifestContent, baseProxyUrl, queryParams);
var isLiveStream = _proxyService.GetStreamMetadata(actualItemId)?.IsLiveStream ?? false;
var rewrittenContent = _proxyService.RewriteVariantManifestUrls(manifestContent, baseProxyUrl, queryParams, isLiveStream);
// Set cache headers based on stream type (live vs VOD)
// Variant manifests use stricter no-cache for live streams