jellyfin / jellyfin-mpv-shim

MPV Cast Client for Jellyfin
Other
1.65k stars 95 forks source link

Enabling SVP on Linux bricks the player and menu. #423

Open Yersi88 opened 3 weeks ago

Yersi88 commented 3 weeks ago

Describe the bug Enabling SVP bricks the player. If svp_enable is set to true:

I also tried setting svp_enable to false and manually creating SVP profile in ~/.config/jellyfin-mpv-shim/mpv.conf

Profile:

profile=svp 
autofit-larger=100%x100%

[svp]                               
input-ipc-server=/tmp/mpvsocket     
hr-seek-framedrop=no               
resume-playback=no                
hwdec=auto-copy
hwdec-codecs=all

This profile works fine when just running 'normal' mpv (profile in ~/.config/mpv/mpv.conf) and svp is able to run as it should.

To Reproduce Steps to reproduce the behavior:

  1. set "svp_enable": ture,
  2. Play anything from Jellyfin

Expected behavior SVP works, Menu works, Can clsoe the shim

Config Changes to conf.json:

    "svp_enable": false,
    "svp_socket": "/tmp/mpvsocket",
    "svp_url": "http://127.0.0.1:9901/",

Desktop (please complete the following information):

Error Messages None