I am trying to play a HLS live stream using videogular2. The video is playing fine however, it does not show the right time. I am guessing videogular2 should parse the .m3u8 manifest file and use the "EXT-X-PROGRAM-DATE-TIME" header as an offset to the current time. It does not seem to be working that way.
Is there any way I can parse the file? Would really appreciate some help.