Jump to content

tonyandr

Members
  • Posts

    4
  • Joined

  • Last visited

Posts posted by tonyandr

  1. 32 minutes ago, ich777 said:

    Should be exactly the same.

    # dpkg -i "$TEMP_DEB"
    dpkg: warning: downgrading jellyfin-ffmpeg from 4.4.1-2-bullseye to 4.3.2-1-focal
    (Reading database ... 12307 files and directories currently installed.)
    Preparing to unpack /tmp/tmp.7jAKnGKIcS ...
    Unpacking jellyfin-ffmpeg (4.3.2-1-focal) over (4.4.1-2-bullseye) ...
    dpkg: dependency problems prevent configuration of jellyfin-ffmpeg:
     jellyfin-ffmpeg depends on libx264-155; however:
      Package libx264-155 is not installed.
     jellyfin-ffmpeg depends on libx265-179 (>= 3.2); however:
      Package libx265-179 is not installed.
    
    dpkg: error processing package jellyfin-ffmpeg (--install):
     dependency problems - leaving unconfigured
    Processing triggers for libc-bin (2.31-13+deb11u2) ...
    Errors were encountered while processing:
     jellyfin-ffmpeg

    This happens. I guess it is possible to fix as well but I'm newbie here 

  2. 40 minutes ago, ich777 said:

    It seems you have the same issue as @Tery has.

    And almost the same CPU.

    Have you yet tried the official container from Jellyfin if there happens the same?

    yep, exactly the same issue with official one.

    maybe this is somehow related?

    there was one reply in this thread with i7-4xxx and it worked (page 3-4 don't remember) so I guess it should work :/

     

    Update: Indeed it was related and now I was able to fix transcoding.

    So, If anyone have the same problem follow these steps:

    Quote

     

    Log into container and run following commands:

    apt update

    TEMP_DEB="$(mktemp)"

    wget -O "$TEMP_DEB" 'https://repo.jellyfin.org/releases/server/ubuntu/versions/jellyfin-ffmpeg/4.3.2-1/jellyfin-ffmpeg_4.3.2-1-focal_amd64.deb'

    dpkg -i "$TEMP_DEB"

    rm -f "$TEMP_DEB"

     

    The only problem is that I couldn't downgrade ffmpeg in your docker container, it only worked in official one.

    • Thanks 1
×
×
  • Create New...