Skip to content
Snippets Groups Projects
Commit cc685c96 authored by Fabian Marquardt's avatar Fabian Marquardt
Browse files

Initial commit

parents
Branches
No related tags found
No related merge requests found
Pipeline #3893 passed
image: alpine:latest
pages:
stage: deploy
script:
- echo 'Nothing to do...'
artifacts:
paths:
- public
only:
- master
This diff is collapsed.
<html>
<head>
<script type="text/javascript" src="clappr.min.js"></script>
<script type="text/javascript" src="level-selector.min.js"></script>
</head>
<body>
<div id="player"></div>
<script>
var player = new Clappr.Player({
source: "http://hls1.stream.kif.rocks/stream.m3u8",
parentId: "#player",
autoPlay: true,
plugins: [LevelSelector]
});
</script>
</body>
</html>
\ No newline at end of file
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment