• 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: HDHomerun tuning / frame drop

     
    • 0 Vote(s) - 0 Average

    SOLVED: HDHomerun tuning / frame drop

    James Bergeron (drivesideways)
    Offline

    Junior Member

    Posts: 5
    Threads: 1
    Joined: 2024 Nov
    Reputation: 0
    #1
    2024-11-14, 02:35 PM (This post was last modified: 2024-11-14, 10:42 PM by James Bergeron (drivesideways). Edited 1 time in total.)
    Hi all, new user trying to migrate from a very long in the tooth mythTV setup.

    I'm running the latest 10.10.1 in a docker with network host passthrough.

    All my media etc is working great, but I'm having 2 issues with my HDHomeRun Dual tuners that I'm trying to solve, but I don't see many options to change settings (hopefully I'm just blind).

    I'm running on an Intel i7 11th gen with 32gb of ram running ubuntu linux using dockers as mentioned for Jellyfin.  Horsepower shouldn't be a problem all this works great with mythTV.


    I'm seeing 2 issues.

    I imported all my channels via XMLTV.xml file and that seemed to work right out of the box (file came from my myth setup).  

    Issue 1)   One of my channels will not tune (through browser or through android on Google TV).  I comes back as unable to play, this channel works fine on my TV and in Myth so I know it's not a channel issue.  It seems it just won't tune to it.  It's listed in xmltv.xml as 13_1 but I wonder if there is something I need to change?  Or could it be the format / resolution of that channel vs the others somehow? 


    Issue 2).  All the other channels do come up but they drop frames and looks like they have weak signals, like blocking, missed frames, jumping etc.  I attempted to turn off and on hardware decoding in the Tuner menu, didn't seem to make much difference.  Again all these channels are perfect in other systems.

    I've tried watching directly as well as letting it record and then watching later.  Same result, it won't record the channel listed in Issue 1 and every other channel has a variation of dropped vs garbled data, it's unwatchable really, every 5-10 seconds there is something.

    To note I am using intel gpu transcoding, I haven't tried disabling that yet.  I know that MythTV would simply dump huge mpeg files (10gb per hour I believe) to the drive and it seems perhaps jellyfin is attempting to transcode on the fly?

    I'm using pretty old HDHomeRun Duals, probably 15 years old or more but they work great.

    Any debug input would be appreciated, would love to have everything in this one system.  I have also read about TVHeadend integration, should I look at that or should Jellyfin native suffice?

    Thanks!
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,375
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #2
    2024-11-14, 02:46 PM
    Share your full Jellyfin server 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]
    James Bergeron (drivesideways)
    Offline

    Junior Member

    Posts: 5
    Threads: 1
    Joined: 2024 Nov
    Reputation: 0
    #3
    2024-11-14, 02:56 PM
    (2024-11-14, 02:46 PM)TheDreadPirate Wrote: Share your full Jellyfin server log via pastebin.

    I'll do that tonight, wish I had access at work.  Where is the location of the server log is it simply /var/log?
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,375
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #4
    2024-11-14, 03:37 PM
    Since this is docker, first navigate to where you mounted /config. In that directory will be a log directory.

    /config/log/log_20241114.log

    Restart your Jellyfin and then eplicate the problem before hand. So I can see the server startup (provides a lot of info about how things are configured) and then the problem itself will all be at the bottom of the log and easier to find.
    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]
    1
    James Bergeron (drivesideways)
    Offline

    Junior Member

    Posts: 5
    Threads: 1
    Joined: 2024 Nov
    Reputation: 0
    #5
    2024-11-14, 10:44 PM (This post was last modified: 2024-11-14, 10:47 PM by James Bergeron (drivesideways). Edited 1 time in total.)
    Well got home and played around with a few things and solved it.

    Changed my hardware transcoder to VAAPI instead of QSV that fixed the garbled issue.

    Then did a bunch of scans with the windows applications majically fixed my channel that didn't work.

    Yay!
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,375
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #6
    2024-11-14, 11:16 PM
    QSV should work. If you DID NOT check "Prefer OS native DXVA or VA-API hardware decoders", you should have that checked when using QSV as the encoder.
    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]
    James Bergeron (drivesideways)
    Offline

    Junior Member

    Posts: 5
    Threads: 1
    Joined: 2024 Nov
    Reputation: 0
    #7
    2024-11-14, 11:29 PM (This post was last modified: 2024-11-14, 11:30 PM by James Bergeron (drivesideways). Edited 1 time in total.)
    I'll give that a shot, is QSV better? EDIT: I checked and that box is checked by default so it was checked.
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,375
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #8
    2024-11-15, 12:32 AM
    QSV is a super set of VAAPI and is more performant on Intel hardware.
    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