CameraTag: Simplified Webcam Video Recording (cameratag.com)
Just about to launch a new service to simply the process of recording videos from your users' webcams. Would love your thoughts.
-Chris
p.s. Right now we're using flash to record with an HTML interface. As soon as WebRTC works well enough we'll switch over to a full HTML solution.
20 comments
[ 0.27 ms ] story [ 51.9 ms ] threadSorry about the typos in the site copy (we're fixing them now). (this is why we ask for feedback before launching) :). To answer questions:
1. Transcoding. We transcode the videos into h.264 and generate thumbnails. At the PRO level you can have as many outputs as you would like at as many resolutions / frame rates as you want.
2. We will host the videos on AWS for you for free as long as you maintain an account.
3. 5 mins
4. Always think of TokBox as a live streaming service (i.e. video chat) not so much a recording service. I know they allow you to record chats to a server, but it's not their focus and integration is a bit more involved as a result.
5. No. Unfortunately, WebRTC isn;t quite ready for primetime when it comes to recording. As soon as it is- we'll go 100% HTML.
6. The homepage has a recorder built in but the best way to play around is sign up for a free account and put a recorder in you site (no CC necessary to record up to 20 videos)
Thanks for the interest!
"Build on Amazon Elastic Beanstalk" should be "Built on"
Also:
"All HTML interfcae is 100% customizable." should be "Our HTML interface is 100% customizable."
CT should work in all major browsers that can run flash. Right now (because of the flash dependency) most mobile devices are not supported. As soon as we get WebRTC polished we'll be 100% HTML and will work in most modern mobile browsers.
-c
-c
Our experience has been that one of the biggest challenges is actually in getting the average (non-technical) user to be guided through the webcam and audio setup process. There's nothing as frustrating to a user as thinking they've recorded a video, only to discover that the audio didn't work or the video went wrong.
How do you handle that with CameraTag?
We auto detect activity (change in frame-to-frame) in the the microphone and camera. It means the user has to spend 2 seconds waving to their camera before recording but it also means they don't have to mess with camera / mic settings.
-c
Thanks
Sorry for the delayed response. Don't know how I missed you question. Happy chat about the tech:
For now the recorder base is a flash app that has a JS API. We built a stock HTML interface that consumes that JS API but our users are free to replace or exclude that HTML if they so please. As soon as we can reliably record a WebRTC stream we will swap out the Flash :)
The server side is built in Rails running on AWS (Beanstalk) hosted on Passenger and NGINX. In addition to the web interface, There is a REST API for accessing info about your recordings. We can generate h.264s and png thumbnails of your recordings in any resolution and frame rate you want- our transcoding is handled by Zencoder and/or Amazon Elastic Transcoder (depending on requirements).
Hope that helps- did you have any specific questions?