-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DIAL protocol #4
Comments
I have the same issue with the YouTube app across VLANs on Samsung TVs and started working on a solution DIAL seems to be actively hostile to cross subnet operation (at least on my TV):
Right now I have a proxy implemented (https://github.com/deonvdw/udpbroadcastrelay) for the first item, but a lot of work remains. |
My fork (https://github.com/deonvdw/udpbroadcastrelay) now supports SSDP/DIAL to proxy requests from e.g. the Youtube app to smart TVs. Tested on pfSense 2.5.2 (FreeBSD 12.2) with the YouTube Android app and two Samsung smart TVs. Enable the mode by specifying a -s 1.1.1.3 command line parameter, e.g. |
@deonvdw thanks, I've created a arm64 container for Unifi UDM/P devices https://hub.docker.com/r/stonith/udpbroadcastrelay which allows Android devices to see the cast speaker groups on a different vlan. |
@deonvdw if you can merge your changes back, the package on FreeBSD will pick it up. |
Hi,
Wondering what is needed to get this working with DIAL protocol, which is a combination of SSDP and HTTP. I'm trying to connect to Youtube on webOS across subnets. Tried running the SSDP forwarding. It didn't make the TV show up in list of cast targets.
Any ideas?
Thanks!
The text was updated successfully, but these errors were encountered: