benkuper / PowerPoint-OSC

A Powerpoint add-in for basic control of powerpoint presentations with OSC
GNU General Public License v3.0
29 stars 6 forks source link

Always responds on local loopback - Remote Host field not changing #11

Open NoahCallaway opened 3 years ago

NoahCallaway commented 3 years ago

Using PowerPoint-OSC on windows 10 with office 365.

It seems no matter the IP address in the 'Remote Host' field, the 'current slides' and 'total slides' response is always sent to the default address 127.0.0.1 Checked this with Wireshark.

benkuper commented 3 years ago

This is a bit weird, I have not tested it outside of local, but the code is definitely setting up the remote host. Is it also forcing the port 35001 or can you change this ? Because it's the same function call that sets up the ip and port, so if the port changes, the ip should be able to as well

NoahCallaway commented 3 years ago

Hiya Just checked, I can't change the ports either it's stuck to 35550 for local and 35551 for the remote.

benkuper commented 3 years ago

Ok so I guess the call to setupOSC is wrong then. I can't really check now, I don't even have Powerpoint installed.. In the meantime you could use Chataigne or OSCRouter to forward the messages to your target host

george-jw commented 1 year ago

Hey, did you ever get any further with this?

The plugin worked fine the first time installing it, but now it's not responding to anything from QLab.

benkuper commented 1 year ago

Well, no, I have not, since the new powerpoint versions are handling differently the plugins, I didn't take time to create a new system.

craigreilly commented 4 months ago

I have this working fine on Office 365 installed Powerpoint. Had to make a small modification for /slide x to work. See my comment in another issue.