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
868 stars 182 forks source link

打开了logLevel为debug,还是没有显示debug的日志 #780

Closed RICwang closed 1 month ago

RICwang commented 2 months ago

Describe the bug 这个链接在demo中可以正常播放 但在我的项目里面就播放不了 通过打开logLevel为debug,但没有显示debug的日志,无法正常做调试

Screenshots

image

Platform (please complete the following information):

FantasyKingdom commented 1 month ago

内核要选择KSPlayer,而不是AVPlayer

RICwang commented 1 month ago

内核要选择KSPlayer,而不是AVPlayer

KSOptions.firstPlayerType = KSMEPlayer.self 添加以上代码之后解决,感谢提醒