4k File over Jellyfin are buffering to hard

So, i re-created the whole project new on the google console.

Thats the new LOG, its much smoother now but still lagging a bit ,probably transcoding problem, but now the 4k movie stops at ~3min

mylogfile.txt (3.4 MB)

Maybe an issue with a flag i set?

rclone mount gdrive:/ /media --allow-other --allow-non-empty --drive-chunk-size 256M --daemon --vfs-read-chunk-size=16M --vfs-read-chunk-size-limit=0 --buffer-size=1G --drive-pacer-min-sleep 10ms --drive-pacer-burst 200 -vv --log-file=mylogfile.txt

But the Connection is now way more Stable and even with multiple 60Mbits FullHD Streams it works fine.
I kinda start to think my VM could be the Problem.

Yes, you have no errors anymore so that looks much better.

Any the files are being read from local disk so not really anything in rclone would be slowing you down at this point.

2023/04/13 16:33:17 DEBUG : vfs cache: looking for range={Pos:1492692992 Size:131072} in [{Pos:0 Size:1493831829}] - present true
2023/04/13 16:33:17 DEBUG : vfs cache: looking for range={Pos:1492824064 Size:131072} in [{Pos:0 Size:1493831829}] - present true
2023/04/13 16:33:17 DEBUG : vfs cache: looking for range={Pos:1492955136 Size:131072} in [{Pos:0 Size:1493831829}] - present true
2023/04/13 16:33:17 DEBUG : vfs cache: looking for range={Pos:1493086208 Size:131072} in [{Pos:0 Size:1493831829}] - present true
2023/04/13 16:33:17 DEBUG : vfs cache: looking for range={Pos:1493217280 Size:131072} in [{Pos:0 Size:1493831829}] - present true
2023/04/13 16:33:17 DEBUG : vfs cache: looking for range={Pos:1493348352 Size:131072} in [{Pos:0 Size:1493831829}] - present true
2023/04/13 16:33:17 DEBUG : vfs cache: looking for range={Pos:1493610496 Size:81920} in [{Pos:0 Size:1493831829}] - present true
2023/04/13 16:33:17 DEBUG : vfs cache: looking for range={Pos:1493479424 Size:131072} in [{Pos:0 Size:1493831829}] - present true

Those all mean it's just reading it as if it was local storage.

Thank you so much so far!

Thats weird... i dont have any of them locally stored

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.