Torbjörn Einarsson

Results 71 comments of Torbjörn Einarsson

LLHLS and LL-DASH both use segments with multiple fragments. That structure is supported since long by the mp4ff library, so one can read and create such segments. The fragments are...

The structure of a `mp4.MediaSegment` is that it contains one or more `mp4.Fragment`. Such a "Fragment" is what constitutes a "CMAF chunk" or partial "HLS segment". In the `example/segment` only...

Thanks for your post. I also see a problem trying to run the tool's script. The line numbers are bit different, though. ` line81: self.mpdProcessor = MpdProcessor(self.mpd_filepath)` I use the...

@paulojmcneto Do I understand you correctly that you still have some issues with importing your content? I think it should be fairly easy to resegment it, so that the audio...

@sunfish-shogi If you want to close this issue, it may be good to know that the same issue was raised by the same person in in [github.com/edgeware/mp4ff ](https://github.com/edgeware/mp4ff) and as...

@sunfish-shogi @89z I don't discourage multiple implementations. For me, `go-mp4` is an excellent tool to manipulate and extract boxes. But, I think it is good if a software does one...

@dsilhavy I made a ticket in cea608.js to make a proper NPM package so that the code can be imported in a better way. https://github.com/Dash-Industry-Forum/cea608.js/issues/4

For lines with different alignments, one must have two parallel vttc cues in wvtt samples. This is a case which is normally rarely tested and may not work well in...

Interesting. I checked the parsing of the DecoderConfigDescriptor in your file and it does declare a size of its payload as 19 bytes as Bento says, but I can only...