Skip to content

Commit 59011e4

Browse files
committed
Update readme
1 parent a409a15 commit 59011e4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,5 @@ CachingPlayerItem is available under the MIT license. See the LICENSE file for m
139139

140140
## Known limitations
141141

142-
- CachingPlayerItem loads its content sequentially. If you seek to yet not downloaded portion, it waits until data previous to this position is downloaded, and only then starts the playback.
143142
- URL's must contain a file extension for the player to load properly. To get around this, a custom file extension can be specified e.g. `let playerItem = CachingPlayerItem(url: url, customFileExtension: "mp3")`.
144143
- HTTP live streaming (HLS) `M3U8` caching is not supported. You can only use `init(nonCachingURL:)` for playing M3U8.

0 commit comments

Comments
 (0)