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": {