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.
i figured out…
i tested these files by hosting them on local server using
XAMMPand calling the link to.m3u8file from my app inMPMoviePlayerViewController.