AVPlayer layer not showing video content
I am using multiple AVPlayers to display content on my screen and they are all playing video simultaneously. The issue is that sometimes the avplayer is playing but the avplayerlayer isn't showing anything- all you get is a blank screen. This happens randomly. I don't even know how to debug this.
Has anyone had these same issues with AVPLayers or AVPlayer layers? Can you reference the same alaasset from different players at the same time? I'm guessing that these
链接地址: http://www.djcxy.com/p/56888.html上一篇: 重复使用相同的AVPlayer和AVPlayerLayer或每次创建新的?
下一篇: AVPlayer图层不显示视频内容