Skip to content

Instantly share code, notes, and snippets.

@Arlen-LT
Last active June 28, 2023 04:09
Show Gist options
  • Save Arlen-LT/7e1a443ac11601b1e5c80eda3216039f to your computer and use it in GitHub Desktop.
Save Arlen-LT/7e1a443ac11601b1e5c80eda3216039f to your computer and use it in GitHub Desktop.
DLNA FAQ.md

Q: Why are some DLNA servers not discovered?

We found that the system firewall of Oculus Quest has blocked some ports, which means any application running on Oculus Quest can't send packets to these ports of any server. Unfortunately, if your server happens to bind to these ports, it will not be able to communicate with Oculus Quest.

  • Known blocked ports

    • 9000
  • Known influenced services

    • Twonky (default using port 9000)

    Solution to Twonky on Windows:

    1. Find the configuration file and open: %USERPROFILE%/AppData/Roaming/TwonkyServer/twonkyserver.ini by default.
    2. Set the httpport property to any port exclude blocked (e.g. 9001):
      # Port of the http server
      httpport=9001
      
    3. Restart the server.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment