TRip changes/AudioPlayer hls setting tweaks
This commit is contained in:
@@ -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
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user