How to reduce iOS AVPlayer start delay

前端 未结 6 696
渐次进展
渐次进展 2020-12-22 15:06

Note, for the below question: All assets are local on the device -- no network streaming is taking place. The videos contain audio tracks.

I\'m working on an iOS a

6条回答
  •  北海茫月
    2020-12-22 15:50

    The asset may not ready once you create it, it may does calculations like duration of movie, be sure to contain all metadata of the movie in the file.

提交回复
热议问题