Would it be possible to create a server based solution that would run a unity file, capture screenshots, convert to video and send the video back to the user.
I have an app on the iphone and I would like the user to be able to create a video of what’s playing on the iphone.
I was thinking I could use wwwform to send the animation data over to a standalone of unity running on a server.
Maybe php can launch a standalone with the data.
Maybe I could use captureScreenshots to capture the video
Maybe I could use some solution to turn the screenshots into a video.
Maybe I could use php to email the link to the video or the video to the user?
Any of these steps possible?
Dan