AVPlayerViewController controls

I'm working on an iOS app that has to show some mp4 videos. I followed the various samples using AVPlayerViewControler and everything works.

But I only get a limited set of controls: Play/Pause, scrubbar and elapsed/remainng time.


Is there any way (short of making my own player view controller from scratch) to get a more complete set of controls like the QuickTime player app shows?