Matt Felsen

Results 36 comments of Matt Felsen

Also should add that I was testing with various ProRes codecs, mostly 422 LT and Proxy.

@i-n-g-o That sounds good progress! I can test this with my old videos but it will be a few weeks before I'm back in front of a suitable machine. Do...

Hi @visualist. I haven't tried with 0.9.7 yet, but with older 0.9.x releases you should be able to remove the libs/jsoncpp files from one of the addons (I'm not sure...

Hey @dboleslawski I started seeing this problem when I added the reconnect to `ofxLibwebsockets::Client`. While I don't think that there's anything in particular that's wrong with the reconnect code, turning...

Hmm, funky. The thing in the screenshot looks like a different error though – an unrecognized protocol? @dboleslawski I assume you're using [this arduino/esp8266 websocket library](https://github.com/Links2004/arduinoWebSockets), and your board is...

I was seeing this same issue with videos playing back (but not any linking problems). I've seen similar things before with QuickTime...when you try to open the video.mov from example-contours-traacking,...

I was reading through the `BuildSettings` header and noticed `BuildSettings::linkObj()`, which turned out to be what I needed to resolve these linker errors. The recompilation & linking step works, but...

Eep, 8 months and I never got around to writing anything! 😬 I think the most documented info around building the command line & frontend PG apps is here: https://github.com/openframeworks/projectGenerator/blob/master/frontend/readme.md...

Weird that you don't run into it... I don't know too much about character encoding (ie unicode vs non-unicode string handling), especially around MS's implementation, and often run into compile...