How to get screen captures

  • 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:

    1. Use the SDK to send the JPG as a dataURI in JSON (depends if there’s a limit on the message size?)
    2. 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?

You must be logged in to reply to this topic.