I am trying to get AVPlayer to play a m3u8 playlist that is a local file.
I have narrowed this down to a simple test case using one of Apple\'s sample playlists:
m3u/m3u8 files must be stored on a server and streamed in order to be played(I know it sounds not reasonable, but Apple did it again). You must use HLS, which basically means you should store the file on a server and directly access it from there. You can as well create a local Server inside your app using a framework like GCD WebServer.