• 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 SOLVED: Audio Transcode Failing

    Pages (3): 1 2 3 Next »

     
    • 0 Vote(s) - 0 Average

    SOLVED: Audio Transcode Failing

    [q] command received. Exiting.
    roughnecknine0
    Offline

    Junior Member

    Posts: 19
    Threads: 3
    Joined: 2025 Mar
    Reputation: 0
    Country:United States
    #1
    2025-03-24, 07:16 PM (This post was last modified: 2025-03-24, 08:02 PM by roughnecknine0. Edited 3 times in total.)
    I've been able to watch various Direct Stream TV episodes without issue however last night when trying to DS a movie I ran into the same error multiple times within the first hour of playback. The screen would say something like "error, retrying" and then playback would resume after a second or two.

    Here is the ffmpeg log from one of the sessions. 

    At the end I see "[q] command received. Exiting.", and see this on all the sessions with errors, but can't tell why it's happening.

    Is this because the transcode is writing to much too cache? My setup is Jellyfin in it's own LXC with 2GB RAM & 12GB Bootdisk storage.
    Go to solution
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,375
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #2
    2025-03-24, 08:05 PM
    Can you share your full jellyfin log? log_20250324.log.
    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]
    roughnecknine0
    Offline

    Junior Member

    Posts: 19
    Threads: 3
    Joined: 2025 Mar
    Reputation: 0
    Country:United States
    #3
    2025-03-24, 08:17 PM
    I can, but can you tell me which part you'd like to see? The logs from 3/21 (same day as the FFMPEG log) are full of Trickplay Image Generation errors and also do not pass the pastebin smartfilter. If you let me know which parts you'd like to see, or an easier way to share full log, I can.
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,375
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #4
    2025-03-24, 08:31 PM
    Try privatebin.net. It has a larger size limit and has more options to delete the paste after a certain amount of time.
    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]
    roughnecknine0
    Offline

    Junior Member

    Posts: 19
    Threads: 3
    Joined: 2025 Mar
    Reputation: 0
    Country:United States
    #5
    2025-03-24, 08:33 PM
    Thanks, see here
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,375
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #6
    2025-03-24, 08:53 PM
    Is that the entire log? I don't see any playback attempts.
    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]
    roughnecknine0
    Offline

    Junior Member

    Posts: 19
    Threads: 3
    Joined: 2025 Mar
    Reputation: 0
    Country:United States
    #7
    2025-03-24, 09:01 PM
    1) My mistake, I gave you the wrong day
    2) The Jellyfin log from the correct day only goes until 16:27 however the issues were occuring around ~20:00
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,375
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #8
    2025-03-24, 09:08 PM
    AFAICT, there are no playback attempts in this log either. Replicate the problem and then provide the most recent portion of your log.
    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]
    roughnecknine0
    Offline

    Junior Member

    Posts: 19
    Threads: 3
    Joined: 2025 Mar
    Reputation: 0
    Country:United States
    #9
    2025-03-24, 09:14 PM (This post was last modified: 2025-03-24, 11:02 PM by roughnecknine0. Edited 1 time in total.)
    Are there any settings I need to enable for logging to take place? I just played back some media on my computer and the only changes to the logs section of my dashboard is the addition of two FFMPEG.Transcode logs. The log from today, jellyfin20250324.log, does not show any updates or playback attempts.

    ETA: ~90 minutes after playback the jellyfin20250324.log updated with:

    Code:
    [ERR] Error in "Probe Provider"
    MediaBrowser.Common.FfmpegException: ffprobe failed - streams and format are both null.
      at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
      at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken)
      at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken)
      at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken)
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,375
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #10
    2025-03-25, 12:08 AM
    There should be something logged when playback is started, even if the client direct plays the video.

    Can you restart jellyfin, replicate the problem, then share that?
    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]
    Pages (3): 1 2 3 Next »

    « 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