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

UI and track problem #643

Closed trial closed 3 months ago

trial commented 10 months ago

发现几个小问题 1.PIP图标被压扁 2.点击选择video track和audio track按钮,默认显示出来有时候是同时勾选了好几项 3.先90度旋转成横屏,然后切换视频轨道,再旋转成竖屏时,横竖会出错

另外如果app退回后台不想自动打开pip,是不是设置canStartPictureInPictureAutomaticallyFromInline成false就可以了?

附上一个测试链接 https://d18dyiwu97wm6q.cloudfront.net/v1/master/3722c60a815c199d9c0ef36c5b73da68a62b09d1/LoveNature4K2-prod/playlist.m3u8

IMG_3731 IMG_3730 IMG_3729

kingslay commented 10 months ago

是的,只要设置canStartPictureInPictureAutomaticallyFromInline为false。就可以了。还有这个uikit的demo我现在很少维护了。我主要是维护swiftui的demo。所以你发现问题的话,可以直接改下uikit的demo,然后发个Pull requests。我可以把你的改动给合进来。