Skip to content

Commit

Permalink
Merge pull request #71 from bitmovin/develop
Browse files Browse the repository at this point in the history
Release v0.8.12
  • Loading branch information
jmsn authored Nov 22, 2021
2 parents 25ff754 + a7fd1ba commit 2b34d30
Show file tree
Hide file tree
Showing 55 changed files with 618 additions and 716 deletions.
1 change: 1 addition & 0 deletions analytics/analytics-bitrate-ladder-validator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Build and customize graphs exactly the way your team needs it to help troublesho

### Tags

- experimental
- dashboard
- analytics
- bitrate
Expand Down
29 changes: 0 additions & 29 deletions analytics/analytics-bitrate-ladder-validator/info.yaml

This file was deleted.

13 changes: 0 additions & 13 deletions analytics/analytics-impressions/info.yaml

This file was deleted.

9 changes: 9 additions & 0 deletions analytics/analytics-industry-insights/README.md
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
9 changes: 9 additions & 0 deletions analytics/cost-of-errors/README.md
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
18 changes: 7 additions & 11 deletions analytics/player-analytics-bundling/README.md
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
19 changes: 0 additions & 19 deletions analytics/player-analytics-bundling/info.yaml

This file was deleted.

22 changes: 0 additions & 22 deletions encoding/multi-codec-streaming/info.yaml

This file was deleted.

1 change: 1 addition & 0 deletions encoding/per-scene-adaptation/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Per-Scene offers another method to improve quality and or reduce bandwidth consu

### Tags

- experimental
- adaptation
- scene
- encoding
19 changes: 0 additions & 19 deletions encoding/per-scene-adaptation/info.yaml

This file was deleted.

12 changes: 0 additions & 12 deletions encoding/per-title-encoding/info.yaml

This file was deleted.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"scripts": {
"generate-readmes": "node ./scripts/yamlToReadmeConverter.js",
"check-readmes": "node ./scripts/checkYamlAndReadme.js"
"generate-readmes": "node ./scripts/jsonToReadmeConverter.js",
"check-readmes": "node ./scripts/checkJsonAndReadme.js"
},
"dependencies": {
"file-exists": "^5.0.1",
Expand Down
16 changes: 0 additions & 16 deletions player/4k/info.yaml

This file was deleted.

12 changes: 12 additions & 0 deletions player/ad-event-verification-omsdk/README.md
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
115 changes: 115 additions & 0 deletions player/ad-event-verification-omsdk/css/style.css
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;
}
20 changes: 20 additions & 0 deletions player/ad-event-verification-omsdk/icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 2b34d30

Please sign in to comment.