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, SwiftUI, support subtitles.
https://apps.apple.com/app/tracyplayer/id6450770064
GNU General Public License v3.0
984 stars 197 forks source link

Fixed the issue that a black screen when dragging the progress bar #659

Closed charsdavy closed 10 months ago

charsdavy commented 10 months ago

Fixed the issue that a black screen when dragging the progress bar while playing M3U8 files

kingslay commented 10 months ago

我这样改完之后。进行多次seek,还是会黑屏。http://devimages.apple.com/iphone/samples/bipbop/bipbopall.m3u8

charsdavy commented 10 months ago

1700724372883.m3u8.zip 用这个m3u8本地文件进行多次seek,我没遇到黑屏。

http://devimages.apple.com/iphone/samples/bipbop/bipbopall.m3u8 这个链接地址反复seek后确实会黑屏。

charsdavy commented 10 months ago

http://devimages.apple.com/iphone/samples/bipbop/bipbopall.m3u8 这条链接,刚才测试了如果不改代码,通过全屏来解决黑屏。 1、多次seek,出现黑屏。 2、点击全屏,黑屏消失,显示正确画面。 3、反复seek,出现黑屏。 4、点击全屏,依旧出现正确画面。 5、以上步骤往复出现。