ios - Use MPMoviePlayerController as container for UIView -


working on ios6 app receives rtsp stream via ffmpeg.

currently getting stream frames in uiimage , passing uiimage uiview displayed user. working great far, toggle full screen while viewing stream.

i wondering if possible use mpmovieplayercontroller purpose? since receiving frames in uiimage object don't have url pass mpmovieplayercontroller , hence have not been able concept work.

i use mpmovieplayercontroller container uiview handling frames currently. seem possibility?

was unable work, may not possible. ended using following answer toggle uiview in , out of full screen. works great!

toggle fullscreen action double tap


Comments

Popular posts from this blog

java - How to Configure JAXRS and Spring With Annotations -

visual studio - TFS will not accept changes I've made to a Java project -

php - Create image in codeigniter on the fly -