javascript - how to serve a video using video.js coming from diff domain? -
I have a site x.com and video is coming. Using Js, BOD wants to serve a video
But I'm getting a security box error from the browser: access denied
What videos? Is it possible to serve a video with defré domain using js?
Thanks for reading,
Seen.
If it is a separate domain you need a complete path including protocol.
& lt; Source src = "http://b.com/StudioLite.mp4" type = 'video / mp34' & gt;
Comments
Post a Comment