• 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 Find out why movies won’t play

     
    • 0 Vote(s) - 0 Average

    Find out why movies won’t play

    How to find out how why movies buffer or won’t play
    OGPlayer
    Offline

    Junior Member

    Posts: 3
    Threads: 1
    Joined: 2024 Oct
    Reputation: 0
    Country:United States
    #1
    2024-10-02, 07:35 PM
    I have used Jellyfin for a few years and for the most part, if a movie won’t play I just download a different one. Can someone help me determine what causes a movie to not play? Is there a process to figure this out? Most of my movies will play and will frequently buffer. 

    I have an Epyc 7204 (16 core) and no GPU running TrueNAS Scale. Currently I’m the only one that uses Jellyfin and once I get this issue resolved and learn more about how it all works, I will look into adding a GPU to support more simultaneous streams. I feel my setup should be able to support at least one stream of 4K content but if I’m wrong, please let me know.
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #2
    2024-10-02, 08:24 PM
    Did you disable transcoding and remuxing? Depending on the codec and container of your video, if the client doesn't support some aspect of the video the client will request a transcode or remux. If those are disabled then the client will not be able to play the video.

    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]
    OGPlayer
    Offline

    Junior Member

    Posts: 3
    Threads: 1
    Joined: 2024 Oct
    Reputation: 0
    Country:United States
    #3
    2024-10-02, 10:45 PM
    (2024-10-02, 08:24 PM)TheDreadPirate Wrote: Did you disable transcoding and remuxing?  Depending on the codec and container of your video, if the client doesn't support some aspect of the video the client will request a transcode or remux.  If those are disabled then the client will not be able to play the video.

    Can you share your full jellyfin log via pastebin?

    Under the admin dashboard -> Playback -> hardware acceleration = “None”

    I’m not aware of any remux settings. Is that the same as hardware acceleration?

    https://pastebin.com/kvYRwd3u
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #4
    2024-10-03, 12:35 AM
    1) Your videos are dolby vision 7.6. Only a PC client using Jellyfin Media Player of MPV Shim would be able to play without transcoding.

    2) It is trying to transcode and failing. Additionally, it is doing super weird stuff in the transcode. The kind of weird that tells me something isn't setup right.

    Can you share your docker compose with us?
    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]
    gnattu
    Offline

    Team Member

    Posts: 336
    Threads: 0
    Joined: 2024 Feb
    Reputation: 17
    #5
    2024-10-03, 06:58 AM

    2024-10-02T12:45:48.098644498-07:00 [12:45:48] [INF] [44] MediaBrowser.MediaEncoding.Transcoding.TranscodeManager: /usr/lib/jellyfin-ffmpeg/ffmpeg -analyzeduration 200M -probesize 1G -f mpegts -noautorotate -i bluray:"/media/movies/Bad.Boys.Ride.Or.Die.2024.MULTI.COMPLETE.UHD.BLURAY-SharpHD/Bad.Boys.Ride.Or.Die.2024.MULTI.COMPLETE.UHD.BLURAY-SharpHD.iso" -map_metadata -1 -map_chapters -1 -threads 8 -map 0:0 -map 0:3 -map -0:s -codec:v:0 libx264 -preset faster -crf 23 -maxrate 28144439 -bufsize 56288878 -profile:v:0 high -level 51 -x264opts:0 subme=0:me_range=4:rc_lookahead=10:me=dia:no_chroma_me:8x8dct=0:partitions=none -force_key_frames:0 "expr:gte(t,n_forced*3)" -sc_threshold:v:0 0 -vf "setparams=color_primaries=bt709:color_trc=bt709:colorspace=bt709,scale=trunc(min(max(iw\,ih*a)\,2560)/2)*2:trunc(ow/a/2)*2,format=yuv420p" -codec:a:0 copy -copyts -avoid_negative_ts disabled -max_muxing_queue_size 4096 -f hls -max_delay 5000000 -hls_time 3 -hls_segment_type fmp4 -hls_fmp4_init_filename "cbd79c86ca3878796ef14d802ef68684-1.mp4" -start_number 0 -hls_segment_filename "/cache/transcodes/cbd79c86ca3878796ef14d802ef68684%d.mp4" -hls_playlist_type vod -hls_list_size 0 -y "/cache/transcodes/cbd79c86ca3878796ef14d802ef68684.m3u8"


    Ahh, yes, iso. Please don't. iso may or may not work and if it does not we can do very little about it
    1
    OGPlayer
    Offline

    Junior Member

    Posts: 3
    Threads: 1
    Joined: 2024 Oct
    Reputation: 0
    Country:United States
    #6
    2024-10-03, 05:42 PM
    (2024-10-03, 12:35 AM)TheDreadPirate Wrote: 1) Your videos are dolby vision 7.6.  Only a PC client using Jellyfin Media Player of MPV Shim would be able to play without transcoding.

    2) It is trying to transcode and failing.  Additionally, it is doing super weird stuff in the transcode.  The kind of weird that tells me something isn't setup right.

    Can you share your docker compose with us?

    1) That's odd because I thought it was turned off. 

    I'm running Jellyfin on TrueNAS so there aren't any options to configure other than directories. I can try to get what what your looking for if necessary. Not sure if the next reply about .iso's is the issue. I will do some testing to see.
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #7
    2024-10-03, 05:49 PM (This post was last modified: 2024-10-03, 05:51 PM by TheDreadPirate. Edited 1 time in total.)
    The "None" setting is strictly for hardware acceleration. When set to none it will use the CPU for all transcoding. There is a setting to turn off transcoding and remuxing in the Users dashboard but, as gnattu pointed out, ISOs are not well supported by Jellyfin regardless if transcoding is enabled or not. In fact, we specifically advertise that Jellyfin doesn't support ISOs. It might work sometimes, but usually doesn't. Since the limited ISO support we do have is inherited by upstream applications and libraries.
    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]
    « 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