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