Skip to content

Commit

Permalink
1.0.3
Browse files Browse the repository at this point in the history
- updates to Radiant Media Player 5.7.10
- updates LICENSE
  • Loading branch information
radiantmediaplayer committed May 4, 2020
1 parent 91f8945 commit 3e7223f
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 7 deletions.
3 changes: 3 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ Terms are outlined below (from opensource.org)

Radiant Media Player | https://www.radiantmediaplayer.com
Copyright (c) 2020 Radiant Media Player
Radiant Media Player is a commercial HTML5 media player, not covered by this MIT license.
Radiant Media Player license can be found here: https://www.radiantmediaplayer.com/terms-of-service.html.
You may request a free trial for Radiant Media Player at: https://www.radiantmediaplayer.com/free-trial.html.

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,12 @@ is made to be tested in web browsers or in Amazon Web App Tester. When testing y
## Issues
Issues should be submitted in this GitHub page. We will do our best to review them.

## License
## License for rmp-fire-tv
rmp-fire-tv is released under MIT.

Radiant Media Player has its own license which can be found here: [https://www.radiantmediaplayer.com/terms-of-service.html](https://www.radiantmediaplayer.com/terms-of-service.html).
## License for Radiant Media Player
Radiant Media Player is a commercial HTML5 media player, not covered by the above MIT license.

Radiant Media Player license can be found here: [https://www.radiantmediaplayer.com/terms-of-service.html](https://www.radiantmediaplayer.com/terms-of-service.html).

You may request a free trial for Radiant Media Player at: [https://www.radiantmediaplayer.com/free-trial.html](https://www.radiantmediaplayer.com/free-trial.html).
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.9/js/rmp.min.js"></script>
<script src="https://cdn.radiantmediatechs.com/rmp/5.7.10/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.9/js/rmp.min.js"></script>
<script src="https://cdn.radiantmediatechs.com/rmp/5.7.10/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.9/js/rmp.min.js"></script>
<script src="https://cdn.radiantmediatechs.com/rmp/5.7.10/js/rmp.min.js"></script>
<div id="rmpPlayer"></div>
<script>
var src = {
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.9/js/rmp.min.js"></script>
<script src="https://cdn.radiantmediatechs.com/rmp/5.7.10/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.9/js/rmp.min.js"></script>
<script src="https://cdn.radiantmediatechs.com/rmp/5.7.10/js/rmp.min.js"></script>
<div id="rmpPlayer"></div>
<script>
var src = {
Expand Down

0 comments on commit 3e7223f

Please sign in to comment.