Fail to recognize start time request #EXT-X-START:TIME-OFFSET in m3u8.
I created m3u8 chunks with ffmpeg. I presented the m3u8 file to vlc and it worked perfectly. (Vlc fails often when the m3u8 comes from streams in the web, but it seems to work perfectly when the m3u8 chunks are created by ffmpeg.) However, if I add the request #EXT-X-START:TIME-OFFSET=1200 to start at 1200 seconds, it is ignored. Is this a bug or it is intentional that you do not respect this aspect of the specification. I checked and the problem is there in the master vlc 4.0 as well.