Fix BBB link

This commit is contained in:
Vanilagy
2025-09-01 12:05:35 +02:00
parent ac7e4422a3
commit ee4bfeed90
4 changed files with 12 additions and 12 deletions
@@ -176,9 +176,9 @@ selectMediaButton.addEventListener('click', () => {
loadUrlButton.addEventListener('click', () => {
const url = prompt(
'Please enter a URL of a media file. Note that it must support cross-origin requests, so have the right'
+ ' CORS headers set.',
'http://commondatastorage.googleapis.com/gtv-videos-bucket/sample/BigBuckBunny.mp4',
'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://commondatastorage.googleapis.com/gtv-videos-bucket/sample/BigBuckBunny.mp4',
);
if (!url) {
return;