You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
494 B
22 lines
494 B
5 years ago
|
---
|
||
|
title: Live
|
||
|
#date: 2020-05-04
|
||
|
license: All rights reserved
|
||
|
---
|
||
|
|
||
|
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/clappr@latest/dist/clappr.min.js"></script>
|
||
|
|
||
|
<div id="player"></div>
|
||
|
<script>
|
||
|
var player = new Clappr.Player({
|
||
|
source: "https://h3ndrik.de/hls/test.m3u8",
|
||
|
parentId: "#player",
|
||
|
language: 'de-DE',
|
||
|
poster: 'player.jpg',
|
||
|
width: '100%',
|
||
|
height: '720',
|
||
|
actualLiveTime: true,
|
||
|
autoPlay: true,
|
||
|
});
|
||
|
</script>
|