I am streaming a m3u8 file through MPMoviePlayerController .
I am using the service of encoding.com to encode the stream from mp4's to m3u8 files
When we switch to an audio only stream we get this image (The quicktime logo).
But sometimes we get audio only data but the screen for the MPMoviePlayerController becomes blank (where the quicktime logo should be)
Could there be an issue with the encoding or is it something to do with the MPMoviePlayer?
If it is a MPMoviePlayer issue is there any way we could work around it ?
I have already tried to set the background image of the MPMoviePlayer view ..