Last active
March 23, 2018 21:19
-
-
Save ryenski/b9554daaf419ac0459272a96450783a7 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<script src="http://<BEACON_HOST>/v1/config?configuration_id=<CONFIG_ID"></script> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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