The Video Recording Applet SDK is designed to create video recorder on the web site.
The video recording applet allows to record video in mp4 format ( H.264 video and AAC audio) on the web page and uploads it to the web server via HTTP. Also, it allows to capture still images and save them on the server in JPEG format.
First, the applet records the video in the temp file on the customer's computer, then the user can upload the video to the web server. The server script receives the mp4 or JPEG file on the server and saves it into a specified folder.
The video recording applet uses native methods to capture video, images and sound to encode/ decode and playback in the DLL, which will be installed on the computer after the first time use. The recording applet is digitally signed.
The video applet supports 2 frame sizes: 176x144 pixels and 320x240 pixels. Frame size can be set via applet parameters.
Also, the video recording applet supports Java Script controls.
What are new in the version 2.0:
- still images capturing - "Photo camera" mode,
- recording of audio only - "Audio recorder" mode,
- the support of DV camera is enhanced,
- processor power consumption is reduced.