Live Demo: Cam/Mic/Screen Video/Audio Recorder HTML5 - Standalone PHP
Before installing, test the simple setup in the live demo: Cam/Mic Recorder HTML5 - Live Demo
This edition implements audio / video recording in an instant recording booth. Can record Webcam + Microphone Video, Screen + Microphone Video, Microphone Audio.
- Instant recording booth
- Access recorder with a button
- List recordings (video, audio)
- Toggle Microphone/Webcam/Screen recording mode
- Select Microphone, Camera, Resolution
- Playback recording
- Discard and start recording again if needed
- Download recording
- Send (upload) recording to server
- 100% web based in all major HTML5 browsers
Requirements: Regular web hosting with PHP. Recording does not involve live streaming requirements. This edition does not implement conversions.
- Deploy files to your web installation location. (Example: yoursite.domain/cam-recorder-html5-video-audio/)
- If you don't have SuPHP, enable write permissions (0777) for folder "uploads", where videos will be uploaded in booth folder.
- Live Streaming Hosting - includes live streaming servers, web hosting with video conversion
- Video Hosting - web hosting with video conversions
- The plain php edition refers to minimal scripts to showcase recording video and audio.
- Plain php edition does not involve database and systems to manage members, rooms, billing. These depend on framework you want to integrate, plugins, database, member system.
- See Turnkey HTML5 Videochat Site edition, available as WordPress plugin with full php source. Includes user role management (performers/clients), pay per minute, integrates billing wallets.
- index.php : room booth page with Recorder button, recordings, accessed directly creates a recording booth and shows room link to access later
- recorder.php : embeds video / audio recorder app
- app-call.php is called by application to retrieve parameters, interact with web server, update status and chat (ajax calls)
- app-functions.php functions implementing features for app-call.php , including translated texts, app settings
Scripts also contain comments for clarifications/suggestions.
- Video Call - HTML5 Videochat - Standalone
- Live Streaming - HTML5 Videochat - Standalone
- Cam/Mic Recorder HTML5 - Standalone
- PaidVideochat Turnkey Site
- Video Call - HTML5 Videochat - GitHub
- Live Streaming - HTML5 Videochat - GitHub
- Cam/Mic Recorder HTML5 - GitHub
- PaidVideochat Turnkey Site - WordPress
For a free consultation, Contact VideoWhisper Technical Support.