File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ <h3 class="mb-4">Video with raw URL - ABR</h3>
6464
6565 const player = videoPlayer ( 'player' , config ) ;
6666
67- player . source ( 'https://commondatastorage.googleapis .com/gtv-videos-bucket/sample/BigBuckBunny .mp4' ) ;
67+ player . source ( 'https://res.cloudinary .com/prod/video/upload/video/examples/big_buck_bunny_trailer_720p .mp4' ) ;
6868
6969 const adpPlayer = videoPlayer ( 'adpPlayer' , config ) ;
7070
Original file line number Diff line number Diff line change 3535
3636 player = cloudinary . videoPlayer ( 'player' , config ) ;
3737
38- player . source ( 'https://commondatastorage.googleapis .com/gtv-videos-bucket/sample/BigBuckBunny .mp4' ) ;
38+ player . source ( 'https://res.cloudinary .com/prod/video/upload/video/examples/big_buck_bunny_trailer_720p .mp4' ) ;
3939
4040 adpPlayer = cloudinary . videoPlayer ( 'adpPlayer' , config ) ;
4141
@@ -106,7 +106,7 @@ <h3 class="mt-4">Example Code:</h3>
106106
107107 player = cloudinary.videoPlayer('player', config);
108108
109- player.source('https://commondatastorage.googleapis .com/gtv-videos-bucket/sample/BigBuckBunny .mp4');
109+ player.source('https://res.cloudinary .com/prod/video/upload/video/examples/big_buck_bunny_trailer_720p .mp4');
110110
111111 adpPlayer = cloudinary.videoPlayer('adpPlayer',config);
112112
You can’t perform that action at this time.
0 commit comments