Skip to content

Commit

Permalink
1.0.3
Browse files Browse the repository at this point in the history
- test for Prebid 3.5+
- updates to Radiant Media Player 5.6.5
  • Loading branch information
radiantmediaplayer committed Feb 3, 2020
1 parent 18bd7b5 commit 711aed7
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 11 deletions.
4 changes: 2 additions & 2 deletions 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.6.0/js/rmp.debug.js"></script>
src="https://cdn.radiantmediatechs.com/rmp/5.6.5/js/rmp.debug.js"></script>
</head>

<body>
Expand All @@ -29,7 +29,7 @@ <h2>Instream Video (muted autoplay)</h2>
<!-- this is an unoptimized build for the purpose of this demo -->
<!-- see https://prebid.org/download.html or https://github.com/prebid/Prebid.js/#Build to produce a production build specific to your project-->
<script async
src="https://acdn.adnxs.com/prebid/not-for-prod/1/prebid.js"></script>
src="https://acdn.adnxs.com/prebid/not-for-prod/3/prebid.js"></script>
<!-- player app logic -->
<script src="js/instream-client-side.js"></script>

Expand Down
4 changes: 2 additions & 2 deletions 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.6.0/js/rmp.debug.js"></script>
src="https://cdn.radiantmediatechs.com/rmp/5.6.5/js/rmp.debug.js"></script>
</head>

<body>
Expand All @@ -29,7 +29,7 @@ <h2>Instream Video (muted autoplay)</h2>
<!-- this is an unoptimized build for the purpose of this demo -->
<!-- see https://prebid.org/download.html or https://github.com/prebid/Prebid.js/#Build to produce a production build specific to your project-->
<script async
src="https://acdn.adnxs.com/prebid/not-for-prod/1/prebid.js"></script>
src="https://acdn.adnxs.com/prebid/not-for-prod/3/prebid.js"></script>
<!-- player app logic -->
<script src="js/instream-prebid-server.js"></script>

Expand Down
2 changes: 0 additions & 2 deletions js/instream-client-side.js
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
2 changes: 0 additions & 2 deletions js/instream-prebid-server.js
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
4 changes: 2 additions & 2 deletions 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.6.0/js/rmp.debug.js"></script>
src="https://cdn.radiantmediatechs.com/rmp/5.6.5/js/rmp.debug.js"></script>
</head>

<body>
Expand All @@ -29,7 +29,7 @@ <h2>Outstream Video (muted autoplay)</h2>
<!-- this is an unoptimized build for the purpose of this demo -->
<!-- see https://prebid.org/download.html or https://github.com/prebid/Prebid.js/#Build to produce a production build specific to your project-->
<script async
src="https://acdn.adnxs.com/prebid/not-for-prod/1/prebid.js"></script>
src="https://acdn.adnxs.com/prebid/not-for-prod/3/prebid.js"></script>
<!-- player app logic -->
<script src="js/outstream.js"></script>

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.2",
"version": "1.0.3",
"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 711aed7

Please sign in to comment.