You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
App launches fine and allows for navigation between all the different menus and libraries. However, whenever the play button is pressed in order to reproduce video or audio files.
When attempting to play audio bottom bar shows, but player appears always paused. Timeline shows --:--. App is still responsive, but audio never starts. (Screenshot 1)
With video, spinner loader shows for a second, then app becomes unresponsive, no elements react to mouse click. It is possible to right-click anywhere in screen and reload, which unfreezes the app. (Screenshot 2)
I have observed a critical error in the attached log file:[critical] PlayerComponent::handleMpvEvent @ 597 - main: Command loadfile: argument index has incompatible type.
Which happens immediately after clicking play, preceded by some other log lines.
To Reproduce
Steps to reproduce the behavior:
Attempt to play media
Fail :(
Expected behavior
Either mpv or in-app player launching and playing the file.
Screenshots
Desktop (please complete the following information):
Same issue, my logs look pretty much the same as those uploaded by MenchenFive. I tried softlinking to the mpv2 library in /usr/lib/local/x86_64-linux-gnu and /usr/lib/x86_64-linux-gnu as suggested by @sevenrats and it didn't help. More specifically, I softlinked libmpv.so, libmpv.so.1 and libmpv.so.2 in the directories mentioned before
first to non-symlinked, built-from-source libmpv.so.2.3.0, and after continued failure
to non-symlinked libmpv.so.2.2.0 provided by a package from my distribution
Desktop:
OS: OpenSUSE Tumbleweed
DE: KDE Plasma 6, X11
Installation Method: Built from source, from tag `v1.9.1`
Solved. Using ldd I figured out that the jellyfin binary was looking for libmpv at /usr/local/lib64/libmpv.so.2. It works when symlinked against libmpv.so.2.2.0, but not libmpv.so.2.3.0. Not sure if that's a result of not correctly building libmpv.so.2.3.0, or if its interface has changed since 2.2.0, but regardless it works.
Describe the bug
App launches fine and allows for navigation between all the different menus and libraries. However, whenever the play button is pressed in order to reproduce video or audio files.
When attempting to play audio bottom bar shows, but player appears always paused. Timeline shows --:--. App is still responsive, but audio never starts. (Screenshot 1)
With video, spinner loader shows for a second, then app becomes unresponsive, no elements react to mouse click. It is possible to right-click anywhere in screen and reload, which unfreezes the app. (Screenshot 2)
I have observed a critical error in the attached log file:
[critical] PlayerComponent::handleMpvEvent @ 597 - main: Command loadfile: argument index has incompatible type.
Which happens immediately after clicking play, preceded by some other log lines.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Either mpv or in-app player launching and playing the file.
Screenshots
Desktop (please complete the following information):
Additional context
Add any other context about the problem here.
jellyfinmediaplayer.log
The text was updated successfully, but these errors were encountered: