Skip to content

Commit e79287b

Browse files
committed
Update README.md
1 parent 7e8cc5f commit e79287b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# AVAssetResourceLoader-Video-Example
2-
Implementation of AVAssetResourceLoader custom class which can be useful while caching cideos while streaming
2+
Implementation of AVAssetResourceLoader custom class which can be useful while caching videos while streaming
33

44
## Usage
55

66
```
77
AVURLAsset *asset ;
88
assetLoader = [[AssetLoaderDelegate alloc] init];
9-
assetLoader.fileUrl = self.compilation.VideoUrl;
9+
assetLoader.fileUrl = self.videoURL ; //S3 url in this case
1010
asset = [AVURLAsset URLAssetWithURL:[self url:[NSURL URLWithString:urlString] WithCustomScheme:@"streaming"] options:nil];
1111
[asset.resourceLoader setDelegate:assetLoader queue:dispatch_get_main_queue()];
1212

0 commit comments

Comments
 (0)