<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=Windows-1252">
<meta name="Generator" content="Microsoft Exchange Server">
<!-- converted from text --><style><!-- .EmailQuote { margin-left: 1pt; padding-left: 4pt; border-left: #800000 2px solid; } --></style>
</head>
<body>
<meta content="text/html; charset=UTF-8">
<style type="text/css" style="">
<!--
p
        {margin-top:0;
        margin-bottom:0}
-->
</style>
<div dir="ltr">
<div id="x_divtagdefaultwrapper" dir="ltr" style="font-size:12pt; color:#000000; font-family:Calibri,Helvetica,sans-serif">
<p>Hi,</p>
<p><br>
</p>
<p>I managed to find the problem and was related to my audio encoder settings.<br>
</p>
<p><br>
</p>
<p>Is it possible to integrate T140 text into mpeg2ts together with video and audio? I only find
<span>addNewAudioSource</span> and <span>addNewVideoSource objects. I can send it using <span>T140TextRTPSink</span> but I have to create a separate session just for this and I want to avoid that, if there is a way to insert metadata into mpeg2ts stream that
 will be great!</span></p>
<p><span><br>
</span></p>
<p><span>Thanks for the help!</span></p>
<p><span>Sorin.</span><br>
</p>
</div>
<hr tabindex="-1" style="display:inline-block; width:98%">
<div id="x_divRplyFwdMsg" dir="ltr"><font face="Calibri, sans-serif" color="#000000" style="font-size:11pt"><b>From:</b> live-devel <live-devel-bounces@us.live555.com> on behalf of Ross Finlayson <finlayson@live555.com><br>
<b>Sent:</b> Friday, January 31, 2020 6:09:22 PM<br>
<b>To:</b> LIVE555 Streaming Media - development & use<br>
<b>Subject:</b> Re: [Live-devel] Could not play h265 video over mpeg-ts</font>
<div> </div>
</div>
</div>
<font size="2"><span style="font-size:10pt;">
<div class="PlainText"><br>
<br>
> On Jan 31, 2020, at 3:20 AM, Avramoni, Sorin <sorin.avramoni@intel.com> wrote:<br>
> <br>
> <br>
> Hi,<br>
> <br>
> The video gets really bad when I try to mux it with audio, however audio is played ok. One thing that may go wrong is that my video encoder generates one access unit that contains multiple NAL units, what I do to be compliant is that I parse it and extract
 one nal unit at a time, remove NAL start code and add a presentation time for each NAL unit, so even SPS, PPS, VPS has a different timestamps than key frame or B frame even if where in the same access unit, maybe this can have affect somehow.<br>
<br>
In principle, yes, the presentation times for all NAL units in the same access unit should be the same.  In practice, though (especially for this application: multiplexing into a Transport Stream), that shouldn’t be a problem.<br>
<br>
Just make sure that the presentation times for the audio frames are properly aligned with those for video.<br>
<br>
> Do I need to set fDurationInMicroseconds also?<br>
<br>
Not for a live feed; you should just leave this at its default value of 0<br>
<br>
<br>
Ross Finlayson<br>
Live Networks, Inc.<br>
<a href="http://www.live555.com/">http://www.live555.com/</a><br>
<br>
<br>
_______________________________________________<br>
live-devel mailing list<br>
live-devel@lists.live555.com<br>
<a href="http://lists.live555.com/mailman/listinfo/live-devel">http://lists.live555.com/mailman/listinfo/live-devel</a><br>
</div>
</span></font>
</body>
</html>