-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathindex.html
62 lines (59 loc) · 2.67 KB
/
index.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
54
55
56
57
58
59
60
61
62
<!DOCTYPE html>
<html>
<head>
<title>PallyCon Multi-DRM HTML5 Player Samples</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="stylesheet" href="css/mvp.css">
<link rel="stylesheet" href="css/scrolldown.css">
</head>
<body>
<header>
<img alt="PallyCon logo" src="./media/pallycon-logo.png">
<h1>PallyCon Multi-DRM HTML5 Player Samples v1.1</h1>
<p>These samples show how to play streaming content (DASH or HLS) protected by multi-DRM (PlayReady, Widevine, FairPlay Streaming) using various HTML5 player solutions. Please check the PallyCon Docs site and our service site 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://pallycon.com/" target="_blank"><b>Visit PallyCon.com ↗</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>
<section>
<header>
<h2>Choose the HTML5 player sample you want to check.</h2>
</header>
<aside>
<img alt=" Shaka logo" src="./media/shaka-logo.png">
<p><a href=" ./shaka-player-pallycon-sample.html"> <em>Shaka Player Sample</em></a></p>
</aside>
<aside>
<img alt="VideoJS logo" src="./media/videojs-logo.png">
<p><a href="./videojs-pallycon-sample.html"><em>VideoJS Player Sample</em></a></p>
</aside>
<aside>
<img alt="Bitmovin logo" src="./media/bitmovin-logo.png">
<p><a href="./bitmovin-player-pallycon-sample.html"><em>Bitmovin Player Sample</em></a></p>
</aside>
<aside>
<img alt="THEOplayer logo" src="./media/theoplayer-logo.png">
<p><a href="./theoplayer-pallycon-sample.html"><em>THEOplayer Sample</em></a></p>
</aside>
<aside>
<img alt="RadiantMediaPlayer logo" src="./media/radiant-logo.png">
<p><a href="./radiant-media-player-pallycon-sample.html"><em>Radiant Media Player Sample</em></a></p>
</aside>
</section>
</main>
<footer>
<p align="center">Copyright 2021 <a href=" https://inka.co.kr/" target="_blank">INKA Entworks</a></p>
</footer>
</body>
</html>