• 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 FFMPEG crashing during playback

    Pages (2): « Previous 1 2

     
    • 0 Vote(s) - 0 Average

    FFMPEG crashing during playback

    FFMPEG crashing on certain media files during playback
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #11
    2024-06-28, 06:51 PM
    It will just start logging to your existing log with the higher (lower?) log level.
    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]
    bernard_
    Offline

    Junior Member

    Posts: 11
    Threads: 1
    Joined: 2024 Jun
    Reputation: 0
    Country:United Kingdom
    #12
    2024-06-28, 07:04 PM (This post was last modified: 2024-06-28, 07:05 PM by bernard_.)
    Sweet, got it - the amount of text in there is about 2MB **edit** after the debug logging was enabled. Pastebin only allows 512KB so I can either try and split it out into 4 pastebins, or attach the file here. Which is easiest?
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #13
    2024-06-28, 07:06 PM
    Zip the file and attach it here.
    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]
    bernard_
    Offline

    Junior Member

    Posts: 11
    Threads: 1
    Joined: 2024 Jun
    Reputation: 0
    Country:United Kingdom
    #14
    2024-06-28, 07:08 PM
    Attached!

    I played Grey's Anatomy - s01e01 again and got the same error. The ffmpeg file was a direct stream again - let me know if you need that too


    Attached Files
    .zip   log.log.zip (Size: 100.15 KB / Downloads: 109)
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #15
    2024-06-28, 08:04 PM
    Code:
    [2024-06-28 19:52:56.052 +01:00] [FTL] [1] : Failed to create/read logger configuration
    System.ArgumentException: A source source must be provided. (Parameter 'source')
       at Serilog.Configuration.LoggerMinimumLevelConfiguration.Override(String source, LoggingLevelSwitch levelSwitch)
       at Serilog.Settings.Configuration.ConfigurationReader.<>c__DisplayClass11_1.<ApplyMinimumLevel>b__3(LoggerMinimumLevelConfiguration configuration, LoggingLevelSwitch levelSwitch)
       at Serilog.Settings.Configuration.ConfigurationReader.<>c__DisplayClass11_0.<ApplyMinimumLevel>g__ApplyMinimumLevelConfiguration|1(IConfigurationSection directive, Action`2 applyConfigAction)
       at Serilog.Settings.Configuration.ConfigurationReader.ApplyMinimumLevel(LoggerConfiguration loggerConfiguration)
       at Serilog.Settings.Configuration.ConfigurationReader.Configure(LoggerConfiguration loggerConfiguration)
       at Serilog.Configuration.LoggerSettingsConfiguration.Settings(ILoggerSettings settings)
       at Serilog.ConfigurationLoggerConfigurationExtensions.Configuration(LoggerSettingsConfiguration settingConfiguration, IConfiguration configuration, ConfigurationReaderOptions readerOptions)
       at Jellyfin.Server.Helpers.StartupHelpers.InitializeLoggingFramework(IConfiguration configuration, IApplicationPaths appPaths)

    I have no idea what causes this. But the problem is not ffmpeg. Go ahead and submit a git hub issue here.

    https://github.com/jellyfin/jellyfin/issues
    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]
    bernard_
    Offline

    Junior Member

    Posts: 11
    Threads: 1
    Joined: 2024 Jun
    Reputation: 0
    Country:United Kingdom
    #16
    2024-06-28, 08:46 PM (This post was last modified: 2024-06-28, 08:56 PM by TheDreadPirate. Edited 1 time in total.)
    Done! https://github.com/jellyfin/jellyfin/issues/12192

    Thanks for taking the time to help troubeshoot Smiling-face
    bernard_
    Offline

    Junior Member

    Posts: 11
    Threads: 1
    Joined: 2024 Jun
    Reputation: 0
    Country:United Kingdom
    #17
    2024-06-30, 04:58 PM
    Bumping as the GitHub issue has been closed and i have sent me back here for support... If anyone has any suggestions let me know - not sure what my options are now!
    theguymadmax
    Online

    Community Moderator

    Posts: 1,142
    Threads: 0
    Joined: 2024 Jun
    Reputation: 60
    #18
    2024-06-30, 06:29 PM (This post was last modified: 2024-06-30, 06:32 PM by theguymadmax. Edited 2 times in total.)
    I've seen a few issues with dvd subtitles lately. Try removing them and see if it plays.
    Code:
    ffmpeg -i input.mp4 -c:v copy -c:a copy -sn output.mp4
    bernard_
    Offline

    Junior Member

    Posts: 11
    Threads: 1
    Joined: 2024 Jun
    Reputation: 0
    Country:United Kingdom
    #19
    2024-06-30, 06:53 PM (This post was last modified: 2024-06-30, 06:59 PM by bernard_. Edited 1 time in total.)
    On this one is appears they're embedded into the MP4 as opposed to separate .srt files. What's the best way to remove them?

    *edit** found mkvtoolnix - giving it a go now Smiling-face
    Pages (2): « Previous 1 2

    « 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