• 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 Cast / PlayOn nvidia shield

     
    • 0 Vote(s) - 0 Average

    Cast / PlayOn nvidia shield

    nvidia shield is not listed as device to cast / playon
    jellyfin9r
    Offline

    Junior Member

    Posts: 5
    Threads: 1
    Joined: 2025 Feb
    Reputation: 0
    Country:Germany
    #1
    2025-02-09, 01:33 PM
    hello guys,

    i recently found out it's possible to cast / playon media to other devices.
    my setup is pretty simple, i'm running jellyfin on docker in my internal network.

    1x Android (Google Pixel)
    1x iOS
    1x Android TV (nvidia shield)

    I want to use my pixel and jellyfin app to cast / playon my nvidia shield.
    But my nvidia shield is not listed as device to cast / playon.

    Can you help me with my configuration?

    Thanks in advance
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #2
    2025-02-10, 02:55 PM
    What network mode is the Jellyfin container using? Host networking? Bridge networking?

    Also why casting instead of the native Android TV app?
    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]
    jellyfin9r
    Offline

    Junior Member

    Posts: 5
    Threads: 1
    Joined: 2025 Feb
    Reputation: 0
    Country:Germany
    #3
    2025-02-10, 09:36 PM
    (2025-02-10, 02:55 PM)TheDreadPirate Wrote: What network mode is the Jellyfin container using?  Host networking?  Bridge networking?

    Also why casting instead of the native Android TV app?

    Thanks for your reply.

    It's operating on bridge networking. We also use the native app which works great.
    Sometimes we'd like to cast music from our smartphone directly to the shield.
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #4
    2025-02-10, 09:45 PM
    How is the container setup? What ports are you publishing? Can you share your docker compose?
    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]
    jellyfin9r
    Offline

    Junior Member

    Posts: 5
    Threads: 1
    Joined: 2025 Feb
    Reputation: 0
    Country:Germany
    #5
    2025-02-11, 07:13 AM (This post was last modified: 2025-02-11, 06:22 PM by jellyfin9r. Edited 1 time in total.)
    (2025-02-10, 09:45 PM)TheDreadPirate Wrote: How is the container setup?  What ports are you publishing?  Can you share your docker compose?

    services:
      jellyfin:
        image: lscr.io/linuxserver/jellyfin:latest
        container_name: jellyfin
        environment:
          - PUID=${jellyfin_puid}
          - PGID=${jellyfin_pgid}
          - TZ=${TZ}
        volumes:
          - ${APPDATA}/jellyfin/library: /config
          - ${APPDATA}/jellyfin/cache: /cache
          - ${FILME}: /Filme
          - ${HOERBUECHER}: /Hoerbuecher
          - ${MUSIK}: /Musik
          - ${SERIEN}: /Serien
        ports:
          - 8096:8096
          - 8920:8920
        restart: unless-stopped
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #6
    2025-02-11, 01:51 PM
    For testing, comment out the "ports" section and add "network_mode: host". Restart the container and try to cast.
    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]
    jellyfin9r
    Offline

    Junior Member

    Posts: 5
    Threads: 1
    Joined: 2025 Feb
    Reputation: 0
    Country:Germany
    #7
    2025-02-11, 07:06 PM
    changed the configuration and did a restart without success streaming to my nvidia shield.
    i installed the dlna plugin, same outcome ... whats odd for me is that now i can cast from the iphone to my open session in a web browser.

    Are there any essential configurations that may block the casting to nvidia shield?
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #8
    2025-02-11, 09:31 PM
    Posting my observations from our matrix chat conversation.

    I confirmed my recollection.

    1) The app Jellyfin needs to be open on the Android TV.
    2) Your user needs to be logged in or your user needs to configured to be able to control other user's devices.
    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]
    jellyfin9r
    Offline

    Junior Member

    Posts: 5
    Threads: 1
    Joined: 2025 Feb
    Reputation: 0
    Country:Germany
    #9
    2025-02-12, 06:01 PM
    tried with no success, also Port 7359 is not open
    « 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