fix(examples): streaming video download link

This commit is contained in:
Lucas Nogueira 2022-04-03 10:20:45 -03:00
parent 42e8d9cf92
commit 30c38a50ee
No known key found for this signature in database
GPG Key ID: FFEA6C72E73482F1

View File

@ -18,7 +18,7 @@ fn main() {
let video_file = PathBuf::from("test_video.mp4"); let video_file = PathBuf::from("test_video.mp4");
let video_url = 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() { if !video_file.exists() {
// Downloading with curl this saves us from adding // Downloading with curl this saves us from adding