We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e79287b commit 8e2148fCopy full SHA for 8e2148f
README.md
@@ -7,7 +7,7 @@ Implementation of AVAssetResourceLoader custom class which can be useful while c
7
AVURLAsset *asset ;
8
assetLoader = [[AssetLoaderDelegate alloc] init];
9
assetLoader.fileUrl = self.videoURL ; //S3 url in this case
10
-asset = [AVURLAsset URLAssetWithURL:[self url:[NSURL URLWithString:urlString] WithCustomScheme:@"streaming"] options:nil];
+asset = [AVURLAsset URLAssetWithURL:[self url:self.videoURL WithCustomScheme:@"streaming"] options:nil];
11
[asset.resourceLoader setDelegate:assetLoader queue:dispatch_get_main_queue()];
12
13
0 commit comments