Skip to content

Commit

Permalink
1.0.1
Browse files Browse the repository at this point in the history
- updates to Radiant Media Player 5.7.5
- fixes HTML lint
  • Loading branch information
radiantmediaplayer committed Mar 6, 2020
1 parent 1319841 commit 82afb3e
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion ads.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</head>

<body>
<script src="https://cdn.radiantmediatechs.com/rmp/5.7.4/js/rmp.min.js"></script>
<script src="https://cdn.radiantmediatechs.com/rmp/5.7.5/js/rmp.min.js"></script>
<div id="rmpPlayer"></div>
<script>
var src = {
Expand Down
2 changes: 1 addition & 1 deletion aes-hls.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</head>

<body>
<script src="https://cdn.radiantmediatechs.com/rmp/5.7.4/js/rmp.min.js"></script>
<script src="https://cdn.radiantmediatechs.com/rmp/5.7.5/js/rmp.min.js"></script>
<div id="rmpPlayer"></div>
<script>
var src = {
Expand Down
2 changes: 1 addition & 1 deletion hls.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</head>

<body>
<script src="https://cdn.radiantmediatechs.com/rmp/5.7.4/js/rmp.min.js"></script>
<script src="https://cdn.radiantmediatechs.com/rmp/5.7.5/js/rmp.min.js"></script>
<div id="rmpPlayer"></div>
<script>
var src = {
Expand Down
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ <h3>Select a player</h3>
<h3>Viewport size</h3>
<pre id="viewportSize"></pre>
<h3>Environment</h3>
<iframe width="100%" height="720" src="https://www.radiantmediaplayer.com/checkenv.html"
<iframe width="1140" height="720" src="https://www.radiantmediaplayer.com/checkenv.html"
style="border:none;" allowfullscreen
sandbox="allow-scripts allow-presentation allow-same-origin"
sandbox="allow-scripts allow-presentation"
allow="autoplay; fullscreen; picture-in-picture; xr-spatial-tracking; encrypted-media"></iframe>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion live.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</head>

<body>
<script src="https://cdn.radiantmediatechs.com/rmp/5.7.4/js/rmp.min.js"></script>
<script src="https://cdn.radiantmediatechs.com/rmp/5.7.5/js/rmp.min.js"></script>
<div id="rmpPlayer"></div>
<script>
var src = {
Expand Down
2 changes: 1 addition & 1 deletion mp4.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</head>

<body>
<script src="https://cdn.radiantmediatechs.com/rmp/5.7.4/js/rmp.min.js"></script>
<script src="https://cdn.radiantmediatechs.com/rmp/5.7.5/js/rmp.min.js"></script>
<div id="rmpPlayer"></div>
<script>
var src = {
Expand Down

0 comments on commit 82afb3e

Please sign in to comment.