ffmpeg lists http as a protocol when I ask: ffmpeg -protocols

Does this also mean support for a https url? Do I need to encode this url somehow for the command line. I get "No such file or directory", but with http urls (at least some) it does work.

A url (created for a Amazon S3 bucket) similar to this one does not seem to work:

I suspect the format of the url is problematic, I've also tried enclosing in quotes... Yes, this URL does not currently work as it has expired, but even while its valid, its a problem.

In short: 1) Should https work? 2) Do I need to format the url somehow?

2

1 Answer

specifically for S3 i found a way to generate an http signed url, so I've avoided this issue.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy