I want to play .ts files which are stored in my local disk. I can play the .ts file using .m3u8 by streaming.
But i want to play these stored local ts files directly(with my AVPlayer) without streaming. I mean i want to play without using m3u8.
is it possible in iOS? If possible please explain how to achieve this?