Jean Le Feuvre

Results 201 comments of Jean Le Feuvre

@jakc-1 , what are your command lines ? From the dasher logs, it looks like the encoder is not able to encode in realtime (the segment completion time keeps getting...

The command looks OK, I think the issue is you don't have enough resources to encode both qualities in real-time. One way to check is to use a local file...

indeed this was not working properly with mp4box, only with gpac. This should now be fixed, can you cross-check ?

should be fixed as well, as long as init segment extension is mp4 or m4s (m4s was not checked, hence the defaulting to ts)

can you try reducing the MPD to a single representation in a single adaptation set and see if you have the same message ? You can also try to add...

I fixed the channels issue and duration vs SegmentTimeline issue, could you check if that helps ?

no feedback, closing since the main topic of this issue was fixed.

The first step is to demux the messages. You'll need to modify a bit the [M2TS demuxer code](https://github.com/gpac/gpac/blob/master/src/media_tools/mpegts.c) : - add SCTE35 PID in [gf_m2ts_process_pmt](https://github.com/gpac/gpac/blob/master/src/media_tools/mpegts.c#L1132) - add a new section...

> I have created the event in the switch of dmx_m2ts.c very similar to [TEMI](https://github.com/gpac/gpac/blob/master/src/filters/dmx_m2ts.c#L890) but i am not sure if i have to save the data in the same...

Thanks for looking into this. I doubt storing the entire avi in memory is a good idea. However, using an internal buffer to serialize chunks rather than using file io...