6

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

However this isnt supported by Safari. Any recommendation on how i should record the webcam stream and build a video recorder that runs on Safari.

Siddharth Jain
  • 380
  • 1
  • 3
  • 16

2 Answers2

1

It seems there is nothing available for Safari at the moment.

Siddharth Jain
  • 380
  • 1
  • 3
  • 16