I am writing an application to contact a web server running on a desktop and to run MP3 files Run Even I have tried so far: I've used MPMusicPlayerController (and tried UIWebview) to handle the audio file and it progressively runs after downloading the file automatically. There is no way to handle the drop-down and play after progressive download of the file is not a good solution for cellular networks.
Ideally, I want to do the following tasks 1. The customer requests a stream that was created using a specific bitrate (to handle different network status) 2. For leaving the song to the customer Should be enabled
Can someone tell me in the right direction? M3U8 files can support these functions?
Thanks for any help. I ended up using the MPMedia playback protocol to control the MPMVplay controller 2. MPMoviePlayerPlaybackDidFinishNotification to determine whether due to playback error is completed or due to user input.
The player plays fine both with streaming streaming and progressive download. The sample movieplayer code is an excellent starting point.
Comments
Post a Comment