-
Notifications
You must be signed in to change notification settings - Fork 240
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #71 from bitmovin/develop
Release v0.8.12
- Loading branch information
Showing
55 changed files
with
618 additions
and
716 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# Industry Insights Demo | ||
|
||
Gain insights into video performance across the globe provided by Bitmovin Analytics | ||
undefined | ||
|
||
### Tags | ||
|
||
- analytics | ||
- industry insights |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# Cost of errors | ||
|
||
Calculate the cost impact of errors | ||
Calculate the cost impact of errors using custom inputs from your video platform | ||
|
||
### Tags | ||
|
||
- analytics | ||
- cost of errors |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,12 @@ | ||
# Bitrate Ladder Validator | ||
# Player and Analytics Bundling | ||
|
||
Build and customize graphs exactly the way your team needs it | ||
Build and customize graphs exactly the way your team needs it to help troubleshoot, optimize and plan your development efforts. | ||
Optimize every play with no additional setup | ||
See how the new bundling of the player and analytics works. You get analytics data points instantly, without additional setup. Start analyzing your impressions right away. | ||
|
||
### Tags | ||
|
||
- dashboard | ||
- player | ||
- analytics | ||
- bitrate | ||
- ladder validator | ||
- monitor | ||
- REST | ||
- AB | ||
- testing | ||
- QOE | ||
- bundling | ||
- no setup | ||
- insights |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# Ad Verification with Open Measurement SDK | ||
|
||
Ad viewability and verification measurement using the Open Measurement SDK. | ||
The IAB Tech Lab's OM SDK facilitates third-party access to ad measurement data for ads played out by the Bitmovin player. | ||
|
||
### Tags | ||
|
||
- advertisement | ||
- tracking | ||
- verification | ||
- om sdk | ||
- open measurement |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,115 @@ | ||
@media (min-width: 1680px) { | ||
.demo-row { | ||
flex-direction: row; | ||
} | ||
.demo-video { | ||
width: 62% !important; | ||
margin-right: 3%; | ||
} | ||
.demo-input { | ||
width: 35% !important; | ||
} | ||
.demo-start { | ||
padding-top: 0px !important; | ||
} | ||
} | ||
|
||
.demo-event-box { | ||
padding: 23px; | ||
border: solid 1px #CBE0ED; | ||
border-radius: 4px; | ||
} | ||
|
||
.demo-event-box>div { | ||
font-size: 20px; | ||
font-weight: 500; | ||
padding-bottom: 23px; | ||
} | ||
|
||
#logContent { | ||
height: 300px; | ||
width: 100%; | ||
font-size: 16px; | ||
line-height: 19px; | ||
overflow-y: scroll; | ||
overflow-wrap: break-word; | ||
margin-top: 0px; | ||
padding-top: 0px; | ||
padding-left: 0px; | ||
background-color: #fff; | ||
font-family: 'Courier New', Courier, monospace; | ||
color: #000000; | ||
} | ||
|
||
.log-message { | ||
display: flex; | ||
flex-direction: row; | ||
margin-bottom: unset !important; | ||
flex-wrap: wrap; | ||
} | ||
|
||
.demo-input-box { | ||
border: solid 1px #CBE0ED; | ||
border-radius: 4px; | ||
padding: 15px 20px 10px 20px; | ||
margin: 7px; | ||
width: 100%; | ||
} | ||
|
||
.demo-input-box>div { | ||
padding-bottom: 15px; | ||
} | ||
|
||
.demo-button { | ||
width: 100%; | ||
} | ||
|
||
.demo-input-box>input { | ||
margin-bottom: 10px; | ||
} | ||
|
||
.demo-row { | ||
display: flex; | ||
} | ||
|
||
.demo-start { | ||
margin: 7px; | ||
} | ||
|
||
.demo-input { | ||
display: flex; | ||
flex-direction: column; | ||
width: 100%; | ||
align-items: flex-end; | ||
} | ||
|
||
.demo-video { | ||
width: 100%; | ||
} | ||
|
||
.demo-button { | ||
height: 40px; | ||
} | ||
|
||
.demo-defaults { | ||
display: flex; | ||
flex-direction: row; | ||
} | ||
|
||
.demo-defaults>.default-text { | ||
padding-left: 15px; | ||
font-size: 15px; | ||
} | ||
|
||
.demo-detail ol li { | ||
margin-bottom: 1rem; | ||
} | ||
|
||
.demo-detail a { | ||
font-size: 18px; | ||
} | ||
|
||
.error { | ||
color: red; | ||
font-weight: bold; | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.