2025-02-06, 10:20 PM
(This post was last modified: 2025-02-06, 10:21 PM by Zyxin. Edited 1 time in total.)
On my Shield TV with Kodi and the Jellyfin addon, the playback would stop and buffer/stutter in the first few minutes. It seemed to be related to running Jellyfin with a reverse proxy. The solution I found was this:
https://github.com/jellyfin/jellycon/iss...1936934875
You have to add these lines to the advancedsettings.xml
It might work for your issue as well.
https://github.com/jellyfin/jellycon/iss...1936934875
You have to add these lines to the advancedsettings.xml
Code:
<advancedsettings version="1.0">
<network>
<disablehttp2>true</disablehttp2>
</network>
</advancedsettings>
It might work for your issue as well.