Proryanator / encoder-benchmark

A tool to benchmark your hardware's real-time video encoding capabilities.
GNU General Public License v3.0
63 stars 5 forks source link

Using new host for file downloads #29

Closed Proryanator closed 9 months ago

Proryanator commented 9 months ago

Original host started to run into bandwidth issues as downloads increased; going to fix this. If this new hosted location also ends up having bandwidth issues, will look at more options.

e-dong commented 9 months ago

@Proryanator Just noticed this but this constant should be updated as well const DOWNLOAD_URL: &str = "https://www.dropbox.com/sh/x08pkk47lc1v5ex/AADGaoOjOcA0-uPo7I0NaxL-a?dl=0"; in cli/src/supported.rs

Proryanator commented 9 months ago

@Proryanator Just noticed this but this constant should be updated as well const DOWNLOAD_URL: &str = "https://www.dropbox.com/sh/x08pkk47lc1v5ex/AADGaoOjOcA0-uPo7I0NaxL-a?dl=0"; in cli/src/supported.rs

Great catch :o lemme open a small issue to get that consistent.