Reputation: 1102
I'm using AVPlayer to play back some embedded (.mov) video clips in the bundle and I can't get the audio to playback. Any advice on how to get the audio to play? All I see is the video playing with no audio.
Upvotes: 1
Views: 1334
Reputation: 23021
Make sure that the audio in the movie is using one of the support audio codecs. These are listed in the Multimedia Programming Guide if you're using iOS. If you're using OS X, then this list might be more appropriate.
Upvotes: 1