renzifeng / ZFPlayer

Support customization of any player SDK and control layer(支持定制任何播放器SDK和控制层)
MIT License
7.06k stars 1.75k forks source link

ios 16.5版本,播放本地视频时,视频的播放状态和视频地址都是正确的,视频的播放状态也有,但是视频无法播放,重启手机后,又可以播放 #1394

Open smallSmallWhite opened 1 year ago

smallSmallWhite commented 1 year ago

SGJRFCareNewInstrumentViewController.m:1837 当前播放的视频地址为file:///private/var/containers/Bundle/Application/730883BA-696F-41C0-ADE7-17A5D5B9996D/SGMJProject.app/nursingVideo_generalOpening.mp4,视频的播放状态为正在播放 SGJRFCareNewInstrumentViewController.m:1853 当前播放的视频地址为file:///private/var/containers/Bundle/Application/730883BA-696F-41C0-ADE7-17A5D5B9996D/SGMJProject.app/nursingVideo_generalOpening.mp4,视频的加载状态为Prepare SGJRFCareNewInstrumentViewController.m:1837 当前播放的视频地址为file:///private/var/containers/Bundle/Application/730883BA-696F-41C0-ADE7-17A5D5B9996D/SGMJProject.app/nursingVideo_generalOpening.mp4,视频的播放状态为正在播放 SGJRFCareNewInstrumentViewController.m:1837 当前播放的视频地址为file:///private/var/containers/Bundle/Application/730883BA-696F-41C0-ADE7-17A5D5B9996D/SGMJProject.app/nursingVideo_generalOpening.mp4,视频的播放状态为正在播放 SGJRFCareNewInstrumentViewController.m:1855 当前播放的视频地址为file:///private/var/containers/Bundle/Application/730883BA-696F-41C0-ADE7-17A5D5B9996D/SGMJProject.app/nursingVideo_generalOpening.mp4,视频的加载状态为Paused SGJRFCareNewInstrumentViewController.m:1855 当前播放的视频地址为file:///private/var/containers/Bundle/Application/730883BA-696F-41C0-ADE7-17A5D5B9996D/SGMJProject.app/nursingVideo_generalOpening.mp4,视频的加载状态为Paused SGJRFCareNewInstrumentViewController.m:1859 当前播放的视频地址为file:///private/var/containers/Bundle/Application/730883BA-696F-41C0-ADE7-17A5D5B9996D/SGMJProject.app/nursingVideo_generalOpening.mp4,视频的加载状态为PlaythroughOK SGJRFCareNewInstrumentViewController.m:1837 当前播放的视频地址为file:///private/var/containers/Bundle/Application/730883BA-696F-41C0-ADE7-17A5D5B9996D/SGMJProject.app/nursingVideo_generalOpening.mp4,视频的播放状态为正在播放

Mr-Dsg commented 1 year ago

解决了?iOS 16.5 我这里没有模拟器。解决了,把方法发一下。

GitHubxdw commented 1 year ago

有解决办法吗

smallSmallWhite commented 1 year ago

没有解决呀,你有解决思路吗?

AaronYin0514 commented 8 months ago

这个bug是怎样触发的呀