oddbear / GoXLR-TouchPortal-Plugin

A plugin for TouchPortal that works like the StreamDeck plugin.
MIT License
15 stars 3 forks source link

Remote access #9

Closed oddbear closed 3 years ago

oddbear commented 3 years ago

Remote access does not seem to work. Everything must run at localhost/same computer both GoXLR App and Touch Portal plugin.

oddbear commented 3 years ago

Seems to work only if the application is run as administrator, from the readme of Watson Websocket: If you listen on an interface IP address other than 127.0.0.1, you MAY need to run as administrator (this is operating system dependent)

oddbear commented 3 years ago

This needs to be fixed before #5 , or #5 needs it's own build (simplest). From the simulator, it seems that listening on "*" does not need to be run as administrator on Mac OS, just Windows.

oddbear commented 3 years ago

Confirmed working, changing from WatsonWebsocket to Fleck will allow RemoteAccess (ex. "ws://0.0.0.0:8181"). Will test this more (might also need some firewall rules).