Skip to content

Commit

Permalink
1.0.5
Browse files Browse the repository at this point in the history
- updates to Radiant Media Player 5.9.0
- updates streaming URL example
  • Loading branch information
radiantmediaplayer committed Jun 21, 2020
1 parent d2ec77b commit 6322eb5
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion instream-client-side.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
Instream Video</title>
<!-- Radiant Media Player core library - debug browser console mode (use rmp.min.js for production) -->
<script
src="https://cdn.radiantmediatechs.com/rmp/5.7.10/js/rmp.debug.js"></script>
src="https://cdn.radiantmediatechs.com/rmp/5.9.0/js/rmp.min.js"></script>
</head>

<body>
Expand Down
2 changes: 1 addition & 1 deletion instream-prebid-server.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
Instream Video</title>
<!-- Radiant Media Player core library - debug browser console mode (use rmp.min.js for production) -->
<script
src="https://cdn.radiantmediatechs.com/rmp/5.7.10/js/rmp.debug.js"></script>
src="https://cdn.radiantmediatechs.com/rmp/5.9.0/js/rmp.min.js"></script>
</head>

<body>
Expand Down
2 changes: 1 addition & 1 deletion js/instream-client-side.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ pbApp.invokeVideoPlayer = function (adTagUrl) {
}
var src = {
mp4: [
'https://www.rmp-streaming.com/media/bbb-360p.mp4'
'https://www.rmp-streaming.com/media/big-buck-bunny-360p.mp4'
]
};
var settings = {
Expand Down
2 changes: 1 addition & 1 deletion js/instream-prebid-server.js
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ pbApp.invokeVideoPlayer = function (adTagUrl) {
}
var src = {
mp4: [
'https://www.rmp-streaming.com/media/bbb-360p.mp4'
'https://www.rmp-streaming.com/media/big-buck-bunny-360p.mp4'
]
};
var settings = {
Expand Down
2 changes: 1 addition & 1 deletion outstream.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
Outstream Video</title>
<!-- Radiant Media Player core library - debug browser console mode (use rmp.min.js for production) -->
<script
src="https://cdn.radiantmediatechs.com/rmp/5.7.10/js/rmp.debug.js"></script>
src="https://cdn.radiantmediatechs.com/rmp/5.9.0/js/rmp.debug.js"></script>
</head>

<body>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rmp-prebid",
"version": "1.0.3",
"version": "1.0.5",
"author": "Radiant Media Player <support@radiantmediaplayer.com>",
"description": "Implements header bidding for Radiant Media Player through Prebid.js",
"repository": {
Expand Down

0 comments on commit 6322eb5

Please sign in to comment.