Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

141
Views
Setting video src as blob from getUserMedia in Safari not working

I'm trying to allow users to record a video of themselves, and then show a preview of the video. The problem seems to be, that setting the src of the preview video element to the blob doesn't work in Safari like it does in Chrome and Firefox.

Is this possible at all, or is there maybe another way I could go about doing this without uploading the video to the server first?

Here's how I'm setting the src attribute, which like I said works in Firefox and Chrome:

let blob = new Blob(this.chunks, { type: 'video/webm' });
this.videoPlaceholder.src = URL.createObjectURL(blob);

I tried to create a source element in the video tag with the blob as the src attribute, calling .load() on the video element, and a couple other solutions, but nothing seems to be working.

about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!