Skip to content

Instantly share code, notes, and snippets.

@vladCovaliov
Last active January 3, 2016 07:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vladCovaliov/8432289 to your computer and use it in GitHub Desktop.
Save vladCovaliov/8432289 to your computer and use it in GitHub Desktop.
<video id="movie" width="720" height="480" preload="none"
poster="" controls>
<source src="https://s3.amazonaws.com/av-jwplayer/123.mp4" type="video/mp4">
</video>
<div id='mediaplayer'></div>
<script type="text/javascript">
jwplayer('mediaplayer').setup({
file: "rtmp://s2l38r63zpp53t.cloudfront.net/cfx/st/123.mp4",
width: "720",
height: "480"
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment