SZAVPlayer icon indicating copy to clipboard operation
SZAVPlayer copied to clipboard

Will this support Play and Cache simultaneously ?

Open maheshm504 opened this issue 4 years ago • 1 comments

We tried but its not working we are fetching videos from Dash Camera through Wifi connected

but its playing only after the file downloaded

Can you get me some solution ?

maheshm504 avatar Jan 23 '22 04:01 maheshm504

I guess Dash Camera does not support range request, it is only available play and cache simultaneously with range request. You can check this line, the variable isByteRangeAccessSupported is used to detect whether the range request supported. https://github.com/eroscai/SZAVPlayer/blob/3c2280a0fc79f96b2771f71fcf7c97f8cbb39d75/Sources/Classes/SZAVPlayerAssetLoader.swift#L151-L154

eroscai avatar Jan 24 '22 05:01 eroscai