• 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 Server becomes unresponsive after a while during ffmpeg AttachmentExtractor task

     
    • 0 Vote(s) - 0 Average

    Server becomes unresponsive after a while during ffmpeg AttachmentExtractor task

    Server becomes unresponsive after a while during ffmpeg AttachmentExtractor task
    magguzu
    Offline

    Junior Member

    Posts: 23
    Threads: 3
    Joined: 2024 Jul
    Reputation: 0
    Country:United States
    #1
    2024-11-05, 02:24 PM
    This is a follow up to this issue I thought was resolved but seems to be back: https://forum.jellyfin.org/t-solved-serv...r-my-phone (ignore the "for my phone" part; I've since narrowed this further to all web).

    This seems to kind of randomly occur when playing content with SSA/ASS subtitles from the web or web-wrapper apps like Android. Around midway through playback, it just freezes and the server becomes almost completely unresponsive until I restart the docker container.

    In the instances I've seen, the server has been either transcoding for reason "container not supported" or remuxing (which I thought was the same thing but that's what the server says).

    I always see it occur after first MediaBrowser.MediaEncoding.Subtitles.SubtitleEncoder, then MediaBrowser.MediaEncoding.Attachments.AttachmentExtractor task. I took a look at the classes and with my very limited understanding, it seems to be related to extracting the SSA subtitles? That would track with all the occurrences of this I've seen.

    https://github.com/jellyfin/jellyfin/blo...Encoder.cs
    https://github.com/jellyfin/jellyfin/blo...tractor.cs

    Here's the full log:
    https://pastebin.com/Nk6ZFHSR

    Server and web are 10.10.1.

    Here's the compose:


      jellyfin:
        image: jellyfin/jellyfin:latest
        container_name: jellyfin
        ports:
          - 8096:8096
        group_add:
          - "109" # render group
          - "44" # video group
        devices:
          - /dev/driConfused-facedev/dri
        volumes:
          - type: bind
            source: /services/jellyfin/jellyfin/jellyfin-web/config.json
            target: /jellyfin/jellyfin-web/config.json
          - /services/jellyfin/configConfused-faceconfig
          - /services/jellyfin/cacheConfused-facecache
          - /mnt/mediaConfused-facemedia
        restart: always
        environment:
          - TZ=America/New_York
          - JELLYFIN_PublishedServerUrl=https://jellyfin.xxxx
        logging:
          driver: "json-file"
          options:
            max-file: "10"
            max-size: "200k"
    « Next Oldest | Next Newest »

    Users browsing this thread: 1 Guest(s)


    Messages In This Thread
    Server becomes unresponsive after a while during ffmpeg AttachmentExtractor task - by magguzu - 2024-11-05, 02:24 PM
    RE: Server becomes unresponsive after a while during ffmpeg AttachmentExtractor task - by TheDreadPirate - 2024-11-05, 04:30 PM
    RE: Server becomes unresponsive after a while during ffmpeg AttachmentExtractor task - by magguzu - 2024-11-05, 05:20 PM
    RE: Server becomes unresponsive after a while during ffmpeg AttachmentExtractor task - by TheDreadPirate - 2024-11-05, 05:38 PM
    RE: Server becomes unresponsive after a while during ffmpeg AttachmentExtractor task - by magguzu - 2024-11-07, 12:04 AM
    RE: Server becomes unresponsive after a while during ffmpeg AttachmentExtractor task - by magguzu - 2024-11-07, 01:07 PM
    RE: Server becomes unresponsive after a while during ffmpeg AttachmentExtractor task - by TheDreadPirate - 2024-11-07, 02:10 PM
    RE: Server becomes unresponsive after a while during ffmpeg AttachmentExtractor task - by magguzu - 2024-11-10, 02:31 PM
    RE: Server becomes unresponsive after a while during ffmpeg AttachmentExtractor task - by TheDreadPirate - 2024-11-10, 06:44 PM
    RE: Server becomes unresponsive after a while during ffmpeg AttachmentExtractor task - by magguzu - 2024-11-11, 01:46 AM
    RE: Server becomes unresponsive after a while during ffmpeg AttachmentExtractor task - by magguzu - 2024-11-16, 06:53 PM
    RE: Server becomes unresponsive after a while during ffmpeg AttachmentExtractor task - by magguzu - 2024-11-20, 03:20 PM
    RE: Server becomes unresponsive after a while during ffmpeg AttachmentExtractor task - by TheDreadPirate - 2024-11-20, 04:03 PM

    • 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