Thanks David! That's exactly what I was looking for.<br><br><div class="gmail_quote">On Thu, Dec 30, 2010 at 11:23 PM, David Schleef <span dir="ltr"><<a href="mailto:ds@entropywave.com">ds@entropywave.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div><div></div><div class="h5">On Thu, Dec 30, 2010 at 08:35:21PM -0800, David Zhao wrote:<br>
> Hello,<br>
><br>
> I'm trying to build a GStreamer plugin that would produce segments of MPEGTS<br>
> files, each with a fixed duration. This is to create TS segments for the<br>
> Apple HTTP live streaming protocol. I'm fairly new to developing for<br>
> GStreamer and have a basic understanding of how it works.<br>
><br>
> The approach I had in mind is to create a plugin that includes both<br>
> mpegtsmux and filesink. Within that plugin, it could produce individual ts<br>
> files when certain duration is accumulated.<br>
><br>
> Is this feasible? Is there another way to do this without having to<br>
> replicate code that's already in mpegtsmux and filesink?<br>
<br>
</div></div>gst-launch ... ! mpegtsmux ! multifilesink next-file=key-frame \<br>
location=%05d.ts<br>
<br>
<br>
<br>
David<br>
<br>
<br>
------------------------------------------------------------------------------<br>
Learn how Oracle Real Application Clusters (RAC) One Node allows customers<br>
to consolidate database storage, standardize their database environment, and,<br>
should the need arise, upgrade to a full multi-node Oracle RAC database<br>
without downtime or disruption<br>
<a href="http://p.sf.net/sfu/oracle-sfdevnl" target="_blank">http://p.sf.net/sfu/oracle-sfdevnl</a><br>
_______________________________________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.sourceforge.net">gstreamer-devel@lists.sourceforge.net</a><br>
<a href="https://lists.sourceforge.net/lists/listinfo/gstreamer-devel" target="_blank">https://lists.sourceforge.net/lists/listinfo/gstreamer-devel</a><br>
</blockquote></div><br>