We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 95396ba + b5a5ddf commit c30cec8Copy full SHA for c30cec8
example/src/App.tsx
@@ -178,7 +178,7 @@ export default function App() {
178
const urlToLoad =
179
assetUrlRef.current !== undefined && validator.isURL(assetUrlRef.current)
180
? assetUrlRef.current
181
- : 'https://bitmovin-a.akamaihd.net/content/MI201109210084_1/m3u8s/f08e80da-bf1d-4e3d-8899-f0f6155f6efa.m3u8';
+ : 'https://cdn.bitmovin.com/content/assets/MI201109210084/m3u8s/f08e80da-bf1d-4e3d-8899-f0f6155f6efa.m3u8';
182
183
createConvivaAnalytics().then((newConvivaAnalytics) => {
184
newConvivaAnalytics.updateContentMetadata({
0 commit comments