Skip to content

Instantly share code, notes, and snippets.

@ryenski
Last active March 23, 2018 21:19
Show Gist options
  • Save ryenski/b9554daaf419ac0459272a96450783a7 to your computer and use it in GitHub Desktop.
Save ryenski/b9554daaf419ac0459272a96450783a7 to your computer and use it in GitHub Desktop.
<script src="http://<BEACON_HOST>/v1/config?configuration_id=<CONFIG_ID"></script>
<html>
<body>
<div id="player">
<video id="myVideo" controls poster="xyz.jpg" playsinline>
<source src="xyz.mp4" type="video/mp4" />
<source src="xyz" type="video/webm" />
</video>
<script src="://datazoom.io/beacon/v1/config?configuration_id=<CONFIG_ID>"></script>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment