xiph / rav1e

The fastest and safest AV1 encoder.
BSD 2-Clause "Simplified" License
3.68k stars 250 forks source link

Connection refused on mf4.xiph.org #2393

Closed vladviolentiy closed 4 years ago

vladviolentiy commented 4 years ago
vlad@vlad-Aspire-E5-572G ~/s/rav1e-0.3.3 [1]> ./build.sh
--2020-06-15 08:20:37--  https://mf4.xiph.org/~ltrudeau/videos/nyan.y4m
Resolving mf4.xiph.org (mf4.xiph.org)... 140.211.15.28
Connecting to mf4.xiph.org (mf4.xiph.org)|140.211.15.28|:443... failed: Connection refused.
wget and curl not found or failed!
rzumer commented 4 years ago

You can comment out the line trying to download that file if you just want to build the codec and run it on other content. I'm not sure if we have a mirror of nyan.y4m right now, I'll find a place to rehost it if not.

Nomis101 commented 4 years ago

Building rav1e did fail for me because of the same reason. Commenting out the complete nyan if block helped building rav1e. But I got

Running `target/debug/rav1e  -o enc_file.ivf -s 3 -r rec_file.y4m`
!! Cannot open input file: No such file or directory (os error 2)
Error: Generic { msg: "Cannot open input file", e: "No such file or directory (os error 2)" }
rav1e failed to run
rzumer commented 4 years ago

That's not a build error. The script tries to encode nyan.y4m as a test, and it's not there, which leads to that error.

lu-zero commented 4 years ago

we should consider removing the script for the time being.

On Sun, Jun 21, 2020, 21:06 Raphaël Zumer notifications@github.com wrote:

That's not a build error. The script tries to encode nyan.y4m as a test, and it's not there.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/xiph/rav1e/issues/2393#issuecomment-647168062, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAB2LJGBGDWMOQIF3XNTMZTRXZK2XANCNFSM4N52J3CQ .