I have an iOS streaming app, that is integrated with AudioStreamer. It works fine for my streaming urls. But suddenly thay have change the streaming url into .m3u8 format. How can I use AudioStreamer for .m3u8 file url?
I cant use MPMoviePlayer because I want to show some buffering before load the stream. It can easily done with the AudioStreamer. How can I use AudioStreamer to play an .m3u8 file?
Thank you