• 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: Transcoding working for Admin only on Android TV app.

     
    • 0 Vote(s) - 0 Average

    SOLVED: Transcoding working for Admin only on Android TV app.

    ndeering
    Offline

    Junior Member

    Posts: 9
    Threads: 2
    Joined: 2024 Apr
    Reputation: 0
    Country:United States
    #3
    2024-04-29, 04:25 PM (This post was last modified: 2024-04-29, 04:26 PM by ndeering.)
    (2024-04-29, 11:10 AM)TheDreadPirate Wrote: Can you describe your setup?  Hardware specs and software configuration?  Direct install or Docker?

    HP ProDesk 600 G4 SFF Desktop (Intel i5-8500 6-Core, 16GB RAM, 1TB PCIe SSD, Intel UHD 630)

    OS: PROXMOX (Unprivileged Container) Running Ubuntu Jammy 22.04
    Since it is an unprivileged container, for security purposes, I had to do a workaround so that the container could access the iGPU, it seems to work fine on the admin account.
    https://bookstack.swigg.net/books/linux/...gpu-access

    Jellyfin Server: 10.8.13 installed via Docker

    Docker Compose:

    jellyfin:
        image: jellyfin/jellyfin:latest
        container_name: jellyfin
        user: 1000:1000
        volumes:
          - /usr/share/jellyfin/web:/config
          - /var/cache/jellyfin:/cache
          #- /opt/jellyfin/config.json:/jellyfin/jellyfin-web/config.json
          - type: bind
            source: /mnt
            target: /mnt
        restart: unless-stopped
        networks:
        - caddy
        environment:
          - PGID=1000
          - PUID=1000
          - TZ=America/Chicago
          - transcode_cache_size=25GB
        devices:
        - /dev/dri/renderD128:/dev/dri/renderD128
        - /dev/dri/card0:/dev/dri/card0
        ports:
          - 8096:8096
        expose:
          - 8096
    #    - JELLYFIN_PublishedServerUrl=http://example.com
        extra_hosts:
          - host.docker.internal:host-gateway
    « Next Oldest | Next Newest »

    Users browsing this thread: 1 Guest(s)


    Messages In This Thread
    Transcoding working for Admin only on Android TV app. - by ndeering - 2024-04-29, 08:30 AM
    RE: Transcoding working for Admin only on Android TV app. - by TheDreadPirate - 2024-04-29, 11:10 AM
    RE: Transcoding working for Admin only on Android TV app. - by ndeering - 2024-04-29, 04:25 PM
    RE: Transcoding working for Admin only on Android TV app. - by TheDreadPirate - 2024-04-29, 04:53 PM
    RE: Transcoding working for Admin only on Android TV app. - by ndeering - 2024-04-29, 06:30 PM
    RE: Transcoding working for Admin only on Android TV app. - by TheDreadPirate - 2024-04-29, 06:41 PM
    RE: Transcoding working for Admin only on Android TV app. - by ndeering - 2024-04-30, 09:24 PM
    RE: Transcoding working for Admin only on Android TV app. - by ndeering - 2024-04-30, 09:31 PM
    RE: Transcoding working for Admin only on Android TV app. - by TheDreadPirate - 2024-04-30, 09:40 PM
    RE: Transcoding working for Admin only on Android TV app. - by ndeering - 2024-05-02, 03:29 AM
    RE: Transcoding working for Admin only on Android TV app. - by TheDreadPirate - 2024-05-02, 12:28 PM
    RE: Transcoding working for Admin only on Android TV app. - by ndeering - 2024-05-03, 03:06 PM

    • 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