Hello,
I would like to implement something similar to AVAssetReferenceRestrictions.
One case is AVAssetReferenceRestrictionForbidCrossSiteReference where references of a remote file to a remote file are not allowed. This means that the referencing file and the referenced file are remote relative to each other as well. How can I detect this case?
TIA
Jan E.