I have added the following code to allow for automatic playback using a modified version of the Video Playback Sample App.
if(currentStatus != PLAYING) { [videoPlayerHelper[playerIndex] play:NO fromPosition:-1.0f]; currentStatus = [videoPlayerHelper[playerIndex] getStatus]; }
Which starts the video playback perfectly. The issue comes when I tap on the screen, the app freezes with no error message in the Log. Where should I be looking to fix this?
What happened in the end - what problem did you encounter?
If you think this should be a feature, then please post in the wish list forum accordingly.
N