From 711aed75e1430b3c53ffbe01de43ba2123a950ec Mon Sep 17 00:00:00 2001 From: radiantmediaplayer Date: Mon, 3 Feb 2020 18:49:55 +0100 Subject: [PATCH] 1.0.3 - test for Prebid 3.5+ - updates to Radiant Media Player 5.6.5 --- instream-client-side.html | 4 ++-- instream-prebid-server.html | 4 ++-- js/instream-client-side.js | 2 -- js/instream-prebid-server.js | 2 -- outstream.html | 4 ++-- package.json | 2 +- 6 files changed, 7 insertions(+), 11 deletions(-) diff --git a/instream-client-side.html b/instream-client-side.html index ac5b52f..b263710 100644 --- a/instream-client-side.html +++ b/instream-client-side.html @@ -9,7 +9,7 @@ Instream Video + src="https://cdn.radiantmediatechs.com/rmp/5.6.5/js/rmp.debug.js"> @@ -29,7 +29,7 @@

Instream Video (muted autoplay)

+ src="https://acdn.adnxs.com/prebid/not-for-prod/3/prebid.js"> diff --git a/instream-prebid-server.html b/instream-prebid-server.html index 5837142..fab054b 100644 --- a/instream-prebid-server.html +++ b/instream-prebid-server.html @@ -9,7 +9,7 @@ Instream Video + src="https://cdn.radiantmediatechs.com/rmp/5.6.5/js/rmp.debug.js"> @@ -29,7 +29,7 @@

Instream Video (muted autoplay)

+ src="https://acdn.adnxs.com/prebid/not-for-prod/3/prebid.js"> diff --git a/js/instream-client-side.js b/js/instream-client-side.js index 57e839f..bd80970 100644 --- a/js/instream-client-side.js +++ b/js/instream-client-side.js @@ -104,8 +104,6 @@ pbApp.invokeVideoPlayer = function (adTagUrl) { muted: true, // we use Google IMA in this demo, but you can use rmp-vast as well depending on your requirements adParser: 'ima', - // since we may request a skippable ads we set adDisableCustomPlaybackForIOS10Plus: true to allow rendering of skippable ads on iOS - adDisableCustomPlaybackForIOS10Plus: true, // here is our winner VAST adTagUrl adTagUrl: adTagUrl, poster: 'https://www.radiantmediaplayer.com/images/poster-rmp-showcase.jpg' diff --git a/js/instream-prebid-server.js b/js/instream-prebid-server.js index 5b9a46b..d6f1488 100644 --- a/js/instream-prebid-server.js +++ b/js/instream-prebid-server.js @@ -116,8 +116,6 @@ pbApp.invokeVideoPlayer = function (adTagUrl) { muted: true, // we use Google IMA in this demo, but you can use rmp-vast as well depending on your requirements adParser: 'ima', - // since we may request a skippable ads we set adDisableCustomPlaybackForIOS10Plus: true to allow rendering of skippable ads on iOS - adDisableCustomPlaybackForIOS10Plus: true, // here is our winner VAST adTagUrl adTagUrl: adTagUrl, poster: 'https://www.radiantmediaplayer.com/images/poster-rmp-showcase.jpg' diff --git a/outstream.html b/outstream.html index a5b4b28..b42c240 100644 --- a/outstream.html +++ b/outstream.html @@ -9,7 +9,7 @@ Outstream Video + src="https://cdn.radiantmediatechs.com/rmp/5.6.5/js/rmp.debug.js"> @@ -29,7 +29,7 @@

Outstream Video (muted autoplay)

+ src="https://acdn.adnxs.com/prebid/not-for-prod/3/prebid.js"> diff --git a/package.json b/package.json index 9611a92..31d4f8d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rmp-prebid", - "version": "1.0.2", + "version": "1.0.3", "author": "Radiant Media Player ", "description": "Implements header bidding for Radiant Media Player through Prebid.js", "repository": {