소스 검색

fix(examples): streaming video download link

Lucas Nogueira 3 년 전
부모
커밋
30c38a50ee
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      examples/streaming/main.rs

+ 1 - 1
examples/streaming/main.rs

@@ -18,7 +18,7 @@ fn main() {
 
   let video_file = PathBuf::from("test_video.mp4");
   let video_url =
-    "http://distribution.bbb3d.renderfarming.net/video/mp4/bbb_sunflower_1080p_30fps_normal.mp4";
+    "http://commondatastorage.googleapis.com/gtv-videos-bucket/sample/BigBuckBunny.mp4";
 
   if !video_file.exists() {
     // Downloading with curl this saves us from adding