1

I am using mono 2.10.4 and monobjc. I want to be able to play H264 video file and an mp3 file. Monotouch has examples of playing the same on their web site(http://wiki.ios.xamarin.com/HowTo/Video/HowTo%3a_Playback_a_Video.). But can the same be accomplished using mono and monobjc ?. What would be the libraries that I would need ?.

Prashant
  • 2,190
  • 4
  • 33
  • 64

1 Answers1

1

There is a sample application named QTKitPlayer that demonstrate how to play a movie by using the QuickTime API; it is part of the Monobjc distribution.

Laurent Etiemble
  • 27,111
  • 5
  • 56
  • 81