I need to write some code to download an m3u8 stream but I need to be able to manipulate the stream after it has been downloaded and I need to be able to display it with my own code. Is it possible to do that with ExoPlayer? Essentially I just want ExoPlayer to handle all the download parts.
Thanks.