<br><br><div><span class="gmail_quote"></span>&gt;I'm a newbie using &lt;<a href="http://Live.com">http://Live.com</a>&gt;<a href="http://Live.com">Live.com</a> libraries.<br>
&gt;<br>
&gt;FYI, it's now <a href="http://LIVE555.COM">LIVE555.COM</a>.<br>
<br>
I know ;-)<br>
<br>
&gt;&gt;&nbsp;&nbsp;I made a RTSP server to stream Mpeg1or2 and Mpeg4 Formats, based<br>
&gt;&gt; on TestOnDemandRtspServer, and it works. Now I need to send some<br>
&gt;&gt; plain text data synchronously with video, frame by frame. How could<br>
&gt;&gt; I do this? Could you suggest me a way to work? I'm wondering if<br>
&gt;&gt; there is a class that supports this feature or if i need to make it on&nbsp;&nbsp;my own.<br>
&gt;No, there's no existing code in the libraries to do this.&nbsp;&nbsp;If you<br>
&gt;want to add this, I suggest supporting the RTP payload format<br>
&gt;described in the IETF RFC 4103<br>
&gt;&lt;<a href="ftp://ftp.rfc-editor.org/in-notes/rfc4103.txt">ftp://ftp.rfc-editor.org/in-notes/rfc4103.txt</a>&gt;, as that is the<br>
&gt;closest thing to a standard for streaming time-synchronized text.<br>
&gt;To implement this, you would need to write your own subclass of<br>
&gt;&quot;MultiFramedRTPSink&quot; for sending the text, and your own subclass of<br>
&gt;&quot;MultiFramedRTPSource&quot; for receiving it.<br>
</div><br>
Thanks for the quick answer! Then I'll try to do what you suggest!<br>
<br>
Luca<br>