Created
October 19, 2016 16:22
-
-
Save martin0258/589fe83c2be2df87974da110076c1a41 to your computer and use it in GitHub Desktop.
New pen based on Live stream
This file contains 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
<div data-live="true" | |
data-ratio="0.5625" | |
class="flowplayer fixed-controls"> | |
<video data-title="Live stream"> | |
<source type="application/x-mpegurl" | |
src="http://waaarplive05-lh.akamaihd.net/i/stemi_1@66843/master.m3u8"> | |
</video> | |
</div> |
This file contains 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="//code.jquery.com/jquery-1.11.2.min.js"></script> | |
<script src="//releases.flowplayer.org/6.0.5/flowplayer.min.js"></script> | |
<script src="//releases.flowplayer.org/hlsjs/flowplayer.hlsjs.min.js"></script> |
This file contains 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
<link href="//releases.flowplayer.org/6.0.5/skin/functional.css" rel="stylesheet" /> | |
<link href="http://demos.flowplayer.org/media/css/codepen.css" rel="stylesheet" /> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment