i'm facing problem with avplayer, my uitableview content videos list, that i need to auto play when cell fully visible, likewise in instagram. i have follow these example :TableView Cell video autoplay
and Play video on UITableViewCell when it is completely visible
and video is playing fine in first cell but when i scroll up and down tableview. the avplayer are continually added and just buffering and not able to play next video.
i have also follow the https://github.com/guilhermearaujo/GUIPlayerView and try to added in cell but facing same problem avplayer layer continually added and next video is not playing.
so, please help and suggest me some solution.
Thank you.