bound range cache probe startup

This commit is contained in:
dirtydishes 2026-05-26 08:17:07 -04:00
parent 4d0e675aa3
commit 4b173e0b88
6 changed files with 254 additions and 5 deletions

View file

@ -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
}