Open
Description
Feature Request
vl.c enforces that the dvd_path exists locally
Line 2975 in 1d662cb
But now that we are shipping releases with libcurl, dvd_path can now also be a URL. Unfortunately, any connection/server/path issues will terminate xemu immediately. So we need to pass the path to the driver and let it fail gracefully with an error message.
Alternatives
No response
Additional Context
No response