kingslay / KSPlayer

A video player for iOS、macOS、tvOS、visionOS , based on AVPlayer and FFmpeg, support the horizontal, vertical screen. support adjust volume, brightness and seek by slide, support subtitles.
GNU General Public License v3.0
886 stars 184 forks source link

KSAVPlayer会出现的崩溃情况 #679

Closed Kimentanm closed 7 months ago

Kimentanm commented 7 months ago

KSAVPlayer.swift 552 formatDescription = (track.assetTrack?.formatDescriptions.first as! CMFormatDescription)

track.assetTrack?.formatDescriptions.first 可能会为nil导致奔溃

kingslay commented 7 months ago

这个轨道是什么类型呢?