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