• 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: Video stops after a short time but audio continues

     
    • 0 Vote(s) - 0 Average

    SOLVED: Video stops after a short time but audio continues

    Chop1n
    Offline

    Junior Member

    Posts: 8
    Threads: 2
    Joined: 2024 Jun
    Reputation: 0
    #1
    2024-10-14, 04:11 PM
    ffmpeg log: https://pastebin.com/FUcbA5ee
    Jellyfin log: https://pastebin.com/q5ewKG16


    Server version 10.9.11
    Jellyfin Android Tv version: 0.17.6


    The jellyfin server is installed in a docker container on an ubuntu server os, and the client (jellyfin on android tv) is connected on the same network as the server.

    The problem I have is that when I try to watch shows on the android-tv client it freezes the video after around 30 seconds of playing but continues the audio, if i skip forward or backward the video resumes and plays as usual for about another 30 seconds before freezing the video again. I have had this problem with several different shows and movies, it seems to occur only when ffmpeg is used, for example the episode run in the logs works flawlessly when subtitles are turned off, it then runs in direct play.  So far this problem only occurs when playing on android-tv, I have been unable to repeat it on other clients.

    I have tried to restart the server and client several times, this issue has persisted for at least a week.
    Go to solution
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,375
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #2
    2024-10-14, 04:47 PM
    What kind of Android TV device?
    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]
    Chop1n
    Offline

    Junior Member

    Posts: 8
    Threads: 2
    Joined: 2024 Jun
    Reputation: 0
    #3
    2024-10-14, 05:09 PM
    (2024-10-14, 04:47 PM)TheDreadPirate Wrote: What kind of Android TV device?

    It was provided to me by my ISP, when I try to check to model it just lists the name of my ISP, it was provided to be used to watch TV.

    However I played around a bit with my settings and seem to have pinpointed it to HEVC, once i disable HEVC it works like a charm, seems like my GPU GTX 960 doesn't fully support it! 

    Still a bit confused by the lack of errors.


    Thank you for the very quick reply!!!
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,375
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #4
    2024-10-14, 05:19 PM
    The 960 supports 8-bit HEVC, but not 10-bit HEVC. Your source video is 10-bit HEVC. If you UNcheck HEVC 10-bit in the list of codecs, you should still be able to ENcode to HEVC (Allow encoding in HEVC format).
    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]
    Chop1n
    Offline

    Junior Member

    Posts: 8
    Threads: 2
    Joined: 2024 Jun
    Reputation: 0
    #5
    2024-10-14, 05:29 PM
    In the original logs HEVC 10 bit is disabled, Encoding in HEVC format enabled and hardware decoding for HEVC enabled, I'm trying once more with these settings and the problem is back. Should hardware decoding for HEVC be disabled completely?
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,375
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #6
    2024-10-14, 05:32 PM
    Depends if you have a 960 or 960Ti. According to Nvidia's NVENC/NVDEC matrix, only the lower tier, but newer, GTX 960 has HEVC decoding support.

    https://developer.nvidia.com/video-encod...matrix-new
    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]
    Chop1n
    Offline

    Junior Member

    Posts: 8
    Threads: 2
    Joined: 2024 Jun
    Reputation: 0
    #7
    2024-10-14, 05:47 PM
    Well it is the regular 960, even more troubleshooting has left me more confused, I've disabled hardware encoding completely, and disabled hardware decoding for both 10 bit HEVC, and regular HEVC, problem persists... I suppose this is just a problem with HEVC, when I try running on other devices it defaults to H264, and that works fine.
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,375
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #8
    2024-10-14, 05:54 PM (This post was last modified: 2024-10-14, 05:55 PM by TheDreadPirate. Edited 1 time in total.)
    Do you have this issue with a particular video? Or all HEVC videos?

    Without knowing the model and specs of the Android TV device, it is hard to rule out the client just not properly supporting HEVC. The client negotiates with the server on the codec used for transcoding. If the device is claiming HEVC support, but doesn't actually support it fully, that may be what is going on.

    It sounds like you can have hardware acceleration enabled, you can have 8-bit HEVC decoding enabled, but you can't have HEVC encoding enabled.
    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]
    Chop1n
    Offline

    Junior Member

    Posts: 8
    Threads: 2
    Joined: 2024 Jun
    Reputation: 0
    #9
    2024-10-14, 06:10 PM
    It seems to be all HEVC videos,I just tried with another one and had the same issue. I did some digging and the model seems to be DV8919X by SDMC, from what I can find it seems to advertise HEVC support.
    Chop1n
    Offline

    Junior Member

    Posts: 8
    Threads: 2
    Joined: 2024 Jun
    Reputation: 0
    #10
    2024-10-15, 07:43 PM
    Switched GPU to an Arc A310 and now it works even with HEVC, this is my roundabout way of solving the issue, it is a better GPU for this either way.

    Thanks for all the help!!!!
    « 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