-
Notifications
You must be signed in to change notification settings - Fork 13
/
radiant-media-player-pallycon-sample.html
53 lines (48 loc) · 1.89 KB
/
radiant-media-player-pallycon-sample.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
<!DOCTYPE html>
<html>
<head>
<title>Radiant Media Player PallyCon Multi-DRM Sample</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- <meta name="viewport" content="initial-scale=1, width=device-width, shrink-to-fit=no">-->
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<script src="https://cdn.radiantmediatechs.com/rmp/7.11.1/js/rmp.min.js"></script>
<link rel="stylesheet" href="css/mvp.css">
<link rel="stylesheet" href="css/scrolldown.css">
</head>
<body>
<header>
<h1>PallyCon - Radiant Media Player Sample</h1>
<img alt="radiant logo" src="./media/radiant-logo.png">
<p>This sample shows how to play streaming content (DASH or HLS) protected by multi-DRM (PlayReady, Widevine,
FairPlay Streaming) using Radiant Media Player. Please check the PallyCon and Radiant Media Player docs sites for more
information.</p>
<p>
<a href="https://pallycon.com/docs/en/multidrm/clients/html5-player/" target="_blank"><i>PallyCon Docs
↗</i></a>
<a href="https://www.radiantmediaplayer.com/guides/working-with-pallycon.html" target="_blank"><b>Visit Radiant Media Player docs
↗</b></a>
</p>
<!-- Scroll down indicator CSS animation -->
<div class="container">
<div class="chevron"></div>
<div class="chevron"></div>
<div class="chevron"></div>
</div>
</header>
<main>
<hr>
<code id="browserCheckResult"></code>
<p>
<div style="width:100%; height: auto">
<div id="my-player"></div>
</div>
</p>
</main>
<footer>
<p align="center">Copyright 2021 <a href="https://inka.co.kr/" target="_blank">INKA Entworks</a></p>
</footer>
</body>
<script type="text/javascript" src="js/pallycon-sample-helper.js"></script>
<script type="text/javascript" src="js/radiant-sample.js"></script>
</html>