<meta charset="utf-8"><span class="Apple-style-span" style="font-family: arial, sans-serif; font-size: 13px; border-collapse: collapse; ">Hello,<div><br></div><div>I&#39;m trying to build a GStreamer plugin that would produce segments of MPEGTS files, each with a fixed duration. This is to create TS segments for the Apple HTTP live streaming protocol. I&#39;m fairly new to developing for GStreamer and have a basic understanding of how it works.</div>
<div><br></div><div>The approach I had in mind is to create a plugin that includes both mpegtsmux and filesink. Within that plugin, it could produce individual ts files when certain duration is accumulated.</div><div><br>
</div><div>Is this feasible? Is there another way to do this without having to replicate code that&#39;s already in mpegtsmux and filesink?</div><div><div><br></div></div><div>Thanks,</div><div><br></div><font color="#888888"><div>
-David</div></font></span>