iOS Question Memory Issue with videoPlayer

cooperlegend

Active Member
Licensed User
Longtime User
I am using videoPlayer and have found that after playing 5 or 6 different video that I get "Received memory warning" and eventually it crashes.

Is there a way to release memory after each video is played? There seems to be no option to stop or release, just play and pause.

Thanks in advance
 

cooperlegend

Active Member
Licensed User
Longtime User
Thanks Erel

Fixed the issue, it wasn't related to the videoPlayer in the end, I just needed to add some clearing up to each page swap :)
 
Upvote 0
Top