Search code examples
iphoneipadmacoshttp-live-streaming

inApp video streaming for iPad


I am trying to create video streaming for my ipad app.

I've gone through HTTP Live Streaming Documentation provided by Apple and successfully broke a m4v file into .ts and .m3u8 playlist using mediafilesegmenter.

Now i want to test these files,whether it works or not.

Also they talk about switching between streams dynamically if the available bandwidth changes. But they didn't show how to do it.

Please gimme tell me what's the next step shud i take.. i dun't knw how to move further and test it.


Solution

  • i figured out...

    i tested these files by hosting them on local server using XAMMP and calling the link to .m3u8 file from my app in MPMoviePlayerViewController.