Product Updates getUserMedia() Logs To The Rescue For a long time we've been in the dark about the problems and errors users had with granting access to camera and microphone devices. We knew there were occasional problems but
Technology Standards Compliant Screen Capture in Chrome 72 Chrome 72 was rolled out yesterday with support for navigator.MediaDevices.getDisplayMedia() turned ON by default. You’re now able to capture and record/broadcast the screen of a user, a running app
Technology MediaStream Recorder API Now Available in Safari Technology Preview 73 On Jan 9, 2019 Safari Technology Preview 73 became available for download from webkit.org/downloads. In the release notes, under the WebRTC section, a new MediaRecorder change was mentioned. Implemented non-timeslice mode
Product Updates Inline HTML5 Desktop Recorder on Chrome on Android Pipe’s HTML5 desktop recorder can now be used inline on Chrome 63+ on Android devices. The move is part of our effort to provide desktop-like inline recorders on mobile devices. Safari on
Technology Standards Compliant Screen Capture in Chrome 70 With getDisplayMedia() (behind a flag) January 29th 2019 update: Chrome 72 was rolled out today with support for navigator.MediaDevices.getDisplayMedia() turned on by default. No need to change any flags. More details in the Chrome 72 blog
Product Updates Record Through Unstable Connections - New Reconnect Mechanism in the HTML5 Recorder We’ve added a reconnection mechanism to the desktop HTML5 recorder. Until now, when the connection to the media server was lost, an error message was shown (Your connection to the server has
Product Updates Introducing Per Second Pricing One thing we’ve been pondering on for a long while is removing the round up to the 1st minute we’ve had in place since launching and moving towards no round up.
Product Updates Pipe's New Retry Mechanism For Failed Copy, Transcode or Storage Attempts September 2020 update: we’ve updated this blog post to make it more clear that: * Up to 12 retries can be made for each of the 3 big processing steps (copy, conversion, all
Product Updates New Pipe Embed Code v2.0 Is Released In Beta Today we are finally ready to release our new 2.0 embed code in beta to all our client and trial accounts. This new embed code is one of the most important changes
Record Audio In HTML5 Recording Audio in the Browser Using the MediaStream Recorder API This is the 4th post in our new recording audio in HTML5 series. We’ve previously covered how to record pcm audio using the JavaScript based Recorder.js, pcm, mp3 and Vorbis using
Product Updates Way Better Storage Logs In The Pipe Account Area One of the lower priority items we worked on when we added the ability to push the recordings to your preferred storage was showing the logs created in the process. Given the development
Record Audio In HTML5 Recording mp3 audio in HTML5 using vmsg - a WebAssembly library based on LAME This is the 3rd post in our new recording audio in HTML5 series. We’ve previously covered how to use Recorder.js to capture uncompressed pcm audio and WebAudioRecorder.js to capture pcm,
Record Audio In HTML5 Using WebAudioRecorder.js to Record MP3, Vorbis and WAV Audio on Your Website This is the 2nd post in our new recording audio in HTML5 series. In the 1st we’ve discussed Recorder.js. In this blog post, we’ll cover using WebAudioRecorder.js to record
Record Audio In HTML5 Using Recorder.js to capture WAV audio in HTML5 and upload it to your server or download locally This is the 1st post in our new recording audio in HTML5 series. Next, we’ll cover using WebAudioRecorder, vmsg, the opus-recorder and MediaRecording API. Matt Diamond‘s Recorder.js is a popular
Product Updates Pipe Just Got Better - US Recording Region Now Available A new US region for recording videos is now available in all Pipe accounts. Until now only the EU region was available. This new region, just like the existing EU region, hosts 3
Technology 10 Advanced Features In The HTML5 <video> Player We’ve covered the basics of adding a video to your web page using the <video> element and briefly listed the <video> element’s more advanced features in an
Product Updates Pipe is Now GDPR Compliant As a European company, we’re glad to see the EU making updates to the aging data protection regulations from 1995. As you may know, GDPR, the new regulation, goes into effect tomorrow.
Product Updates 4 Changes To Our Webhooks Over the following month we are planning to revamp the number of webhooks and the data we send through them. We’re doing these changes to: * better group webhooks around the video lifecycle
Product Updates Audio & Video File Uploads From Desktop Browsers One of the more popular feature requests we got is the ability to upload existing audio & video recordings from desktop browsers, a feat that has been implemented on mobile devices from the
Product Updates New S3 Bucket & More Entropy in File Names On the 1st of February 2018 we’ll be making 2 changes to our platform: 1. We’ll be switching to a new EU based S3 bucket named eu1-addpipe.s3.eu-central-1.amazonaws.com
Product Updates The Pipe Recorder Is Now Available Through The Amazon CDN We’ve been experimenting with delivering our video and audio recording client through a CDN for a few months now. Today we’re opening up the feature to all our clients. We’re
Product Updates The Amazon CloudFront CDN Shaved Off Up To 50% of Our Recorder Client Loading Time When user numbers start to grow, one can expect that they will start accessing your service from different geographical regions. Relying on servers located in just one particular region (Europe in our case)
Product Updates Introducing FullHD, 2k and 4k Video Recording Starting with December 2017 Pipe will correctly record, process & store FullHD, 2k and 4k UHD/DCI videos. Quick resolutions overview: * HD is 1280×720 * FullHD is 1920×1080 * 2k is 2048×1080
Product Updates Introducing Audio Only Recording Audio only recording is the feature request we constantly received since launching the Pipe recording platform. Recently we’ve been hard at work adding the feature and as of today it’s available
Technology Common getUserMedia() Errors Once you get getUserMedia() working with audio and video constraints you immediately start hitting problems like: 1. user has no webcam, just a microphone 2. user has (accidentally) denied access to the webcam