HTML5 Webcam/Screen/Mic Recorder for Video Comments and Forms

0

HTML5 Webcam Microphone Recorder Forms enables inserting webcam/microphone recordings into WordPress comment and custom forms, as inline fields. Implements a shortcode that generates a

Version
Last updated
Active installations
WordPress Version
Tested up to
PHP Version
Rating
Total ratings
Tag
This plugin is outdated and might not be supported anymore.

Description

HTML5 Webcam Microphone Recorder Forms enables inserting webcam/microphone recordings into WordPress comment and custom forms, as inline fields. Implements a shortcode that generates a recording field.

Video Comments Integration: The comments form includes a new button to add recordings. Comments integration can be disabled from settings. Recording are listed with the comments as link to open in new page and embed.

Recorder application opens in a dialog on demand and recordings are added to the field after being uploaded to server. Multiple recordings can be added.
User can record video/audio (as enabled from configuration). Application supports Webcam + Microphone Video / Screen + Microphone Video / Microphone Audio.
Recordings are uploaded to server and can be added automatically to Media Library and/or processed/published with Video Share VOD plugin.

This web app implementation is based on HTML5 Videochat / Cam Recoder .

Sample integration: Paid Questions / Messages forms can include recordings in PaidVideochat – Video Services Site plugin.

Warning: Recordings are saved in format provided by HTML5 browser (i.e. mp4 or webm) and may not work in all other browsers.

Support

Display HTML5 Recorder with shortcode [[videowhisper_recorder_inline field=”recordings” add_field=”1″ label=””]].
When a recording is sent to server, application calls window.VideoWhisper.recoderUploadCompleted([filename]). Unless field parameter is blank, the function is also implemented and adds the filename to value of field with provided id. Field is added by default unless disabled with add_field parameter. A field label can be included.
This web app implementation is based on HTML5 Videochat / Cam Recoder .