diff --git a/examples/file-compression/file-compression.ts b/examples/file-compression/file-compression.ts index 4605973..7c68c05 100644 --- a/examples/file-compression/file-compression.ts +++ b/examples/file-compression/file-compression.ts @@ -153,7 +153,7 @@ loadUrlButton.addEventListener('click', () => { const url = prompt( 'Please enter a URL of a media file. Note that it must be HTTPS and support cross-origin requests, so have the' + ' right CORS headers set.', - 'https://remotion.media/BigBuckBunny.mp4', + 'https://mediabunny.dev/big-buck-bunny.mp4', ); if (!url) { return; diff --git a/examples/hls-transcoding/hls-transcoding.ts b/examples/hls-transcoding/hls-transcoding.ts index df3eebb..7444bff 100644 --- a/examples/hls-transcoding/hls-transcoding.ts +++ b/examples/hls-transcoding/hls-transcoding.ts @@ -248,7 +248,7 @@ loadSampleButton.addEventListener('click', () => { const url = prompt( 'Please enter a URL of a media file. Note that it must be HTTPS and support cross-origin requests, so have the' + ' right CORS headers set.', - 'https://remotion.media/BigBuckBunny.mp4', + 'https://mediabunny.dev/big-buck-bunny.mp4', ); if (!url) { return; diff --git a/examples/media-player/media-player.ts b/examples/media-player/media-player.ts index 8f0fb57..ceb0d5d 100644 --- a/examples/media-player/media-player.ts +++ b/examples/media-player/media-player.ts @@ -749,7 +749,7 @@ loadUrlButton.addEventListener('click', () => { const url = prompt( 'Please enter a URL of a media file. Note that it must be HTTPS and support cross-origin requests, so have the' + ' right CORS headers set.', - 'https://remotion.media/BigBuckBunny.mp4', + 'https://mediabunny.dev/big-buck-bunny.mp4', ); if (!url) { return; diff --git a/examples/metadata-extraction/metadata-extraction.ts b/examples/metadata-extraction/metadata-extraction.ts index d61aa10..c38ff95 100644 --- a/examples/metadata-extraction/metadata-extraction.ts +++ b/examples/metadata-extraction/metadata-extraction.ts @@ -238,7 +238,7 @@ loadUrlButton.addEventListener('click', () => { const url = prompt( 'Please enter a URL of a media file. Note that it must be HTTPS and support cross-origin requests, so have the' + ' right CORS headers set.', - 'https://remotion.media/BigBuckBunny.mp4', + 'https://mediabunny.dev/big-buck-bunny.mp4', ); if (!url) { return; diff --git a/examples/thumbnail-generation/thumbnail-generation.ts b/examples/thumbnail-generation/thumbnail-generation.ts index 562921f..5681568 100644 --- a/examples/thumbnail-generation/thumbnail-generation.ts +++ b/examples/thumbnail-generation/thumbnail-generation.ts @@ -139,7 +139,7 @@ loadUrlButton.addEventListener('click', () => { const url = prompt( 'Please enter a URL of a media file. Note that it must be HTTPS and support cross-origin requests, so have the' + ' right CORS headers set.', - 'https://remotion.media/BigBuckBunny.mp4', + 'https://mediabunny.dev/big-buck-bunny.mp4', ); if (!url) { return;