From 6322eb55cb34433f0960eeff0e02d2281b8cfe89 Mon Sep 17 00:00:00 2001 From: radiantmediaplayer Date: Sun, 21 Jun 2020 16:03:20 +0200 Subject: [PATCH] 1.0.5 - updates to Radiant Media Player 5.9.0 - updates streaming URL example --- instream-client-side.html | 2 +- instream-prebid-server.html | 2 +- js/instream-client-side.js | 2 +- js/instream-prebid-server.js | 2 +- outstream.html | 2 +- package.json | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/instream-client-side.html b/instream-client-side.html index 2a74568..92f92b9 100644 --- a/instream-client-side.html +++ b/instream-client-side.html @@ -9,7 +9,7 @@ Instream Video + src="https://cdn.radiantmediatechs.com/rmp/5.9.0/js/rmp.min.js"> diff --git a/instream-prebid-server.html b/instream-prebid-server.html index f9f3cf9..bf484a4 100644 --- a/instream-prebid-server.html +++ b/instream-prebid-server.html @@ -9,7 +9,7 @@ Instream Video + src="https://cdn.radiantmediatechs.com/rmp/5.9.0/js/rmp.min.js"> diff --git a/js/instream-client-side.js b/js/instream-client-side.js index bd80970..5395e63 100644 --- a/js/instream-client-side.js +++ b/js/instream-client-side.js @@ -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 = { diff --git a/js/instream-prebid-server.js b/js/instream-prebid-server.js index d6f1488..7e9ff87 100644 --- a/js/instream-prebid-server.js +++ b/js/instream-prebid-server.js @@ -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 = { diff --git a/outstream.html b/outstream.html index b5af47b..7dab8ef 100644 --- a/outstream.html +++ b/outstream.html @@ -9,7 +9,7 @@ Outstream Video + src="https://cdn.radiantmediatechs.com/rmp/5.9.0/js/rmp.debug.js"> diff --git a/package.json b/package.json index 31d4f8d..8b082e9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rmp-prebid", - "version": "1.0.3", + "version": "1.0.5", "author": "Radiant Media Player ", "description": "Implements header bidding for Radiant Media Player through Prebid.js", "repository": {