m3u

Streaming to iphone via m3u8

那年仲夏 提交于 2019-11-30 22:57:28
I've been reading around about streaming on the iphone via m3u8 but I'm not sure if I'm missing something. It is well documented that MPMoviePlayerController will only play full-screen in OS 3.1, so iPhone users are stuck watching the video (listening to audio, in my case) and can't navigate in the application. I haven't found a way to stream via m3u8 like you can, for example, using Matt Gallagher's code and an mp3... any ideas on how to include a m3u8 player that will play embedded? thanks! If I got it right you want to play an mp3 playlist on OS 3.1 using the standard media player without

Iphone sdk support for playing mp3 files over the network

≯℡__Kan透↙ 提交于 2019-11-28 11:51:35
I am writing an application to contact a webserver running on a desktop to access and play mp3 files. Here is what I tried so far: I have used MPMusicPlayerController (and tried UIWebview) to handle the audio file and it automatically plays after progressively downloading the file. There is no way to handle skipping songs and playing after progressive download of a file is not a good solution for cellular network. Ideally, I would like to have the following function 1. Client requests a stream to be created using a specific bitrate (to handle different network condition) 2. Client should be

Iphone sdk support for playing mp3 files over the network

人盡茶涼 提交于 2019-11-27 19:21:36
问题 I am writing an application to contact a webserver running on a desktop to access and play mp3 files. Here is what I tried so far: I have used MPMusicPlayerController (and tried UIWebview) to handle the audio file and it automatically plays after progressively downloading the file. There is no way to handle skipping songs and playing after progressive download of a file is not a good solution for cellular network. Ideally, I would like to have the following function 1. Client requests a