<div dir="ltr"><div>Greetings,</div><div><br></div><div>I have a simple pipeline that receives an h264 sample and muxes it in fragmented MP4, for later consumption in MediaSource API in web browser.</div><div><br></div><div>It works as expected when "full" stream is pushed, but sometimes I need to push _key frames only_. And in that case pipeline outputs fragments only after 3 frames are received. Leading to a significant delay if key frame interval is >1 sec.</div><div><br></div><div>I tried to decrease "fragment-duration" of mp4mux down to 10ms, but to no avail.</div><div><br></div><div>Is there any way to tell mp4mux to emit fragment on each coming key frame?</div><div><br></div><div>Best regards,</div><div>Andrew P.<br></div></div>