<html><head><meta http-equiv="Content-Type" content="text/html charset=iso-8859-1"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div><blockquote type="cite"><div><div dir="ltr" id="idOWAReplyText59689"><div dir="ltr"><font face="Franklin Gothic Book">I was comparing ffmpeg.exe to testh264videototransportstream exe and have a question.</font></div>
<div dir="ltr"><font face="Franklin Gothic Book"></font> </div>
<div dir="ltr"><font face="Franklin Gothic Book">1. ffmpeg -i video.264 -vcodec copy video.ts</font></div>
<div dir="ltr"><font face="Franklin Gothic Book"></font> </div>
<div dir="ltr"><font face="Franklin Gothic Book">I see about 4 or 5 188 byte metadata payloads per second.</font></div>
<div dir="ltr"><font face="Franklin Gothic Book"></font> </div>
<div dir="ltr">
<div><font face="Franklin Gothic Book">2. testh264videototransportstream exe video.264</font></div>
<div><font face="Franklin Gothic Book"></font> </div>
<div><font face="Franklin Gothic Book">I see about one 188 bytes metadata payloads per second.</font></div></div>
<div dir="ltr"><font face="Franklin Gothic Book"></font> </div>
<div dir="ltr"><font face="Franklin Gothic Book">Is there any way to get testh264videototransportstream exe to increase or match the 188 byte metadat payloads that ffmpeg produces ?</font></div></div></div></blockquote><div><br></div>What do you mean by "metadata packets"?  Are you referring to Transport Stream "PAT" (Program Association Table) and/or "PMT" (Program Map Table) packets?</div><div><br></div><div>If so, then the frequency at which these packets are inserted into the output Transport Stream is determined by the constants "PAT_FREQUENCY" and "PMT_FREQUENCY", defined in "liveMedia/MPEG2TransportStreamMultiplexor.cpp".  If you decrease these constants, then you will increase the frequency at which the corresponding (PAT or PMT) packets are inserted into the output stream.</div><div><br></div><div>(As you can see, these constants are actually misnamed.  They should have been called "*_PERIOD", not "*_FREQUENCY".)</div><br><br><div apple-content-edited="true">
<span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: medium; "><span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: medium; ">Ross Finlayson<br>Live Networks, Inc.<br><a href="http://www.live555.com/">http://www.live555.com/</a></span></span>
</div>
<br></body></html>