flathub / com.github.iwalton3.jellyfin-media-player

https://flathub.org/apps/details/com.github.iwalton3.jellyfin-media-player
GNU General Public License v3.0
1 stars 5 forks source link

Video playback stuttering after latest update #18

Open BuonHobo opened 8 months ago

BuonHobo commented 8 months ago

Hi, I just updated the jellyfin-media-player flatpak and now all video playback freezes, even on lower resolution content where I used to have no issues. Was something changed that broke the player?

BuonHobo commented 8 months ago

It's also worth mentioning that I'm not experiencing any issues with the package from the AUR, so I think it's something related to this flatpak

Oppzippy commented 8 months ago

The thing that changed was my PR updating a large amount of dependencies at once (#16).

What graphics card are you using, and xorg or wayland? It's possible hardware acceleration isn't working properly on some platform.

A log file (~/.var/app/com.github.iwalton3.jellyfin-media-player/data/jellyfinmediaplayer/logs/jellyfinmediaplayer.log) after encountering the playback issues would be helpful if you don't mind providing that.

BuonHobo commented 8 months ago

I'm on wayland, using a laptop with a ryzen 3500U CPU and its integrated GPU.

This is the logfile. I deleted the old one so that the new one should just contain the information about about me opening the app and trying to stream a file. The same file works fine on non-flatpak jellyfin. jellyfinmediaplayer.log

I will also attach the log file for the non-flatpak version, hoping that it might prove useful... jellyfinmediaplayer.log

Oppzippy commented 8 months ago

Please check if #19 fixes it

flatpak install --user https://dl.flathub.org/build-repo/69931/com.github.iwalton3.jellyfin-media-player.flatpakref

I don't know enough about libmpv or jellyfin-media-player's usage of libmpv to know whether these removals are meaningful, but this is obvious low hanging fruit, so checking if this fixes it is a start.

BuonHobo commented 8 months ago

Yes, this version works without issues