Mediarecorder / pollyfil support for Safari

I wanted to record a video stream for Laptop webcam in Safari browser.
I am accessing a stream in the browser using MediaDevices.getUserMedia ().
It seems the MediaRecorder interface will do the trick ( https://developer.mozilla.org/en-US/docs/Web/API/MediaRecorder ).

However, this is not supported by Safari. Any recommendation on how I should record the webcam stream and create a VCR that works in Safari.

+3


source to share


2 answers


There seems to be nothing in Safari right now.



0


source


You can use the Pipe video recording platform which falls back to Flash in Safari.

Desktop Safari is likely to get WebRTC support in autum, but there is no word about support for a separate Media Recorder API or WebRTC in mobile Safari.



Disclaimer: I am running @Pipe.

0


source







All Articles