Kris Dahl

Results 7 comments of Kris Dahl

I was also unable to get beanstalk changeset URLs to work. I used this as the Template String: https://.beanstalkapp.com//changesets/

Vmix doesn't really advertise on the network, not sure how easy this would be without just attempting to connect on all IPs on the subnet.

Just to update, the Green Go scripting language doesn't have like a REST API or OSC that we can hit directly. But the Green Go scripting language does support listening...

> @krisdahl - Having a think of this again, just for my understanding, would the idea be to upload a singular script to the Green-Go device that is set to...

To get it to work with Express 4, just change ``` app.configure(function() { app.use(express.static(__dirname + '/public')); }); ``` to be ``` app.use(express.static(__dirname + '/public')); ```

Looks to me like this app has very specific (older) needs for socket.io as well as express, but is set in package.json to use latest versions...