axiomatic-systems / Bento4

Full-featured MP4 format, MPEG DASH, HLS, CMAF SDK and tools
http://www.bento4.com
1.93k stars 478 forks source link

Can we convert live streaming mpeg-dash to Hls m3u8 #255

Open GabyLuis opened 6 years ago

GabyLuis commented 6 years ago

Hello,

I would like to know if Bento4 tool offer possibility to convert live mpd streaming to Hls ?

Regards

barbibulle commented 6 years ago

Bento4 doesn't directly include any pre-built tool that does this. But the underlying library that is used to the build the Bento4 command line tools would be perfectly able to support that use case, provided that you wanted to write that tool on top of the library API.

GabyLuis commented 6 years ago

Hi, So if i'm correct HLS Stream generate Segments mpegts that contains Video & Audio However on Mpd dash i see that it got separated m4s for video & audio , which mean it involve merging the video with audio and of course get it sync is it possible ? is that the way to go ? Regards