How to record video on google app engine? -


How can I record a video from a client-side browser using Google App Engine?

This app will be useful for using the YouTube API. Now, the app has created an adad to upload the video, but I need users to record videos in their browsers.

Thank you!

  • The only remaining way is to upload a Java applet to a video and upload it as a file. Something like this:

  • Comments