You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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 noticedMediaOnNetwork
is usingHasInputOptions
trait but there is no way to add the input option i guess?The text was updated successfully, but these errors were encountered: