• 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 New to Jellyfin, it keeps crashing on my firestick

    Pages (2): 1 2 Next »

     
    • 0 Vote(s) - 0 Average

    New to Jellyfin, it keeps crashing on my firestick

    MacBook server firestick client
    madeirabhoy
    Offline

    Junior Member

    Posts: 6
    Threads: 1
    Joined: 2024 Jul
    Reputation: 0
    Country:Portugal
    #1
    2024-07-14, 11:09 AM
    when I say new, I mean yesterday new. read someone say it's better than plex, which ive used for probably 10 years, but thought id give it a go. Not unhappy with plex but a year ago or so it started stuttering when the server is on wifi and it's a pain to have it connected all the time to ethernet. 

    installed the server on my MacBook, downloaded the app on my firestick, was really impressed with how quickly it set up. 

    started watching a tv series, all HEVC files. MacBook and firestick connected with ethernet. worked fine except once every episode roughly, it crashes halfway through the episode with file not found. sometimes its as simple as it going back to the front screen and I click on the file again and it replays, but most of the time, it goes back to the screen with choosing the server and its not available but on the MacBook either restart or launch seems to make it reappear on the firestick after 30 seconds.

    anything I can try?
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,375
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #2
    2024-07-14, 02:00 PM
    Can you share your full jellyfin log via pastebin?
    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]
    madeirabhoy
    Offline

    Junior Member

    Posts: 6
    Threads: 1
    Joined: 2024 Jul
    Reputation: 0
    Country:Portugal
    #3
    2024-07-14, 03:55 PM
    Cheers will do thanks. Out now but will do it tonight.
    madeirabhoy
    Offline

    Junior Member

    Posts: 6
    Threads: 1
    Joined: 2024 Jul
    Reputation: 0
    Country:Portugal
    #4
    2024-07-14, 10:34 PM
    <script src="https://pastebin.com/embed_js/ba2RTeEd"></script>
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,375
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #5
    2024-07-15, 12:16 AM
    That pastebin only has a file path, not the actual contents.

    Code:
    /Users/johntravers/Library/Application Support/jellyfin/log/log_20240714.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]
    madeirabhoy
    Offline

    Junior Member

    Posts: 6
    Threads: 1
    Joined: 2024 Jul
    Reputation: 0
    Country:Portugal
    #6
    2024-07-15, 07:42 AM
    sorry never used pastern before


    there's a few logs, the bigger one is too big for pastern

    <script src="https://pastebin.com/embed_js/TsqziqHN"></script>


    there's also some logs that start ffmpeg . transcode
    draxer
    Offline

    Junior Member

    Posts: 5
    Threads: 0
    Joined: 2024 Jul
    Reputation: 0
    Country:Germany
    #7
    2024-07-15, 10:39 AM (This post was last modified: 2024-07-15, 10:44 AM by draxer. Edited 2 times in total.)
    seems like your hardware transcoding settings are missconfigured.
    [2024-07-14 23:18:09.414 +01:00] [WRN] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Filter: "scale_cuda" with option "Output format (default \\"same\\")" is not available
    [2024-07-14 23:18:09.442 +01:00] [WRN] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Filter: "tonemap_cuda" with option "GPU accelerated HDR to SDR tonemapping" is not available
    [2024-07-14 23:18:09.524 +01:00] [WRN] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Filter: "overlay_vaapi" with option "Action to take when encountering EOF from secondary input" is not available
    [2024-07-14 23:18:09.551 +01:00] [WRN] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Filter: "overlay_vulkan" with option "Action to take when encountering EOF from secondary input" is not available
    [2024-07-14 23:18:09.580 +01:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available hwaccel types: ["videotoolbox", "opencl"]
    [2024-07-14 23:18:09.708 +01:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: FFmpeg: "/Applications/Jellyfin.app/Contents/MacOS/ffmpeg"

    try to switch the hardware acceleration to Apple Videotoolbox in the transcoding setting.

    Could you post your hardware and the other logs if that doesnt help?
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,375
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #8
    2024-07-15, 05:49 PM
    Their playback doesn't appear to be transcoding, so that shouldn't matter.

    I see your server restarting a lot. Are you restarting the server or is it restarting itself?

    Let's try enabling debug logging.

    Go to /Users/johntravers/Library/Application Support/jellyfin/config and there should be a logging.default.json file.

    The lines at the top are currently this.

    Code:
    "Serilog": {
            "MinimumLevel": {
                "Default": "Information",
                "Override": {
                    "Microsoft": "Warning",
                    "System": "Warning"

    Change it to

    Code:
    "Serilog": {
            "MinimumLevel": {
                "Default": "Debug",
                "Override": {
                    "Microsoft": "Debug",
                    "System": "Debug"

    Restart jellyfin, reproduce the problem, and then share the new 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]
    madeirabhoy
    Offline

    Junior Member

    Posts: 6
    Threads: 1
    Joined: 2024 Jul
    Reputation: 0
    Country:Portugal
    #9
    2024-07-15, 06:17 PM
    (2024-07-15, 10:39 AM)draxer Wrote: seems like your hardware transcoding settings are missconfigured.
    [2024-07-14 23:18:09.414 +01:00] [WRN] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Filter: "scale_cuda" with option "Output format (default \\"same\\")" is not available
    [2024-07-14 23:18:09.442 +01:00] [WRN] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Filter: "tonemap_cuda" with option "GPU accelerated HDR to SDR tonemapping" is not available
    [2024-07-14 23:18:09.524 +01:00] [WRN] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Filter: "overlay_vaapi" with option "Action to take when encountering EOF from secondary input" is not available
    [2024-07-14 23:18:09.551 +01:00] [WRN] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Filter: "overlay_vulkan" with option "Action to take when encountering EOF from secondary input" is not available
    [2024-07-14 23:18:09.580 +01:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available hwaccel types: ["videotoolbox", "opencl"]
    [2024-07-14 23:18:09.708 +01:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: FFmpeg: "/Applications/Jellyfin.app/Contents/MacOS/ffmpeg"

    try to switch the hardware acceleration to Apple Videotoolbox in the transcoding setting.

    Could you post your hardware and the other logs if that doesnt help?


    sorry I guess im missing something obvious but ive been through the settings of both the firestick app and the Mac OS server and I don't see any options to change anything about transcoding.

    on the firestick the only mention of transcoding is in the live tv bit 'direct stream live tv' transcoding is disabled.

    on my Mac, the only mention of transcoding is in playback, video quality. maximum allowed video transcoding resolution (set to audio) and the next question is a tick box limit maximum supported video resolution which is unticked.
    draxer
    Offline

    Junior Member

    Posts: 5
    Threads: 0
    Joined: 2024 Jul
    Reputation: 0
    Country:Germany
    #10
    2024-07-15, 07:02 PM (This post was last modified: 2024-07-15, 07:08 PM by draxer. Edited 2 times in total.)
    No Problem!

    Go to the settings of your jellyfin server. Go to Playback and then Transcoding. I have Intel Quicksync selected you should select Apple VideoToolBox if I understood your log correctly.

    [Image: pPgfhXy]

    but yeah more logs would be helpful!
    Pages (2): 1 2 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