KSPlayer
KSPlayer copied to clipboard
setting syncDecodeAudio & syncDecodeVideo not working
I read code & try to change some settings in KSOptions when i change syncDecodeAudio = true & syncDecodeVideo = true, it not working, demo also not working.
you need override
open func playable(capacitys: [CapacityProtocol], isFirst: Bool, isSeek: Bool) -> LoadingState? {
Generally used syncDecodeAudio = true in audio-only situations. used syncDecodeVideo = true in video-only situations.