Smooth scrolling in UICollectionViewCells, where each cell has video

Hi, I am trying to optimise the scrolling in UIcollectionView in my tvOS app,

each cell has a video which should start playing when visible, what is the

best approach to make scrolling as smooth as possible and also that the

cells start playing their videos as soon as possible. I assume that I have

to do some async logic and more..