I want to play a video using MPMoviePlayerController but I want it to ignore the mute switch, similar to the behavior of Youtube\'s video player.
MPMoviePlayerController
Any ideas?
After you import AVFoundation just put this in your delegate:
[[AVAudioSession sharedInstance] setCategory: AVAudioSessionCategoryPlayback error: nil];