I really appreciate all team whom contributing this amazing library, but I wonder how to use it in downloading m3u8 fragments into one MP4 or blob. Thanks in advance
you can retrieve fragmented mp4 by listening to Event.FRAG_PARSING_INIT_SEGMENT and Event.FRAG_PARSING_INIT_DATA. but this will be several files. you won't get everything in one file.
plz note that audio and video will be splitted in different files as well.
Thanks a lot for your reaction, That's really very helpful. I will try to workaround that.
Most helpful comment
you can retrieve fragmented mp4 by listening to Event.FRAG_PARSING_INIT_SEGMENT and Event.FRAG_PARSING_INIT_DATA. but this will be several files. you won't get everything in one file.
plz note that audio and video will be splitted in different files as well.