Christopher Baker
Christopher Baker
It sounds like you are missing a file somewhere -- does it say what file is not found?
It could be a lot of things. Can you post the full error message / stack trace?
You are asking for a file route called /restart/app. When the file server tries to serve that file, it can't find it. You need to make sure your are asking...
This took way to long to get right. ``` # OF BUILD PATHS OF_PATH=/openFrameworks OF_LIBS_PATH=$OF_PATH/libs # TEMP PROJECT PATH OFXFONT_PATH=$OF_PATH/_MYAPPS/ofxFont OFXFONT_LIBS_PATH=$OFXFONT_PATH/libs ### LIBS PATHS CAIRO_PATH=$OF_LIBS_PATH/cairo FREETYPE_PATH=$OF_LIBS_PATH/freetype FRIBIDI_PATH=$OFXFONT_LIBS_PATH/fribidi HARFBUZZ_PATH=$OFXFONT_LIBS_PATH/harfbuzz ICU_PATH=$OFXFONT_LIBS_PATH/icu ###...
Thanks! Will check it out.
Hey there, unfortunately I don't have a setup to test this with at the moment. I'd definitely recommend ofxSyphon if you're sharing video locally, it's much faster. If you're trying...
Ah, yes NDI would be a great solution if you can run it in the pi. On Thu, Sep 16, 2021, 1:14 AM Julien Bayle ***@***.***> wrote: > Wanted to...
Hi there, can you explain what you mean by multiple post handler? If you mean having multiple post endpoints, yes you can add multiple post route handlers, just make sure...
Need some good sample text.
Hm. Odd, will take a look. Are you on macOS? If so, which version of Xcode, macOS, etc?