Opened 7 years ago

Closed 7 years ago

Last modified 7 years ago

#6228 closed enhancement (duplicate)

Output HLS (fMP4) from DASH muxer

Reported by: Nedim Owned by:
Priority: wish Component: undetermined
Version: unspecified Keywords:
Cc: Blocked By:
Blocking: Reproduced by developer: no
Analyzed by developer: no

Description

Hi,

I need someone to guide me on this one. Dash muxer creates .m4s fragmets per adaptation set and creates manifest. I want to write additional .m3u8 playlist per adaptation set and include all .m4s fragmets in provided window size. This way it would be possible to output both MPEG-DASH and HLS (fMP4) protocols by just manually creating master.m3u8 which contains adaptaion set .m3u8 lists.

Do you think this is the right way to do it? I would make additional function called write_m3u8() then call it in write_manifest() function first inside loop for video streams, then for audio streams.

Change History (4)

comment:1 by Carl Eugen Hoyos, 7 years ago

Isn't this a duplicate of ticket #5699?

comment:2 by Nedim, 7 years ago

Exactly. Sorry for duplicating issue.

In my opinion it should be done through dashenc.c since there are already m4s segments. Maybe dash muxer should have additional option to enable output to adaptation m3u8 playlist. Please let me know how I can help.

comment:3 by Carl Eugen Hoyos, 7 years ago

Resolution: duplicate
Status: newclosed

A patch is typically most welcome!

comment:4 by Nedim, 7 years ago

Thanks, I'll submit in couple of days my version to patchwork, then we can discuss.

Note: See TracTickets for help on using tickets.