diff --git a/encoding/av1-break-even-calculator/index.html b/encoding/av1-break-even-calculator/index.html
index 93ed179f..085c13ed 100644
--- a/encoding/av1-break-even-calculator/index.html
+++ b/encoding/av1-break-even-calculator/index.html
@@ -152,7 +152,7 @@
Calculation multipliers
1 |
2 |
- 10 |
+ 4 |
Efficiency improvements |
diff --git a/encoding/av1-break-even-calculator/js/av1-break-even-calculator.js b/encoding/av1-break-even-calculator/js/av1-break-even-calculator.js
index c22c0a7f..755ef9c0 100644
--- a/encoding/av1-break-even-calculator/js/av1-break-even-calculator.js
+++ b/encoding/av1-break-even-calculator/js/av1-break-even-calculator.js
@@ -58,7 +58,7 @@ $(function() {
const multiplierStreamHd = 2;
const multiplierStreamSd = 1;
const multiplierTech3Pass = 2; // Multipass
- const multiplierCodecAv1 = 10;
+ const multiplierCodecAv1 = 4;
// streams/renditions
const ingressCostPerGb = 0.00;
diff --git a/player/ad-event-verification-omsdk/js/script.js b/player/ad-event-verification-omsdk/js/script.js
index cc75ea3b..d598b959 100644
--- a/player/ad-event-verification-omsdk/js/script.js
+++ b/player/ad-event-verification-omsdk/js/script.js
@@ -19,10 +19,10 @@ var conf = {
},
};
var source = {
- dash: 'https://bitmovin-a.akamaihd.net/content/MI201109210084_1/mpds/f08e80da-bf1d-4e3d-8899-f0f6155f6efa.mpd',
- hls: 'https://bitmovin-a.akamaihd.net/content/MI201109210084_1/m3u8s/f08e80da-bf1d-4e3d-8899-f0f6155f6efa.m3u8',
- progressive: 'https://bitmovin-a.akamaihd.net/content/MI201109210084_1/MI201109210084_mpeg-4_hd_high_1080p25_10mbits.mp4',
- poster: 'https://bitmovin-a.akamaihd.net/content/MI201109210084_1/poster.jpg'
+ dash: 'https://cdn.bitmovin.com/content/assets/art-of-motion-dash-hls-progressive/mpds/f08e80da-bf1d-4e3d-8899-f0f6155f6efa.mpd',
+ hls: 'https://cdn.bitmovin.com/content/assets/art-of-motion-dash-hls-progressive/m3u8s/f08e80da-bf1d-4e3d-8899-f0f6155f6efa.m3u8',
+ progressive: 'https://cdn.bitmovin.com/content/assets/art-of-motion-dash-hls-progressive/MI201109210084_mpeg-4_hd_high_1080p25_10mbits.mp4',
+ poster: 'https://cdn.bitmovin.com/content/assets/art-of-motion-dash-hls-progressive/poster.jpg'
};
var player;
diff --git a/player/ad-event-verification-omsdk/page.js b/player/ad-event-verification-omsdk/page.js
index 42f4983a..8ed04b10 100644
--- a/player/ad-event-verification-omsdk/page.js
+++ b/player/ad-event-verification-omsdk/page.js
@@ -34,5 +34,5 @@ var playerContainer = document.getElementById('player-container');
var player = new bitmovin.player.core.Player(playerContainer, conf);
player.load({
- dash: 'https://bitmovin-a.akamaihd.net/content/MI201109210084_1/mpds/f08e80da-bf1d-4e3d-8899-f0f6155f6efa.mpd',
+ dash: 'https://cdn.bitmovin.com/content/assets/art-of-motion-dash-hls-progressive/mpds/f08e80da-bf1d-4e3d-8899-f0f6155f6efa.mpd',
});
diff --git a/player/ad-event-verification/js/script.js b/player/ad-event-verification/js/script.js
index 01dee17b..43be40e4 100644
--- a/player/ad-event-verification/js/script.js
+++ b/player/ad-event-verification/js/script.js
@@ -18,10 +18,10 @@ var conf = {
};
var source = {
- dash: 'https://bitmovin-a.akamaihd.net/content/MI201109210084_1/mpds/f08e80da-bf1d-4e3d-8899-f0f6155f6efa.mpd',
- hls: 'https://bitmovin-a.akamaihd.net/content/MI201109210084_1/m3u8s/f08e80da-bf1d-4e3d-8899-f0f6155f6efa.m3u8',
- progressive: 'https://bitmovin-a.akamaihd.net/content/MI201109210084_1/MI201109210084_mpeg-4_hd_high_1080p25_10mbits.mp4',
- poster: 'https://bitmovin-a.akamaihd.net/content/MI201109210084_1/poster.jpg'
+ dash: 'https://cdn.bitmovin.com/content/assets/art-of-motion-dash-hls-progressive/mpds/f08e80da-bf1d-4e3d-8899-f0f6155f6efa.mpd',
+ hls: 'https://cdn.bitmovin.com/content/assets/art-of-motion-dash-hls-progressive/m3u8s/f08e80da-bf1d-4e3d-8899-f0f6155f6efa.m3u8',
+ progressive: 'https://cdn.bitmovin.com/content/assets/art-of-motion-dash-hls-progressive/MI201109210084_mpeg-4_hd_high_1080p25_10mbits.mp4',
+ poster: 'https://cdn.bitmovin.com/content/assets/art-of-motion-dash-hls-progressive/poster.jpg'
};
var playerContainer = document.getElementById('player-container');
diff --git a/player/ad-event-verification/setup.js b/player/ad-event-verification/setup.js
index cd1078fc..2f615044 100644
--- a/player/ad-event-verification/setup.js
+++ b/player/ad-event-verification/setup.js
@@ -3,10 +3,10 @@ var conf = {
};
var source = {
- dash: 'https://bitmovin-a.akamaihd.net/content/MI201109210084_1/mpds/f08e80da-bf1d-4e3d-8899-f0f6155f6efa.mpd',
- hls: 'https://bitmovin-a.akamaihd.net/content/MI201109210084_1/m3u8s/f08e80da-bf1d-4e3d-8899-f0f6155f6efa.m3u8',
- progressive: 'https://bitmovin-a.akamaihd.net/content/MI201109210084_1/MI201109210084_mpeg-4_hd_high_1080p25_10mbits.mp4',
- poster: 'https://bitmovin-a.akamaihd.net/content/MI201109210084_1/poster.jpg'
+ dash: 'https://cdn.bitmovin.com/content/assets/art-of-motion-dash-hls-progressive/mpds/f08e80da-bf1d-4e3d-8899-f0f6155f6efa.mpd',
+ hls: 'https://cdn.bitmovin.com/content/assets/art-of-motion-dash-hls-progressive/m3u8s/f08e80da-bf1d-4e3d-8899-f0f6155f6efa.m3u8',
+ progressive: 'https://cdn.bitmovin.com/content/assets/art-of-motion-dash-hls-progressive/MI201109210084_mpeg-4_hd_high_1080p25_10mbits.mp4',
+ poster: 'https://cdn.bitmovin.com/content/assets/art-of-motion-dash-hls-progressive/poster.jpg'
};
var playerContainer = document.getElementById('player-container');
diff --git a/player/ad-scheduling/js/script.js b/player/ad-scheduling/js/script.js
index 34498787..6bdfafc0 100644
--- a/player/ad-scheduling/js/script.js
+++ b/player/ad-scheduling/js/script.js
@@ -23,10 +23,10 @@ var conf = {
};
var source = {
- dash: '//bitmovin-a.akamaihd.net/content/MI201109210084_1/mpds/f08e80da-bf1d-4e3d-8899-f0f6155f6efa.mpd',
- hls: '//bitmovin-a.akamaihd.net/content/MI201109210084_1/m3u8s/f08e80da-bf1d-4e3d-8899-f0f6155f6efa.m3u8',
- progressive: '//bitmovin-a.akamaihd.net/content/MI201109210084_1/MI201109210084_mpeg-4_hd_high_1080p25_10mbits.mp4',
- poster: '//bitmovin-a.akamaihd.net/content/art-of-motion_drm/art-of-motion_poster.jpg'
+ dash: '//cdn.bitmovin.com/content/assets/art-of-motion-dash-hls-progressive/mpds/f08e80da-bf1d-4e3d-8899-f0f6155f6efa.mpd',
+ hls: '//cdn.bitmovin.com/content/assets/art-of-motion-dash-hls-progressive/m3u8s/f08e80da-bf1d-4e3d-8899-f0f6155f6efa.m3u8',
+ progressive: '//cdn.bitmovin.com/content/assets/art-of-motion-dash-hls-progressive/MI201109210084_mpeg-4_hd_high_1080p25_10mbits.mp4',
+ poster: '//cdn.bitmovin.com/content/assets/art-of-motion-dash-hls-progressive/poster.jpg'
};
document.querySelector('#scheudle-ad-button').addEventListener('click', loadConfig);
@@ -58,7 +58,7 @@ function loadConfig() {
break;
}
case 'vpaid': {
- manifestUrl = '//pubads.g.doubleclick.net/gampad/ads?sz=640x480&iu=/124319096/external/single_ad_samples&ciu_szs=300x250&impl=s&gdfp_req=1&env=vp&output=vast&unviewed_position_start=1&cust_params=deployment%3Ddevsite%26sample_ct%3Dlinearvpaid2js&correlator=[random]';
+ manifestUrl = '//pubads.g.doubleclick.net/gampad/ads?iu=/21775744923/external/single_ad_samples&sz=640x480&cust_params=sample_ct%3Dlinearvpaid2js&ciu_szs=300x250%2C728x90&gdfp_req=1&output=vast&unviewed_position_start=1&env=vp&impl=s&correlator=[random]';
adTagType = 'vast';
break;
}
@@ -103,10 +103,10 @@ function removeSchedule() {
player = new bitmovin.player.Player(playerContainer, conf);
player.load({
- dash: '//bitmovin-a.akamaihd.net/content/MI201109210084_1/mpds/f08e80da-bf1d-4e3d-8899-f0f6155f6efa.mpd',
- hls: '//bitmovin-a.akamaihd.net/content/MI201109210084_1/m3u8s/f08e80da-bf1d-4e3d-8899-f0f6155f6efa.m3u8',
- progressive: '//bitmovin-a.akamaihd.net/content/MI201109210084_1/MI201109210084_mpeg-4_hd_high_1080p25_10mbits.mp4',
- poster: '//bitmovin-a.akamaihd.net/content/art-of-motion_drm/art-of-motion_poster.jpg'
+ dash: '//cdn.bitmovin.com/content/assets/art-of-motion-dash-hls-progressive/mpds/f08e80da-bf1d-4e3d-8899-f0f6155f6efa.mpd',
+ hls: '//cdn.bitmovin.com/content/assets/art-of-motion-dash-hls-progressive/m3u8s/f08e80da-bf1d-4e3d-8899-f0f6155f6efa.m3u8',
+ progressive: '//cdn.bitmovin.com/content/assets/art-of-motion-dash-hls-progressive/MI201109210084_mpeg-4_hd_high_1080p25_10mbits.mp4',
+ poster: '//cdn.bitmovin.com/content/assets/art-of-motion-dash-hls-progressive/poster.jpg'
});
}
diff --git a/player/audio-api/js/script.js b/player/audio-api/js/script.js
index e3ec23cb..eb634123 100644
--- a/player/audio-api/js/script.js
+++ b/player/audio-api/js/script.js
@@ -22,13 +22,12 @@ var conf = {
};
var source1 = {
- hls: 'https://cdn.bitmovin.com/content/demos/4k/38e843e0-1998-11e9-8a92-c734cd79b4dc/manifest.m3u8',
- poster: 'https://bitmovin-a.akamaihd.net/content/sintel/poster.png'
+ hls: 'https://cdn.bitmovin.com/content/assets/blender-4k/38e843e0-1998-11e9-8a92-c734cd79b4dc/manifest.m3u8'
};
var source2 = {
- hls: 'https://bitmovin-a.akamaihd.net/content/MI201109210084_1/m3u8s/f08e80da-bf1d-4e3d-8899-f0f6155f6efa.m3u8',
- poster: 'https://bitmovin-a.akamaihd.net/content/MI201109210084_1/poster.jpg'
+ hls: 'https://cdn.bitmovin.com/content/assets/art-of-motion-dash-hls-progressive/m3u8s/f08e80da-bf1d-4e3d-8899-f0f6155f6efa.m3u8',
+ poster: 'https://cdn.bitmovin.com/content/assets/art-of-motion-dash-hls-progressive/poster.jpg'
};
var playerContainer1 = document.getElementById('player-container-1');
diff --git a/player/audio-api/setup.js b/player/audio-api/setup.js
index f14442da..a580d4e1 100644
--- a/player/audio-api/setup.js
+++ b/player/audio-api/setup.js
@@ -4,13 +4,12 @@ var conf = {
};
var source1 = {
- hls: 'https://cdn.bitmovin.com/content/demos/4k/38e843e0-1998-11e9-8a92-c734cd79b4dc/manifest.m3u8',
- poster: 'https://bitmovin-a.akamaihd.net/content/sintel/poster.png'
+ hls: 'https://cdn.bitmovin.com/content/assets/blender-4k/38e843e0-1998-11e9-8a92-c734cd79b4dc/manifest.m3u8'
};
var source2 = {
- hls: 'https://bitmovin-a.akamaihd.net/content/MI201109210084_1/m3u8s/f08e80da-bf1d-4e3d-8899-f0f6155f6efa.m3u8',
- poster: 'https://bitmovin-a.akamaihd.net/content/MI201109210084_1/poster.jpg'
+ hls: 'https://cdn.bitmovin.com/content/assets/art-of-motion-dash-hls-progressive/m3u8s/f08e80da-bf1d-4e3d-8899-f0f6155f6efa.m3u8',
+ poster: 'https://cdn.bitmovin.com/content/assets/art-of-motion-dash-hls-progressive/poster.jpg'
};
var playerContainer1 = document.getElementById('player-container-1');
diff --git a/player/audio-only-streaming/js/script.js b/player/audio-only-streaming/js/script.js
index e1aeeaea..d97cd435 100644
--- a/player/audio-only-streaming/js/script.js
+++ b/player/audio-only-streaming/js/script.js
@@ -8,8 +8,8 @@ var conf = {
};
var source = {
- hls: 'https://bitmovin-a.akamaihd.net/content/MI201109210084_1/m3u8s/f08e80da-bf1d-4e3d-8899-f0f6155f6efa-audio-only.m3u8',
- poster: 'https://bitmovin-a.akamaihd.net/content/MI201109210084_1/poster.jpg'
+ hls: 'https://cdn.bitmovin.com/content/assets/art-of-motion-dash-hls-progressive/m3u8s/f08e80da-bf1d-4e3d-8899-f0f6155f6efa-audio-only.m3u8',
+ poster: 'https://cdn.bitmovin.com/content/assets/art-of-motion-dash-hls-progressive/poster.jpg'
};
var playerContainer = document.getElementById('player-container');
diff --git a/player/audio-only-streaming/setup.js b/player/audio-only-streaming/setup.js
index 0a7b3dbc..a101a9d8 100644
--- a/player/audio-only-streaming/setup.js
+++ b/player/audio-only-streaming/setup.js
@@ -3,8 +3,8 @@ var conf = {
};
var source = {
- hls: 'https://bitmovin-a.akamaihd.net/content/MI201109210084_1/m3u8s/f08e80da-bf1d-4e3d-8899-f0f6155f6efa-audio-only.m3u8',
- poster: 'https://bitmovin-a.akamaihd.net/content/MI201109210084_1/poster.jpg'
+ hls: 'https://cdn.bitmovin.com/content/assets/art-of-motion-dash-hls-progressive/m3u8s/f08e80da-bf1d-4e3d-8899-f0f6155f6efa-audio-only.m3u8',
+ poster: 'https://cdn.bitmovin.com/content/assets/art-of-motion-dash-hls-progressive/poster.jpg'
};
var playerContainer = document.getElementById('player-container');
diff --git a/player/caption-styling/demo.js b/player/caption-styling/demo.js
index 0f5e19f8..5f3e2ba6 100644
--- a/player/caption-styling/demo.js
+++ b/player/caption-styling/demo.js
@@ -3,9 +3,9 @@ var conf = {
};
var source = {
- dash: 'https://bitmovin-a.akamaihd.net/content/sintel/sintel.mpd',
- hls: 'https://bitmovin-a.akamaihd.net/content/sintel/hls/playlist.m3u8',
- poster: 'https://bitmovin-a.akamaihd.net/content/sintel/poster.png'
+ dash: 'https://cdn.bitmovin.com/content/assets/sintel/sintel.mpd',
+ hls: 'https://cdn.bitmovin.com/content/assets/sintel/hls/playlist.m3u8',
+ poster: 'https://cdn.bitmovin.com/content/assets/sintel/poster.png'
};
var playerContainer = document.getElementById('player-container');
diff --git a/player/caption-styling/index.html b/player/caption-styling/index.html
index 43a5a033..eaf863ae 100644
--- a/player/caption-styling/index.html
+++ b/player/caption-styling/index.html
@@ -31,8 +31,8 @@