media - ios: playing video with arbitrary nsinputstream -


i pass nsinputstream mpmovieplayercontroller, or mpmovieplayerviewcontroller, or whatever else.

the input stream leverages protocol not supported apple's frameworks.

i tried creating custom nsurlprotocol (which kind of works on device (not simulator)), mediaplayer tries cache , causes application crash when allocates 250mb. , video never plays.

any ideas on how proceed? know apps out there this.

i don't want have build own media player, seems likely, no? there examples of how coremedia , not ffmpeg (etc)? codec selection not important me - ability play while streaming on proprietary protocol.

thanks!

the custom_io branch of kxmovie looking for. of videos aren't playing perfectly, it's start.

https://github.com/kolyvan/kxmovie/tree/custom_io


Comments

Popular posts from this blog

monitor web browser programmatically in Android? -

Shrink a YouTube video to responsive width -

wpf - PdfWriter.GetInstance throws System.NullReferenceException -