mirror of
https://github.com/dirtydishes/dreamio.git
synced 2026-06-07 05:48:15 +00:00
bound range cache probe startup
This commit is contained in:
parent
4d0e675aa3
commit
4b173e0b88
6 changed files with 254 additions and 5 deletions
|
|
@ -78,7 +78,7 @@ final class VLCNativePlaybackBackend: NSObject, NativePlaybackBackend {
|
|||
return
|
||||
}
|
||||
let fetcher = HTTPRangeRemoteFetcher(url: request.playbackURL, headers: request.headers)
|
||||
let probe = await fetcher.probe()
|
||||
let probe = await fetcher.probe(timeoutInterval: 1.5)
|
||||
guard !Task.isCancelled else {
|
||||
return
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue