• 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 I feel like I've wasted my time with jellyfin

     
    • 0 Vote(s) - 0 Average

    I feel like I've wasted my time with jellyfin

    kotton
    Offline

    Junior Member

    Posts: 6
    Threads: 2
    Joined: 2025 Sep
    Reputation: 0
    Country:Australia
    #1
    Today, 12:29 AM (This post was last modified: Today, 12:32 AM by kotton. Edited 1 time in total.)
    After 2 days of getting Jellyfin and Tailscale working remotely I've now discovered that I can't cast remotely to chromecast, which was the whole point of my setup. 

    I have a chromecast attached to a monitor at work and have been streaming from my home NAS to an Android phone and casting to it for years.

    Now that I have better internet I am casting higher quality video and I've upgraded my home setup. So, I thought I'd use Jellyfin in case I needed transcoding and to get a better experience that I have previously, which wad just using a file browser to connect to my NAS and playing the files on my phone with VLC player and streaming that to my chromecast. 

    Now. Jellyfin runs perfectly on my phone at work and I can connect to the chromecast no problem. I get a screen saying 'Ready to cast' but when I hit play, literally nothing happens on the phone or the chromecast.

    I've tried searching for the answer and have discovered that it's an issue many people have, but I can't seem to find a solution. 

    I'm amazed and really disappointed that this is still an issue and I feel like I've wasted my time.

    I'm not a programmer or a tech wiz, I'm just able to follow guides etc.

    I really like Jellyfin and I'd like to keep using it. I'd really appreciate some help.
    bitmap
    Offline

    Community Moderator

    Posts: 1,073
    Threads: 9
    Joined: 2023 Jul
    Reputation: 30
    #2
    Today, 12:52 AM
    Isn't casting dependent upon being on the same network as the device in question? If your phone is on the tailscale network, while the Chromecast is not, it's not gonna work. That's not a Jellyfin issue, that's a networking problem. Why not go with a reverse proxy, which should allow you to do what you're hoping for?
    Jellyfin 10.10.7 LSIO Docker | Ubuntu 24.04 LTS | i7-13700K | Arc A380 6 GB | 64 GB RAM | 79 TB Storage

    [Image: AP1GczPBda58ILsKKDCRtSyY9IlUsAPsBNpv5sNY...-h160-s-no]
    kotton
    Offline

    Junior Member

    Posts: 6
    Threads: 2
    Joined: 2025 Sep
    Reputation: 0
    Country:Australia
    #3
    Today, 12:55 AM
    I've no idea what a reverse proxy is?
    bitmap
    Offline

    Community Moderator

    Posts: 1,073
    Threads: 9
    Joined: 2023 Jul
    Reputation: 30
    #4
    Today, 01:06 AM
    A reverse proxy can route a subdomain to the correct service, e.g., Jellyfin.

    https://jellyfin.org/docs/general/post-i...rse-proxy/

    You'd have to get a domain name or use a service like DuckDNS to get a free one.
    Jellyfin 10.10.7 LSIO Docker | Ubuntu 24.04 LTS | i7-13700K | Arc A380 6 GB | 64 GB RAM | 79 TB Storage

    [Image: AP1GczPBda58ILsKKDCRtSyY9IlUsAPsBNpv5sNY...-h160-s-no]
    kotton
    Offline

    Junior Member

    Posts: 6
    Threads: 2
    Joined: 2025 Sep
    Reputation: 0
    Country:Australia
    #5
    11 hours ago
    Can I just ditch tailscale and connect to jellyfin remotely?
    FistRockbone
    Offline

    Junior Member

    Posts: 9
    Threads: 1
    Joined: 2025 Aug
    Reputation: 0
    Country:United Kingdom
    #6
    4 hours ago
    (11 hours ago)kotton Wrote: Can I just ditch tailscale and connect to jellyfin remotely?

    What country are you in ?

    Why do you think you need tailscale ?
    kotton
    Offline

    Junior Member

    Posts: 6
    Threads: 2
    Joined: 2025 Sep
    Reputation: 0
    Country:Australia
    #7
    4 hours ago (This post was last modified: 4 hours ago by kotton. Edited 1 time in total.)
    (4 hours ago)FistRockbone Wrote:
    (11 hours ago)kotton Wrote: Can I just ditch tailscale and connect to jellyfin remotely?

    What country are you in ?

    Why do you think you need tailscale ?

    Australia 

    I read it was the best way to use it and was advised on another forum. 
    It's just me and one other person using it. Both remotely and both with chromecast.

    I could probably work out the reverse proxy thing. AI google searches are pretty good with instructions.
    bitmap
    Offline

    Community Moderator

    Posts: 1,073
    Threads: 9
    Joined: 2023 Jul
    Reputation: 30
    #8
    3 hours ago
    You essentially have three options for remote access with Jellyfin. The most secure is a VPN (e.g., Tailscale, Wireguard) but there are drawbacks, as you've encountered. The least secure, and NOT recommended, is port forwarding. The best option for most use cases is a reverse proxy, which gets rid of the VPN and proxies traffic to your server. There are a lot of options for reverse proxies, including nginx, SWAG (nginx + LetsEncrypt + certbot), Caddy, and NPM (nginx proxy manager).

    A RP would replace Tailscale as the secure portion of your setup. You need the RP itself, a config for it, an SSL cert, and a domain to access the server remotely (or something free like DuckDNS).
    Jellyfin 10.10.7 LSIO Docker | Ubuntu 24.04 LTS | i7-13700K | Arc A380 6 GB | 64 GB RAM | 79 TB Storage

    [Image: AP1GczPBda58ILsKKDCRtSyY9IlUsAPsBNpv5sNY...-h160-s-no]
    FistRockbone
    Offline

    Junior Member

    Posts: 9
    Threads: 1
    Joined: 2025 Aug
    Reputation: 0
    Country:United Kingdom
    #9
    2 hours ago
    (4 hours ago)kotton Wrote:
    (4 hours ago)FistRockbone Wrote:
    (11 hours ago)kotton Wrote: Can I just ditch tailscale and connect to jellyfin remotely?

    What country are you in ?

    Why do you think you need tailscale ?

    Australia 

    I read it was the best way to use it and was advised on another forum. 
    It's just me and one other person using it. Both remotely and both with chromecast.

    I could probably work out the reverse proxy thing. AI google searches are pretty good with instructions.

    If it's just you and another person using it then you don't need it.  I'm in the UK and use Jellyfin on my Synology NAS, Fire TV and my iPhone (via Swiftfin) and I've never used it.

    I've got the port open on my NAS as well and I've never had any problems after 12+ years of use, which includes using Jellyfin, Plex and Emby for varying degrees of time as well.

    Obviously this doesn't go down well with the "I'm merely seconds away from getting hacked" crowd but I don't care.

    I don't know what NAS you have but if it's a Synology then you only need some basic security precautions to be perfectly fine.
    « Next Oldest | Next Newest »

    Users browsing this thread: 4 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