Hi, I’m trying to use the recorder ios view function of a video. Video is longer than an hour and therefore split in more than one file. I can stream the whole video using rtmp, having the player call
play(.mp4)
and then after an hour
play(-2.mp4)
When trying to obtain the audio/video data with the iOS way (HSL instead of rtmp) I can only see a single playlist.m3m8 that points to a single chunklist.m3m8. That chunklist contains the video chunks of only the first hour of the video.
So my quuestion is: where can I find the second playlist.m3m8? I’m speaking of that one relative to the “mp4:<path/name>-2.mp4”.
Thanks a lot!!