Skip to content

Commit 8e2148f

Browse files
committed
Update README.md
1 parent e79287b commit 8e2148f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Implementation of AVAssetResourceLoader custom class which can be useful while c
77
AVURLAsset *asset ;
88
assetLoader = [[AssetLoaderDelegate alloc] init];
99
assetLoader.fileUrl = self.videoURL ; //S3 url in this case
10-
asset = [AVURLAsset URLAssetWithURL:[self url:[NSURL URLWithString:urlString] WithCustomScheme:@"streaming"] options:nil];
10+
asset = [AVURLAsset URLAssetWithURL:[self url:self.videoURL WithCustomScheme:@"streaming"] options:nil];
1111
[asset.resourceLoader setDelegate:assetLoader queue:dispatch_get_main_queue()];
1212
1313

0 commit comments

Comments
 (0)