{"id":13518358,"url":"https://github.com/videowhisper/Cam-Recorder-HTML5-Video-Audio","last_synced_at":"2025-03-31T09:31:30.660Z","repository":{"id":218410583,"uuid":"298964587","full_name":"videowhisper/Cam-Recorder-HTML5-Video-Audio","owner":"videowhisper","description":"Camera / Microphone Recorder 📹🎙 in HTML5: Audio/Video Recording, Download, Send to Server, Instant Recording Booth with Recordings. 💯100% Web Based, 🚫No Flash.","archived":false,"fork":false,"pushed_at":"2024-08-16T12:10:15.000Z","size":3577,"stargazers_count":36,"open_issues_count":0,"forks_count":9,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-11-01T23:33:12.877Z","etag":null,"topics":["audio","cam","camera","download","fomantic-ui","html5","javascript","js","mediarecorder","mic","microphone","mp3","mp4","php","recorder","semantic-ui","upload","video","webcam","webm"],"latest_commit_sha":null,"homepage":"https://demo.videowhisper.com/cam-recorder-html5-video-audio/","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/videowhisper.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-09-27T06:04:45.000Z","updated_at":"2024-09-13T08:07:49.000Z","dependencies_parsed_at":null,"dependency_job_id":"ee1bd95a-a292-4b9a-ae67-1a534808faa1","html_url":"https://github.com/videowhisper/Cam-Recorder-HTML5-Video-Audio","commit_stats":null,"previous_names":["videowhisper/cam-recorder-html5-video-audio"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/videowhisper%2FCam-Recorder-HTML5-Video-Audio","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/videowhisper%2FCam-Recorder-HTML5-Video-Audio/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/videowhisper%2FCam-Recorder-HTML5-Video-Audio/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/videowhisper%2FCam-Recorder-HTML5-Video-Audio/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/videowhisper","download_url":"https://codeload.github.com/videowhisper/Cam-Recorder-HTML5-Video-Audio/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246446929,"owners_count":20778893,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["audio","cam","camera","download","fomantic-ui","html5","javascript","js","mediarecorder","mic","microphone","mp3","mp4","php","recorder","semantic-ui","upload","video","webcam","webm"],"created_at":"2024-08-01T05:01:43.945Z","updated_at":"2025-03-31T09:31:29.990Z","avatar_url":"https://github.com/videowhisper.png","language":"PHP","funding_links":[],"categories":["PHP"],"sub_categories":[],"readme":"## Cam-Recorder-HTML5-Video-Audio : Video/Audio Recorder Camera/Microphone HTML5 - Standalone PHP\n\n[Live Demo: Cam/Mic/Screen Video/Audio Recorder HTML5 - Standalone PHP](https://demo.videowhisper.com/cam-recorder-html5-video-audio/)\n\n![Cam/Mic Video/Audio Recorder HTML5](/snapshots/h5v-video-recorder.jpg)\n\nBefore installing, test the simple setup in the live demo:\n[Cam/Mic Recorder HTML5 - Live Demo](https://demo.videowhisper.com/cam-recorder-html5-video-audio/)\n\nThis edition implements audio / video recording in an instant recording booth. Can record Webcam + Microphone Video, Screen + Microphone Video, Microphone Audio.\n\n### Standalone PHP Edition Features: Cam Recorder HTML5\n\n- [x] Instant recording booth\n- [x] Access recorder with a button\n- [x] List recordings (video, audio)\n\n### Video/Audio Recorder HTML5 Features\n\n- [x] Toggle Microphone/Webcam/Screen recording mode\n- [x] Select Microphone, Camera, Resolution\n- [x] Playback recording\n- [x] Discard and start recording again if needed\n- [x] Download recording\n- [x] Send (upload) recording to server\n- [x] 100% web based in all major HTML5 browsers\n\n### Installation Instructions\n\nRequirements: Regular web hosting with PHP. Recording does not involve live streaming requirements. This edition does not implement conversions.\n\n1.  Deploy files to your web installation location. (Example: yoursite.domain/cam-recorder-html5-video-audio/)\n2.  If you don't have SuPHP, enable write permissions (0777) for folder \"uploads\", where videos will be uploaded in booth folder.\n\n### Compatible Turnkey Hosting with Free Installation\n\n- [Live Streaming Hosting](https://webrtchost.com/hosting-plans/) - includes live streaming servers, web hosting with video conversion\n- [Video Hosting](https://videosharevod.com/hosting/) - web hosting with video conversions\n\n### Plain PHP Edition Limitations\n\n- The plain php edition refers to minimal scripts to showcase recording video and audio.\n- 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.\n- See [Turnkey HTML5 Videochat Site](https://paidvideochat.com/html5-videochat/) edition, available as WordPress plugin with full php source. Includes user role management (performers/clients), pay per minute, integrates billing wallets.\n\n### Main Integration Scripts\n\n- index.php : room booth page with Recorder button, recordings, accessed directly creates a recording booth and shows room link to access later\n- recorder.php : embeds video / audio recorder app\n- app-call.php is called by application to retrieve parameters, interact with web server, update status and chat (ajax calls)\n- app-functions.php functions implementing features for app-call.php , including translated texts, app settings\n\nScripts also contain comments for clarifications/suggestions.\n\n### VideoWhisper HTML5 Project Demos\n\n- [Video Call - HTML5 Videochat - Standalone](https://demo.videowhisper.com/videocall-html5-videochat-php/)\n- [Live Streaming - HTML5 Videochat - Standalone](https://demo.videowhisper.com/html5-videochat-php/)\n- [Cam/Mic Recorder HTML5 - Standalone](https://demo.videowhisper.com/cam-recorder-html5-video-audio/)\n- [PaidVideochat Turnkey Site](https://paidvideochat.com/demo/)\n\n### VideoWhisper HTML5 Project Downloads\n\n- [Video Call - HTML5 Videochat - GitHub](https://github.com/videowhisper/VideoCall-HTML5-Videochat-PHP)\n- [Live Streaming - HTML5 Videochat - GitHub](https://github.com/videowhisper/HTML5-Videochat-PHP)\n- [Cam/Mic Recorder HTML5 - GitHub](https://github.com/videowhisper/Cam-Recorder-HTML5-Video-Audio)\n- [PaidVideochat Turnkey Site - WordPress](https://wordpress.org/plugins/ppv-live-webcams/)\n\nFor a free consultation, [Contact VideoWhisper Technical Support](https://consult.videowhisper.com).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvideowhisper%2FCam-Recorder-HTML5-Video-Audio","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvideowhisper%2FCam-Recorder-HTML5-Video-Audio","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvideowhisper%2FCam-Recorder-HTML5-Video-Audio/lists"}