• 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 Transcoding in Kodi

    Pages (3): 1 2 3 Next »

     
    • 0 Vote(s) - 0 Average

    Transcoding in Kodi

    Jellyfin for Kodi: Transcoding not working
    Theetjuh
    Offline

    Junior Member

    Posts: 22
    Threads: 2
    Joined: 2024 Jan
    Reputation: 0
    Country:Netherlands
    #1
    2024-01-31, 01:11 PM
    Hi,

    I am still quite new to Jellyfin, but I got transcoding working properly from the iPadOS app and in the web portal.
    I have been using Kodi for ages, so want to use Jellyfin as the backend for Kodi as well.

    I can play files perfectly with native as in normal mode, but trying to transcode doesn't seem to work.
    I tried going through the logs, but couldn't really find something weird.

    Hope any of you could give a helping hand and point into the right direction.

    For testing purpose I installed a fresh new kodi install on my Windows 11 machine and setup the plugin .. that's it.

    Thanks in advance!
    mcarlton00
    Offline

    Kodi Addon Maintainer

    Posts: 145
    Threads: 1
    Joined: 2023 Sep
    Reputation: 9
    Country:United States
    #2
    2024-01-31, 02:10 PM
    What issue are you having exactly? Also which clienet addon are you using? Both jellyfin-kodi and jellycon have options in the settings to transcode certain formats, as well as an option to transcode from the context menu when you long click an item.
    tmsrxzar
    Offline

    Senior Member

    Posts: 755
    Threads: 6
    Joined: 2023 Nov
    Reputation: 20
    #3
    2024-01-31, 02:47 PM
    sounds like the user is simply unaware that the transcoding settings are in the jellyfin for kodi addon settings

    open the addon settings, go to playback
    from here you can use the checkboxes for each codec and set maximum bitrate
    Theetjuh
    Offline

    Junior Member

    Posts: 22
    Threads: 2
    Joined: 2024 Jan
    Reputation: 0
    Country:Netherlands
    #4
    2024-01-31, 03:12 PM (This post was last modified: 2024-01-31, 03:18 PM by Theetjuh. Edited 1 time in total.)
    I use Jellyfin for Kodi (plugin.video.jellyfin) and I use the context menu to engage transcoding, also tried to force transcoding from the settings menu.
    The issue I have is that nothing happens, the audio/video doesn't play, just an endless circle spinning.

    Tested this on multiple devices, Vero 4k, Vero V, Nvidia ShieldTV Pro and finaly on this Windows 11 machine so I can test a bit better with an empty database/install.
    Theetjuh
    Offline

    Junior Member

    Posts: 22
    Threads: 2
    Joined: 2024 Jan
    Reputation: 0
    Country:Netherlands
    #5
    2024-02-01, 08:52 PM
    Hmmm nobody? Should I ask on Github instead?
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #6
    2024-02-01, 09:04 PM
    Can you share your logs? Approximate time stamps for attempts to play with Kodi.
    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]
    mcarlton00
    Offline

    Kodi Addon Maintainer

    Posts: 145
    Threads: 1
    Joined: 2023 Sep
    Reputation: 9
    Country:United States
    #7
    2024-02-01, 11:35 PM
    You could ask on github if you really want to, but you'll just be stuck with me there instead of here. I just don't have a ton of time lately.

    I just tried this from one of my clients (linux laptop, kodi 20, jellyfin-kodi installed). Context menu on an item, selected "Jellyfin transcode". It processed for a few seconds and then started playing as expected. Checked the dashboard in the server and it reported the client as transcoding as well. So unfortunately it seems to be something specific on your end. Logs would probably help. As a side note, is there a particular reason you're trying to transcode? Often people use Kodi as a client specifically because it almost never needs to transcode anything.
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #8
    2024-02-01, 11:48 PM
    Gave Kodi with Jellycon a go. I get a similar behavior when trying to force transcoding. It eventually fails. The same video transcoded in the web client works as expected.

    Code:
    Stream mapping:
      Stream #0:0 -> #0:0 (av1 (av1_qsv) -> h264 (h264_qsv))
      Stream #0:2 -> #0:1 (ac3 (native) -> ac3 (native))
    Press [q] to stop, [?] for help
    libva info: VA-API version 1.20.0
    libva info: Trying to open /usr/lib/jellyfin-ffmpeg/lib/dri/iHD_drv_video.so
    libva info: Found init function __vaDriverInit_1_20
    libva info: va_openDriver() returns 0
    libva info: VA-API version 1.20.0
    libva info: Trying to open /usr/lib/jellyfin-ffmpeg/lib/dri/iHD_drv_video.so
    libva info: Found init function __vaDriverInit_1_20
    libva info: va_openDriver() returns 0
    [h264_qsv @ 0x55c1986aa580] Error querying (IOSurf) the encoding parameters: invalid video parameters (-15)
    [vost#0:0/h264_qsv @ 0x55c1986aa280] Error initializing output stream: Error while opening encoder for output stream #0:0 - maybe incorrect parameters such as bit_rate, rate, width or height
    Conversion failed!
    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]
    mcarlton00
    Offline

    Kodi Addon Maintainer

    Posts: 145
    Threads: 1
    Joined: 2023 Sep
    Reputation: 9
    Country:United States
    #9
    2024-02-02, 02:23 AM
    Jellycon and Jellyfin-Kodi have completely different playback logic, so not really relevant. But that also works just fine on my laptop, fwiw. If there's actually an error it's more likely to be found in the kodi logs than server, I would imagine.
    Theetjuh
    Offline

    Junior Member

    Posts: 22
    Threads: 2
    Joined: 2024 Jan
    Reputation: 0
    Country:Netherlands
    #10
    2024-02-02, 11:01 AM
    (2024-02-01, 11:35 PM)mcarlton00 Wrote: You could ask on github if you really want to, but you'll just be stuck with me there instead of here.  I just don't have a ton of time lately.

    I just tried this from one of my clients (linux laptop, kodi 20, jellyfin-kodi installed).  Context menu on an item, selected "Jellyfin transcode".  It processed for a few seconds and then started playing as expected.  Checked the dashboard in the server and it reported the client as transcoding as well.  So unfortunately it seems to be something specific on your end.  Logs would probably help.  As a side note, is there a particular reason you're trying to transcode?  Often people use Kodi as a client specifically because it almost never needs to transcode anything.

    Aahh sorry, didn't know who was the maintainer of the plugin Upside-down-face

    The primairy reason will be an old 1080p tv in the bedroom that would benefit from the transcoding, since almost everything I got is 4k/HDR.
    I'll try to get the logs this afternoon, also got a linux laptop I could test on.
    Pages (3): 1 2 3 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