[FFmpeg-trac] #6228(undetermined:new): Output HLS (fMP4) from DASH muxer

FFmpeg trac at avcodec.org
Fri Mar 10 14:21:39 EET 2017


#6228: Output HLS (fMP4) from DASH muxer
-------------------------------------+-------------------------------------
             Reporter:  alqemyst     |                     Type:
               Status:  new          |  enhancement
            Component:               |                 Priority:  wish
  undetermined                       |                  Version:
             Keywords:               |  unspecified
             Blocking:               |               Blocked By:
Analyzed by developer:  0            |  Reproduced by developer:  0
-------------------------------------+-------------------------------------
 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.

--
Ticket URL: <https://trac.ffmpeg.org/ticket/6228>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list