Demo of the MediaRecorder API for recording audio and video in the browser. Test real-time media capture with playback support.| addpipe.com
Test the MediaRecorder API for audio-only capture. Record microphone input directly in your browser using native web APIs.| addpipe.com
Live demo of the Web Speech API speech recognition feature. Convert spoken words to text in real time with supported browsers.| addpipe.com
Explore advanced embed options for using the Pipe recorder on desktop. Customize behavior, UI elements, and integration settings.| Pipe Docs
Explore the full AddPipe documentation. Learn how to integrate audio, video, and screen recording into your app using our APIs, SDKs, and plugins. Start your free 14-day trial today.| Pipe Docs
Pipe is a powerful HTML5 video, audio, and screen recorder for your website. Easily record from users' cameras or screens and upload securely to the cloud. No plugins, no downloads. Start your free 14-day trial today.| addpipe.com
Understand how Pipe handles file uploads after recording. Learn about storage, upload flow, and options for accessing recorded files.| Pipe Docs
By default, with the desktop recorder, users can only record a new video or audio file using their webcam and/or microphone. You can allow users to upload an existing audio or video file they have on their device by turning on the file upload feature in the embed code. Once the feature is enabled , the desktop recorder will show a new button that allows a user to upload an existing recording:| Pipe Docs
Webhooks allow you to create integrations that subscribe to certain events in Pipe. When one of those events happens, we’ll trigger a webhook that’ll send (POST) the event data to the webhook’s URL. Pipe allows webhook URLs with up to 200 characters in length. Webhooks can be used to receive & save information about new recordings to your database, trigger a copy action to your own storage, or execute any other code.| Pipe Docs
You can change most of the recorder client’s options directly in your embed code. The size, the maximum recording time, the payload data and more can all be changed by making changes to the embed code. 2.0 Embed Code # 2.0 HTML # With the 2.0 HTML embed code, you use the tag’s HTML attributes to control the recording client. All the attributes are prefixed with the pipe- prefix.| Pipe Docs