How to record video on google app engine?

2019-07-21 04:29发布

How can I record a video from the client-side browser using google app engine?

This application would be usefull for using the youtube API. Right now, the app I made only allowds for video upload, but I need the users to be able to record video in their browsers.

Thank you!

1条回答
狗以群分
2楼-- · 2019-07-21 04:58
  1. Flash video capture would not work as it needs RTMP server and RTMP can not be implemented on AppEngine (connection time limit).

  2. So the only remaining way is to write a Java applet to capture video and upload it as a file. Something like this: http://www.mutong.com/fischer/java/usbcam/

查看更多
登录 后发表回答