Possible fix to buffering issue using SABR

This commit is contained in:
WardPearce
2025-05-29 16:34:01 +12:00
parent e19576f6a6
commit dbf92ce19f
@@ -185,10 +185,16 @@
enabled: true,
restrictions: {
maxWidth: 1920,
maxHeight: 1080
maxHeight: 1080,
maxBandwidth: data.video.ytjs
? Number(
data.video.ytjs?.video.page[0].player_config?.stream_selection_config.max_bitrate
)
: -1
}
},
streaming: {
autoLowLatencyMode: true,
bufferingGoal: 120,
rebufferingGoal: 0.01,
bufferBehind: 300,