diff --git a/analytics/analytics-bitrate-ladder-validator/info.json b/analytics/analytics-bitrate-ladder-validator/info.json index 93442340..f7b20bec 100644 --- a/analytics/analytics-bitrate-ladder-validator/info.json +++ b/analytics/analytics-bitrate-ladder-validator/info.json @@ -31,5 +31,6 @@ "testing", "QOE" ], - "hide_github_link": true + "hide_github_link": true, + "priority": 1020 } \ No newline at end of file diff --git a/player/ad-event-verification-omsdk/index.html b/player/ad-event-verification-omsdk/index.html index 0a11cb34..748d784a 100644 --- a/player/ad-event-verification-omsdk/index.html +++ b/player/ad-event-verification-omsdk/index.html @@ -1,5 +1,3 @@ - - @@ -35,7 +33,7 @@ - +
@@ -72,30 +70,16 @@

-

- 1. Acquire the OM SDK files from the - - IAB Tech Lab Tools Portal - -

- 2. Include the following scripts in your page + 1. Include Bitmovin Player Advertising module (BAM) and the Advertising OM SDK module in your page

-
${code:page.html}

- 3. Set up the player instance for ad verification using OM SDK + 2. Set up the player instance for ad verification using OM SDK

  1. @@ -103,7 +87,7 @@

  2. Create a player configuration including a - + OM SDK Tracker configuration
  3. diff --git a/player/ad-event-verification-omsdk/page.html b/player/ad-event-verification-omsdk/page.html index f7a465b4..49ff5db6 100644 --- a/player/ad-event-verification-omsdk/page.html +++ b/player/ad-event-verification-omsdk/page.html @@ -1,7 +1,3 @@ - - - - diff --git a/player/ad-event-verification-omsdk/page.js b/player/ad-event-verification-omsdk/page.js index e40ac8f6..42f4983a 100644 --- a/player/ad-event-verification-omsdk/page.js +++ b/player/ad-event-verification-omsdk/page.js @@ -20,7 +20,7 @@ var conf = { trackers: { omSdk: { partnerName: 'awesome-company', - partnerVersion: '1.3.25', + partnerVersion: '1.0.0', verificationResources: [{ validationScriptUrl: 'https://somewhere.com/validation-script.js', }] diff --git a/player/drm/index.html b/player/drm/index.html index 5d39addd..e078e200 100644 --- a/player/drm/index.html +++ b/player/drm/index.html @@ -109,7 +109,7 @@

    Try our SDKs

- + diff --git a/player/drm/info.json b/player/drm/info.json index 2c138faa..208c4726 100644 --- a/player/drm/info.json +++ b/player/drm/info.json @@ -22,5 +22,5 @@ "widevine", "playready" ], - "priority": 880 + "priority": 1040 } \ No newline at end of file diff --git a/player/native-sdks/index.html b/player/native-sdks/index.html index 303b2e22..ea75f1bd 100644 --- a/player/native-sdks/index.html +++ b/player/native-sdks/index.html @@ -42,7 +42,7 @@
- Bitmovin on Google Play diff --git a/player/player-ui-styling/css/style.css b/player/player-ui-styling/css/style.css index d535444e..8182d009 100644 --- a/player/player-ui-styling/css/style.css +++ b/player/player-ui-styling/css/style.css @@ -52,6 +52,10 @@ a { /*background-color: #ff1237;*/ /*}*/ +.bmpui-seekbar.bigseek > * { + font-size: 3em; +} + .bmpui-seekbar-backdrop.orange { background-color: #ff931e !important; } diff --git a/player/player-ui-styling/index.html b/player/player-ui-styling/index.html index 36dcab6e..88b76efa 100644 --- a/player/player-ui-styling/index.html +++ b/player/player-ui-styling/index.html @@ -35,12 +35,12 @@
-
-
diff --git a/player/player-ui-styling/js/script.js b/player/player-ui-styling/js/script.js index 7c4d2dfe..3ee6ad93 100644 --- a/player/player-ui-styling/js/script.js +++ b/player/player-ui-styling/js/script.js @@ -16,7 +16,7 @@ var source = { poster: 'https://bitmovin-a.akamaihd.net/content/sintel/poster.png' }; -var currentUiManager, isBigSeekbar = false, isSmallscreen = false; +var currentUiManager, isSmallscreen = false; var playerContainer = document.getElementById('player-container'); var player = new bitmovin.player.Player(playerContainer, conf); @@ -43,8 +43,8 @@ document.getElementById('watermark').addEventListener('click', function() { document.getElementById('bigseek').addEventListener('click', function() { - $('.bmpui-ui-seekbar').css('font-size', isBigSeekbar ? '1em' : '3em'); - isBigSeekbar = !isBigSeekbar; + var seekbar = $('.bmpui-seekbar')[0]; + seekbar.classList.toggle('bigseek'); }); document.getElementById('color2').addEventListener('click', function() { diff --git a/player/stream-test/css/style.css b/player/stream-test/css/style.css index a093e7e4..c975963d 100644 --- a/player/stream-test/css/style.css +++ b/player/stream-test/css/style.css @@ -113,6 +113,10 @@ body:not(.fullscreen) :not(.no-frame).notebook-frame::before { margin-top: 47px; } +#player, #player > * { + border-radius: 0 !important; +} + .sdk-wrapper-title { font-size: 20px; line-height: 23px; diff --git a/player/stream-test/index.html b/player/stream-test/index.html index 8c63a8f7..76b4878b 100644 --- a/player/stream-test/index.html +++ b/player/stream-test/index.html @@ -124,7 +124,7 @@

Try our SDKs

- + diff --git a/player/stream-test/info.json b/player/stream-test/info.json index 3e3928da..d867b247 100644 --- a/player/stream-test/info.json +++ b/player/stream-test/info.json @@ -22,5 +22,5 @@ "test", "player" ], - "priority": 900 + "priority": 1060 } \ No newline at end of file