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

Popular posts from this blog

java - org.apache.http.ProtocolException: Target host is not specified -

java - Gradle dependencies: compile project by relative path -

ruby on rails - Object doesn't support #inspect when used with .include -