Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to set input options for openUrl()? #509

Open
rigorcadiz opened this issue Nov 6, 2023 · 0 comments
Open

How to set input options for openUrl()? #509

rigorcadiz opened this issue Nov 6, 2023 · 0 comments

Comments

@rigorcadiz
Copy link

Hi, I'm trying to open an array of s3 URL and would like to concatenate them but when I try to do it I get the error:

Protocol 'https' not on whitelist 'file,crypto,data'!

So what I would like to do is pass:

-protocol_whitelist file,http,https,tcp,tls,crypto

But it seems there is no way to do that. I tried using addFilter() but it doesnt work because it's not a filter.

I noticed that there is a function openWithInputOptions but it only works with direct paths. I dig in to the codes and also noticed MediaOnNetwork is using HasInputOptions trait but there is no way to add the input option i guess?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant