• Login
  • Register
  • Login Register
    Login
    Username/Email:
    Password:
    Or login with a social network below
  • Forum
  • Website
  • GitHub
  • Status
  • Translation
  • Features
  • Team
  • Rules
  • Help
  • Feeds
User Links
  • Login
  • Register
  • Login Register
    Login
    Username/Email:
    Password:
    Or login with a social network below

    Useful Links Forum Website GitHub Status Translation Features Team Rules Help Feeds
    Jellyfin Forum Support Troubleshooting Can start media but only get audio

     
    • 0 Vote(s) - 0 Average

    Can start media but only get audio

    Server+client+jellyfin-ffmpeg reinstalled but media still not playing
    sethasaurus
    Offline

    Junior Member

    Posts: 3
    Threads: 1
    Joined: 2025 Feb
    Reputation: 0
    #1
    2025-02-19, 02:48 PM
    I believe this has only become a problem since a recent update.
    I'm using Ubunutu. The server runs and I can access media and play it via a browser. jellyfinmediaplayer works as far as showing content, metadata, etc but will only play the audio from a movie, and no video output.

    Errors I get when running jellyfinmediaplayer from the command line:
    QSocketNotifier: Can only be used with threads started with QThread
    libpng warning: iCCP: known incorrect sRGB profile

    I get multiple errors in the jellyfin log, like this: (a couple every second, when attempting to play a movie file)
    [2025-02-19 14:26:34.248 +00:00] [ERR] Error reporting playback progress

    jellyfinmediaplayer.log shows:

    2025-02-19 14:38:46.211 [critical] unknown @ 0 - ffmpeg: AVHWDeviceContext: cu->cuInit(0) failed -> CUDA_ERROR_NO_DEVICE: no CUDA-capable device is detected
    2025-02-19 14:38:46.212 [debug] unknown @ 0 - vd: Could not create device.
    2025-02-19 14:38:46.212 [debug] unknown @ 0 - vd: Looking at hwdec h264-vaapi-copy...
    2025-02-19 14:38:46.214 [debug] unknown @ 0 - vaapi: Initialized VAAPI: version 1.20
    2025-02-19 14:38:46.214 [debug] unknown @ 0 - vd: Trying hardware decoding via h264-vaapi-copy.
    2025-02-19 14:38:46.214 [debug] unknown @ 0 - vd: Selected codec: H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10
    2025-02-19 14:38:46.214 [debug] unknown @ 0 - vf: User filter list:
    2025-02-19 14:38:46.214 [debug] unknown @ 0 - vf:  (empty)
    2025-02-19 14:38:46.214 [debug] unknown @ 0 - ad: Codec list:
    2025-02-19 14:38:46.214 [debug] unknown @ 0 - ad:    aac - AAC (Advanced Audio Coding)
    2025-02-19 14:38:46.214 [debug] unknown @ 0 - ad:    aac - AAC (Advanced Audio Coding)
    2025-02-19 14:38:46.214 [debug] unknown @ 0 - ad:    aac_fixed (aac) - AAC (Advanced Audio Coding)
    2025-02-19 14:38:46.214 [debug] unknown @ 0 - ad: Opening decoder aac
    2025-02-19 14:38:46.215 [debug] unknown @ 0 - ad: Requesting 1 threads for decoding.
    2025-02-19 14:38:46.215 [debug] unknown @ 0 - ad: Selected codec: AAC (Advanced Audio Coding)
    2025-02-19 14:38:46.215 [debug] unknown @ 0 - af: User filter list:
    2025-02-19 14:38:46.215 [debug] unknown @ 0 - af:  (empty)
    2025-02-19 14:38:46.215 [debug] unknown @ 0 - sub/ass: libass API version: 0x1701000
    2025-02-19 14:38:46.215 [debug] unknown @ 0 - sub/ass: libass source: tarball: 0.17.1
    2025-02-19 14:38:46.215 [debug] unknown @ 0 - sub/ass: Shaper: FriBidi 1.0.13 (SIMPLE) HarfBuzz-ng 8.3.0 (COMPLEX)
    2025-02-19 14:38:46.215 [debug] unknown @ 0 - sub/ass: Setting up fonts...
    2025-02-19 14:38:46.226 [debug] unknown @ 0 - sub/ass: Using font provider fontconfig
    2025-02-19 14:38:46.227 [debug] unknown @ 0 - sub/ass: Done.
    2025-02-19 14:38:46.227 [debug] unknown @ 0 - cplayer: Starting playback...
    2025-02-19 14:38:46.227 [debug] unknown @ 0 - af: [in] 48000Hz stereo 2ch floatp
    2025-02-19 14:38:46.227 [debug] unknown @ 0 - af: [userspeed] 48000Hz stereo 2ch floatp
    2025-02-19 14:38:46.227 [debug] unknown @ 0 - af: [userspeed] (disabled)
    2025-02-19 14:38:46.227 [debug] unknown @ 0 - af: [convert] 48000Hz stereo 2ch floatp
    2025-02-19 14:38:46.227 [debug] unknown @ 0 - vd: Pixel formats supported by decoder: vdpau vulkan cuda vaapi yuv420p
    2025-02-19 14:38:46.227 [debug] unknown @ 0 - vd: Codec profile: High (0x64)
    2025-02-19 14:38:46.227 [debug] unknown @ 0 - vd: Requesting pixfmt 'vaapi' from decoder.
    2025-02-19 14:38:46.249 [info] unknown @ 0 - vd: Using hardware decoding (vaapi-copy).
    2025-02-19 14:38:46.250 [debug] unknown @ 0 - vd: Decoder format: 1904x976 nv12 auto/auto/auto/auto/auto CL=mpeg2/4/h264 crop=1904x976+0+0
    2025-02-19 14:38:46.250 [debug] unknown @ 0 - vd: Using container aspect ratio.
    2025-02-19 14:38:46.250 [debug] unknown @ 0 - vf: [in] 1904x976 nv12 bt.709/bt.709/bt.1886/limited/display CL=mpeg2/4/h264 crop=1904x976+0+0
    2025-02-19 14:38:46.250 [debug] unknown @ 0 - vf: [userdeint] 1904x976 nv12 bt.709/bt.709/bt.1886/limited/display CL=mpeg2/4/h264 crop=1904x976+0+0
    2025-02-19 14:38:46.250 [debug] unknown @ 0 - vf: [userdeint] (disabled)
    2025-02-19 14:38:46.250 [debug] unknown @ 0 - vf: [autorotate] 1904x976 nv12 bt.709/bt.709/bt.1886/limited/display CL=mpeg2/4/h264 crop=1904x976+0+0
    2025-02-19 14:38:46.250 [debug] unknown @ 0 - vf: [autorotate] (disabled)
    2025-02-19 14:38:46.250 [debug] unknown @ 0 - vf: [convert] 1904x976 nv12 bt.709/bt.709/bt.1886/limited/display CL=mpeg2/4/h264 crop=1904x976+0+0
    2025-02-19 14:38:46.250 [debug] unknown @ 0 - vf: [convert] (disabled)
    2025-02-19 14:38:46.250 [debug] unknown @ 0 - vf: [out] 1904x976 nv12 bt.709/bt.709/bt.1886/limited/display CL=mpeg2/4/h264 crop=1904x976+0+0
    2025-02-19 14:38:46.250 [debug] unknown @ 0 - ao: Trying audio driver 'pipewire'
    2025-02-19 14:38:46.250 [debug] unknown @ 0 - ao/pipewire: requested format: 48000 Hz, stereo channels, floatp
    2025-02-19 14:38:46.250 [debug] unknown @ 0 - ao/pipewire: Headers version: 1.0.4
    2025-02-19 14:38:46.250 [debug] unknown @ 0 - ao/pipewire: Library version: 1.0.5
    2025-02-19 14:38:46.254 [debug] unknown @ 0 - ao/pipewire: Core user: seth
    2025-02-19 14:38:46.254 [debug] unknown @ 0 - ao/pipewire: Core host: Ra
    2025-02-19 14:38:46.254 [debug] unknown @ 0 - ao/pipewire: Core version: 1.0.5
    2025-02-19 14:38:46.254 [debug] unknown @ 0 - ao/pipewire: Core name: pipewire-0
    2025-02-19 14:38:46.256 [debug] unknown @ 0 - ao/pipewire: using soft-buffer of 9600 samples.
    2025-02-19 14:38:46.256 [info] unknown @ 0 - cplayer: AO: [pipewire] 48000Hz stereo 2ch floatp
    2025-02-19 14:38:46.256 [debug] unknown @ 0 - cplayer: AO: Description: PipeWire audio output
    2025-02-19 14:38:46.257 [debug] unknown @ 0 - af: [convert] (disabled)
    2025-02-19 14:38:46.257 [debug] unknown @ 0 - af: [out] 48000Hz stereo 2ch floatp
    2025-02-19 14:38:46.266 [info] unknown @ 0 - cplayer: VO: [libmpv] 1904x976 nv12
    2025-02-19 14:38:46.266 [debug] unknown @ 0 - cplayer: VO: Description: render API for libmpv
    2025-02-19 14:38:46.266 [debug] unknown @ 0 - vo/libmpv: reconfig to 1904x976 nv12 bt.709/bt.709/bt.1886/limited/display CL=mpeg2/4/h264 crop=1904x976+0+0
    2025-02-19 14:38:46.266 [debug] unknown @ 0 - lavf: queuing seek to 0.000000
    2025-02-19 14:38:46.266 [debug] unknown @ 0 - lavf: execute seek (to 0.000000 flags 0)
    2025-02-19 14:38:46.266 [debug] unknown @ 0 - lavf: seek done
    2025-02-19 14:38:46.266 [debug] unknown @ 0 - lavf: EOF reached.
    2025-02-19 14:38:46.267 [debug] unknown @ 0 - libmpv_render: Window size: 1914x1047 (Borders: l=0 t=0 r=0 b=0)
    2025-02-19 14:38:46.267 [debug] unknown @ 0 - libmpv_render: Video source: 1904x976 (1:1)
    2025-02-19 14:38:46.267 [debug] unknown @ 0 - libmpv_render: Video display: (0, 0) 1904x976 -> (0, 33) 1914x981
    2025-02-19 14:38:46.267 [debug] unknown @ 0 - libmpv_render: Video scale: 1.005252/1.005123
    2025-02-19 14:38:46.268 [debug] unknown @ 0 - libmpv_render: OSD borders: l=0 t=33 r=0 b=33
    2025-02-19 14:38:46.268 [debug] unknown @ 0 - libmpv_render: Video borders: l=0 t=33 r=0 b=33
    2025-02-19 14:38:46.268 [debug] unknown @ 0 - libmpv_render: Texture for plane 0: 1904x976
    2025-02-19 14:38:46.268 [debug] unknown @ 0 - libmpv_render: Texture for plane 1: 952x488
    2025-02-19 14:38:46.269 [debug] unknown @ 0 - libmpv_render: Testing FBO format rgba16f
    2025-02-19 14:38:46.273 [debug] unknown @ 0 - libmpv_render: Using FBO format rgba16f.
    2025-02-19 14:38:46.311 [debug] unknown @ 0 - libmpv_render: Dither to 8.
    2025-02-19 14:38:46.367 [debug] unknown @ 0 - cplayer: first video frame after restart shown
    2025-02-19 14:38:46.370 [debug] unknown @ 0 - cplayer: Set property: video-unscaled=false -> 1
    2025-02-19 14:38:46.370 [debug] unknown @ 0 - cplayer: Set property: video-aspect-override="-1" -> 1
    2025-02-19 14:38:46.370 [debug] unknown @ 0 - cplayer: Set property: keepaspect=true -> 1
    2025-02-19 14:38:46.370 [debug] unknown @ 0 - cplayer: Set property: panscan=0.000000 -> 1
    2025-02-19 14:38:46.370 [debug] unknown @ 0 - osd/libass: libass API version: 0x1701000
    2025-02-19 14:38:46.370 [debug] unknown @ 0 - osd/libass: libass source: tarball: 0.17.1
    2025-02-19 14:38:46.371 [debug] unknown @ 0 - osd/libass: Shaper: FriBidi 1.0.13 (SIMPLE) HarfBuzz-ng 8.3.0 (COMPLEX)
    2025-02-19 14:38:46.371 [debug] unknown @ 0 - osd/libass: Setting up fonts...
    2025-02-19 14:38:46.403 [debug] unknown @ 0 - osd/libass: Using font provider fontconfig
    2025-02-19 14:38:46.404 [debug] unknown @ 0 - osd/libass: Done.
    2025-02-19 14:38:46.404 [debug] unknown @ 0 - cplayer: audio ready
    2025-02-19 14:38:46.404 [debug] unknown @ 0 - cplayer: delaying audio start 0.000000 vs. 0.000000, diff=0.000000
    2025-02-19 14:38:46.404 [debug] unknown @ 0 - cplayer: playback restart complete @ 0.000000, audio=ready, video=playing
    2025-02-19 14:38:46.404 [info] unknown @ 0 - Entering state: playing
    2025-02-19 14:38:46.414 [debug] unknown @ 0 - cplayer: starting audio playback
    2025-02-19 14:38:46.414 [debug] unknown @ 0 - cplayer: Set property: volume=100 -> 1
    2025-02-19 14:38:46.424 [debug] unknown @ 0 - cplayer: Set property: speed=1.000000 -> 1
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #2
    2025-02-19, 03:37 PM
    Delete your JMP cache.

    C:\Users\yourUser\appdata\local

    Delete both "jellyfinmediaplayer" and "Jellyfin Media Player" folders.
    Jellyfin 10.10.7 (Docker)
    Ubuntu 24.04.2 LTS w/HWE
    Intel i3 12100
    Intel Arc A380
    OS drive - SK Hynix P41 1TB
    Storage
        4x WD Red Pro 6TB CMR in RAIDZ1
    [Image: GitHub%20Sponsors-grey?logo=github]
    sethasaurus
    Offline

    Junior Member

    Posts: 3
    Threads: 1
    Joined: 2025 Feb
    Reputation: 0
    #3
    2025-02-19, 03:43 PM
    Thanks very much for the quick response! Just left the house but I'll try that when I get home. 👍🏻
    sethasaurus
    Offline

    Junior Member

    Posts: 3
    Threads: 1
    Joined: 2025 Feb
    Reputation: 0
    #4
    2025-02-20, 12:21 AM
    (2025-02-19, 03:37 PM)TheDreadPirate Wrote: Delete your JMP cache.

    C:\Users\yourUser\appdata\local

    Delete both "jellyfinmediaplayer" and "Jellyfin Media Player" folders.


    OK I deleted the cache and it's working. Thanks for the tip.

    On Ubunutu, the location is :

    ~/.cache/Jellyfin Media Player
    « Next Oldest | Next Newest »

    Users browsing this thread: 1 Guest(s)


    • View a Printable Version
    • Subscribe to this thread
    Forum Jump:

    Home · Team · Help · Contact
    © Designed by D&D - Powered by MyBB
    L


    Jellyfin

    The Free Software Media System

    Linear Mode
    Threaded Mode