Skip to content

Commit c30cec8

Browse files
Merge pull request #34 from bitmovin/feature/PI-3862-migrate-akamai-cdn-urls
Migrate Akamai CDN URLs to Bitmovin CDN
2 parents 95396ba + b5a5ddf commit c30cec8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/src/App.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ export default function App() {
178178
const urlToLoad =
179179
assetUrlRef.current !== undefined && validator.isURL(assetUrlRef.current)
180180
? assetUrlRef.current
181-
: 'https://bitmovin-a.akamaihd.net/content/MI201109210084_1/m3u8s/f08e80da-bf1d-4e3d-8899-f0f6155f6efa.m3u8';
181+
: 'https://cdn.bitmovin.com/content/assets/MI201109210084/m3u8s/f08e80da-bf1d-4e3d-8899-f0f6155f6efa.m3u8';
182182

183183
createConvivaAnalytics().then((newConvivaAnalytics) => {
184184
newConvivaAnalytics.updateContentMetadata({

0 commit comments

Comments
 (0)