Hls.js: downloading m3u8 fragments into one MP4 file

Created on 14 Oct 2016  路  3Comments  路  Source: video-dev/hls.js

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

Question

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.

All 3 comments

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.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

ronag picture ronag  路  4Comments

nickcartery picture nickcartery  路  4Comments

NicholasAsimov picture NicholasAsimov  路  3Comments

phillydogg28 picture phillydogg28  路  4Comments

bharathsn0812 picture bharathsn0812  路  4Comments