I am unable to get airplay to repeat a video.
moviePlayer.repeatMode = MPMovieRepeatModeOne;
[moviePlayer setAllowsAirPlay:YES];
This does not seem to work, it gets to the end of a video and airplay just stops. Does anyone know why, or how to get this to work?
Thanks!