Skip to content

Instantly share code, notes, and snippets.

@flavioribeiro
Created January 8, 2015 17:49
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save flavioribeiro/e6bb189cf903aabe5d52 to your computer and use it in GitHub Desktop.
Save flavioribeiro/e6bb189cf903aabe5d52 to your computer and use it in GitHub Desktop.
<html>
<head>
<script type="text/javascript" src="http://cdn.clappr.io/latest/clappr.min.js"></script>
<script type="text/javascript" src="http://cdn.jsdelivr.net/clappr.rtmp/0.0.2/rtmp.min.js"></script>
</head>
<body>
<div id="player"></div>
<script>
window.onload = function() {
var player = new Clappr.Player({
source: 'rtmp://cp67126.edgefcs.net/ondemand/mediapm/strobe/content/test/SpaceAloneHD_sounas_640_500_short',
parentId: "#player",
autoPlay: true,
plugins: {'playback': [RTMP]}
});
}
</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment