Skip to content

Instantly share code, notes, and snippets.

@bjornmicallef
Created February 27, 2020 19:26
Show Gist options
  • Save bjornmicallef/a4a3635d0e2bc117eedffb6afe05c7fb to your computer and use it in GitHub Desktop.
Save bjornmicallef/a4a3635d0e2bc117eedffb6afe05c7fb to your computer and use it in GitHub Desktop.
loading a video at client-side level two
<html>
<head></head>
<body>
<h1>Hello World</h1>
<video width="640" height="360" controls="controls">
<source src="http://127.0.0.1:3002/PlayStationStartup.mp4" type="video/mp4">
</video>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment