GithubHelp home page GithubHelp logo

wireguard about go2tv HOT 4 CLOSED

alexballas avatar alexballas commented on July 20, 2024
wireguard

from go2tv.

Comments (4)

alexballas avatar alexballas commented on July 20, 2024

Hello!

SSDP relies on multicast traffic. To what I've seen with a quick search, you need to explicitly configure your WG setup to handle this type of traffic. I found this guide https://an0n-r0.medium.com/making-dlna-through-site-to-site-vpn-work-f393629f4ce0 online but I haven't tested it personally. This article addresses a different issue where someone is trying to access a DLNA server (which also relies on SSDP) remotely through WG, but it should give you an idea where to further look at.

Let me know if you have any other question.

Regards,
Alex

from go2tv.

heptagons avatar heptagons commented on July 20, 2024

Thanks. I'll check the guide.

  1. The error I got is displayed in console mode. It should be nice to notify the error also in GUI instead of an empty list.
  2. Forgive my ignorance. Is TVs discovery only possible with SSDP? What about ZeroConf?

Regards

from go2tv.

alexballas avatar alexballas commented on July 20, 2024

For 1)
You're right. There should be an error message to indicate inability to pull the device list. I'll improve it in the next version.

For 2)
What go2tv does is use a subset of the DLNA/uPnP specification which is something that all smart TVs and some Audio speakers support. This is described here https://openconnectivity.org/upnp-specs/UPnP-arch-DeviceArchitecture-v1.1.pdf and
SSDP is part of that protocol. It's the actual devices (TV/Speakers) that use SSDP to publish their capabilities to the rest of the network. Go2TV just looks for those.

Zeroconf is an implementation of the Multicast DNS-SD protocol. There are other protocols in the wild like the castv2 that chromecast devices use. Castv2 uses mDNS-SD as per it's specification.
Unfortunately go2tv does not support chromecast devices as also mentioned in #38

from go2tv.

alexballas avatar alexballas commented on July 20, 2024

I'll resolve this one for now. I added an extra check in the GUI mode to properly reflect these "unwanted" errors, like we do in the CLI mode

from go2tv.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.