2024-01-22, 04:08 PM
(2024-01-22, 03:25 PM)TheDreadPirate Wrote: Here in 10.8?
https://github.com/jellyfin/jellyfin-web...in.js#L411
Here in unstable?
https://github.com/jellyfin/jellyfin-web...in.js#L114
Thank you for the pointer.
I just found it in the bundle like this:
Code:
[color=#000000]Hls({manifestLoadingTimeOut:2e4,maxBufferLength:s,xhrSetup:function(e){[/color]
[color=#000000]
So I should be able to overwrite it with a simple regex and NGINX replace module.
Do you know by change if it affects only HLS playback or also direct play?