How to play a s3 video url in html video tag

66

How to play a s3 video url in html video tag? -

<video width="100" height="100" controls>
  <source src="random.mp4" type="video/mp4">
  <source src="random.ogg" type="video/ogg">
Your browser does not support the video tag.
</video>
 Run code snippet

Comments

Submit
0 Comments