I have an app in which the user can take screen captures. When using this on desktop this simply saves JPGs to a folder. When streaming it through Furioos it seems I do not have access to any files created by the app. Is this correct?
I can think of a couple of other ways to get the image:
- Use the SDK to send the JPG as a dataURI in JSON (depends if there’s a limit on the message size?)
- Update the app to store the data to a cloud storage container instead
Just curious to see if others have found a good solution to this?