Jellyfin Forum
SOLVED: Can't see other clients in the "cast to" devices list - Printable Version

+- Jellyfin Forum (https://forum.jellyfin.org)
+-- Forum: Support (https://forum.jellyfin.org/f-support)
+--- Forum: Troubleshooting (https://forum.jellyfin.org/f-troubleshooting)
+--- Thread: SOLVED: Can't see other clients in the "cast to" devices list (/t-solved-can-t-see-other-clients-in-the-cast-to-devices-list)

Pages: 1 2 3


RE: Can't see other clients in the "cast to" devices list - auxym - 2025-03-26

I just tried the following values for the "Published Server URIs" field:

Code:
(blank)
all=http://jellyfin.home
all=192.168.0.85:8096

No change. Should I try anything else for this setting? It's not super clear for me what it does.


RE: Can't see other clients in the "cast to" devices list - TheDreadPirate - 2025-03-26

Are all the clients on the same subnet/VLAN? Is your router blocking broadcasts? Are you logged in as the same user on all devices?


RE: Can't see other clients in the "cast to" devices list - auxym - 2025-03-27

(2025-03-26, 02:49 PM)TheDreadPirate Wrote: Are all the clients on the same subnet/VLAN?

Yes, all on 192.168.0.0/8 subnet. I don't have any sort of special vlan stuff.

(2025-03-26, 02:49 PM)TheDreadPirate Wrote: Is your router blocking broadcasts?

I don't think so. It's some Hitron ISP router/modem. I checked the firewall settings, this is what it says:

Code:
Minimum Security (Low):

No application or traffic is blocked.

Allow (LAN-To-WAN):All

Blocked:
IDS enabled
IDENT (port 113)

If there's some test I can do (nmap?) to confirm, please let me know.

(2025-03-26, 02:49 PM)TheDreadPirate Wrote: Are you logged in as the same user on all devices?

Yes, both JMP clients are logged in with the same client.


RE: Can't see other clients in the "cast to" devices list - TheDreadPirate - 2025-03-27

Are all the client devices connected via WiFi? Is "AP Isolation" enabled?


RE: Can't see other clients in the "cast to" devices list - Mao899 - 2025-03-27

I've been fighting with these same issues since day one with Jellyfin.

I can get clients to see each other for limited periods, but only after restarting them.

The best information I've been able to find suggests that it's "Webhook" related - whatever that means.


Running Jellyfin as a container, ports 7359 and 8096 are forwarded, I had 2 additional ports configured that brought the most success, but in following this thread I just changed from Bridge to Host mode and lost all the ports - so I don't recall what they were.

The 2 main clients are Windows based (Firewall disabled), another is Android, another is Linux. They all exhibit the same problem.


RE: Can't see other clients in the "cast to" devices list - auxym - 2025-03-28

From what I could find on google, and digging around on the router's settings, there is no such option on this particular router.

Also, I don't have other issues communicating between different PCs on wifi. For example, I can ssh into the other machine from my laptop, or mount a samba share, etc.


RE: Can't see other clients in the "cast to" devices list - TheDreadPirate - 2025-03-28

I am out of ideas.  AFAIK, it should just work for hosts on the same subnet. And even for remote devices if you're logged into both. I don't recall if this requires web sockets or not. But that would only be something to consider if you're using a mis-configured reverse proxy.

   


RE: Can't see other clients in the "cast to" devices list - Mao899 - 2025-03-28

In my case, they're all on the same subnet, doesn't matter if they're wired or wireless. And sorry, yes, not Web hooks - web sockets. I have no idea what a reverse proxy is, so I can't off any input there.

Here's the Github page I came across that seems to be best related to the problem - 

https://github.com/jellyfin/jellyfin/discussions/10310


RE: Can't see other clients in the "cast to" devices list - auxym - 2025-03-29

(2025-03-28, 06:03 PM)Mao899 Wrote: In my case, they're all on the same subnet, doesn't matter if they're wired or wireless. And sorry, yes, not Web hooks - web sockets. I have no idea what a reverse proxy is, so I can't off any input there.

Here's the Github page I came across that seems to be best related to the problem - 

https://github.com/jellyfin/jellyfin/discussions/10310

Well damn, that was it. I enabled websocket support in nginx-proxy-manager and it works now!

Thanks for posting that. And thanks @TheDreadPirate for all the help too, much appreciated!


RE: Can't see other clients in the "cast to" devices list - Mao899 - 2025-03-30

(2025-03-29, 01:53 PM)auxym Wrote:
(2025-03-28, 06:03 PM)Mao899 Wrote: In my case, they're all on the same subnet, doesn't matter if they're wired or wireless. And sorry, yes, not Web hooks - web sockets. I have no idea what a reverse proxy is, so I can't off any input there.

Here's the Github page I came across that seems to be best related to the problem - 

https://github.com/jellyfin/jellyfin/discussions/10310

Well damn, that was it. I enabled websocket support in nginx-proxy-manager and it works now!

Thanks for posting that. And thanks @TheDreadPirate for all the help too, much appreciated!


Lucky you, I don't have that option since I don't use NGINX!

This thread has helped me come up with a workaround at least, I shifted Jellyfin to run in Host mode, and now all my DLNA devices are showing up under Cast, so that's a first, and a good sign.

Update: Remote control still isn't working properly. No indication of what's playing, very limited transport controls.