HeyMaslo / companion-server

This is the official repository of the maslo companion server
https://heymaslo.github.io/companion-server/#/
MIT License
21 stars 3 forks source link

AnalyzeMedia content-type #20

Open alivemachine opened 4 years ago

alivemachine commented 4 years ago

I have been failing to successfully communicate with AnalyzeMedia using any other way than content-type "formdata" (as working here). The environments I use (Cables.gl and Touchdesigner) don't support formdata. AnalyzeText works with content-type "application/json" but AnalyzeMedia doesn't acknowledge the file ever and tells me "nothing to do without any signal. which is fine". I have tried encoding the image file in the json in base64, numpy array, url, uri... without success.

Been stuck on this for DAYS and would be immeasurably grateful for any tip on this. Thank youuuu