TRip changes/AudioPlayer hls setting tweaks

This commit is contained in:
2025-08-11 15:52:38 -04:00
parent fe6a45bc1d
commit ccea5db9e9
3 changed files with 40 additions and 10 deletions

View File

@@ -84,8 +84,8 @@ export default function Player() {
const hls = new Hls({
lowLatencyMode: true,
abrEnabled: false,
liveSyncDuration: 3, // seconds behind live edge target
liveMaxLatencyDuration: 10, // max allowed latency before catchup
liveSyncDuration: 2.5, // seconds behind live edge target
liveMaxLatencyDuration: 3.5, // max allowed latency before catchup
liveCatchUpPlaybackRate: 1.05, // playback speed when catching up
});