DOMException Failed to load because no supported source was found


It can be a Cross-Origin Resource Sharing (CORS) issue.

video.crossOrigin = 'anonymous';

To enable cross-origin resource sharing, use the following. It allows the images to pass the HTTP header with an image response.

Access-Control-Allow-Origin: *

You can also use the HTML() method −

$('#audio').html('<audio autoplay><source src="demo.mp3"></audio>');

karthikeya Boyini
karthikeya Boyini

I love programming (: That's all I know

Updated on: 25-Jun-2020

2K+ Views

Kickstart Your Career

Get certified by completing the course

Get Started
Advertisements