• 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 Jellyfin foz Android TV - Unable to connect

     
    • 0 Vote(s) - 0 Average

    Jellyfin foz Android TV - Unable to connect

    Can't connect via Jellyfin for Android TV while other methods work fine
    shadow82
    Offline

    Junior Member

    Posts: 9
    Threads: 2
    Joined: 2025 Jan
    Reputation: 0
    Country:Poland
    #3
    2025-02-17, 11:10 PM (This post was last modified: 2025-02-18, 09:04 AM by shadow82. Edited 2 times in total.)
    Did it
    sudo docker compose down
    sudo docker compose pull
    sudo docker compose up -d

    After that my versions are:
    Server version: 10.10.6
    Network version: 10.10.6
    Compilation version: 10.10.6

    But hte behaviour is the same.
    • Windows Web app client works fine
    • Android client works fine
    • WebOS client works fine
    • Chromecast client is unable to connect to the server.

    It seems it tries to connect also via ports 8096 and 8920 which are not allowed on my FW.
    It works like this:
    1. Client request to https://tv.acme.com:443 is terminated on FW
    2. FW proxy with new request to http://jellyfin.home:8082
    3. Request lands on Docker container and is port forwarded to port 8096

    Below my docker-compose.yml file

    Code:
    Services:
      jellyfin:
        image: jellyfin/jellyfin:latest
        container_name: jellyfin
        environment:
          - PUID=1000
          - PGID=1000
          - TZ=Europe/Warsaw
        volumes:
          - /home/shadow82/docker/jellyfin/config:/config
          - /mnt/Storage/Movies and Shows:/media
        ports:
          - 8082:8096
        restart: unless-stopped
    « Next Oldest | Next Newest »

    Users browsing this thread: 4 Guest(s)


    Messages In This Thread
    Jellyfin foz Android TV - Unable to connect - by shadow82 - 2025-02-17, 03:50 PM
    RE: Jellyfin foz Android TV - Unable to connect - by theguymadmax - 2025-02-17, 04:21 PM
    RE: Jellyfin foz Android TV - Unable to connect - by shadow82 - 2025-02-17, 11:10 PM
    RE: Jellyfin foz Android TV - Unable to connect - by TheDreadPirate - 2025-02-18, 02:14 PM
    RE: Jellyfin foz Android TV - Unable to connect - by shadow82 - 2025-02-19, 10:56 PM
    RE: Jellyfin foz Android TV - Unable to connect - by TheDreadPirate - 2025-02-20, 04:23 PM
    RE: Jellyfin foz Android TV - Unable to connect - by shadow82 - 2025-02-20, 05:57 PM
    RE: Jellyfin foz Android TV - Unable to connect - by shadow82 - 2025-02-21, 11:51 AM
    RE: Jellyfin foz Android TV - Unable to connect - by TheDreadPirate - 2025-02-21, 02:57 PM
    RE: Jellyfin foz Android TV - Unable to connect - by shadow82 - 2025-02-21, 06:47 PM
    RE: Jellyfin foz Android TV - Unable to connect - by TheDreadPirate - 2025-02-21, 06:53 PM
    RE: Jellyfin foz Android TV - Unable to connect - by shadow82 - 2025-02-22, 09:28 AM

    • 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