Hi All,
I am having an issue with my app stalling or hanging after I play a video. Here is the sequence of what I am doing:
-
Switch from scene A to scene B
-
Scene B triggers a video - 5 min video 1024x768 and 117MB mp4
-
Call back switches back to scene A when video is over
-
The app can take over 2 min to respond, but eventually goes back to the game without crashing.
All I see if the console is this:
SpringBoard[43] <Warning>: [MPUSystemMediaControls] Updating supported commands for now playing application.
Which gets printed 4 times during the 2 minute delay. I do not have this issue with another video that is only 1.4MB, so I am assuming it has something to do with the size of the video. Likely lack of memory on iPad mini perhaps.
Any ideas?