If I were to allow pausing of live HLS stream, I can keep the *.ts files stores for a longer period but how would I manage the m3u8 files?
As an example,
I am watching a live stream and want to pause for 5 minutes. When I click play again, I'd continue from where it was paused. At this point, the m3u8 files would be overwritten with the latest live segments, how do I keep the old m3u8 files so I can go back to play the old/paused segments?
Thanks!