iOS Video: More than 4 simultaneous AVAssetReaders possible?

后端 未结 3 1036
夕颜
夕颜 2021-01-03 10:37

I would like to render multiple H264 mp4 videos on multiple views at the same time. Target is to read about 8 short videos, each at a size of 100x100 pixels and let them dis

3条回答
  •  情歌与酒
    2021-01-03 11:03

    Have you tried creating separate AVPlayerItems based on the same AVAsset for each AVPlayerLayer?

提交回复
热议问题