<div><span class="gmail_quote">Hi Ross,</span></div>
<div><span class="gmail_quote">First of all, thank you&nbsp;for your quick responses!</span></div>
<div><span class="gmail_quote">&nbsp;</span></div>
<div><span class="gmail_quote">2008/1/31, Ross Finlayson &lt;<a onclick="return top.js.OpenExtLink(window,event,this)" href="mailto:finlayson@live555.com" target="_blank">finlayson@live555.com</a>&gt;:</span> </div>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid"><br>&gt;I need to transmit data<br><br>What kind of data is this?&nbsp;&nbsp;</blockquote>
<div>Well, for now it&#39;s not a media file like&nbsp;live555 stream usually, but a collection of media files (images, informations about those images, etc.) I receive in a buffer, with packet headers to delimit them.&nbsp;</div>

<div>I understand live555 is used to stream audio or video files. But&nbsp;I have to stream JPEG too.</div>
<div>So, my payload format is not a standard one for my buffer, but my questions are not are not&nbsp;about this. I managed to run&nbsp;the MP3&nbsp;example, all works.</div>
<div>&nbsp;</div>
<div>I think I have to create my own classes for a RTP sink &quot;myBufferSink&quot;, a RTP source &quot;myBufferRTPsource&quot; and a data source &quot;myBufferSource&quot;.&nbsp;I&nbsp;understand well RTPSource and Sinkclasses, but I&#39;ve got some difficulties with the Source classes (udp, fileSource, etc.). Depending on the source, it takes the next frame in it. But if my buffer has the good size for a RTP packet, do I need to implement&nbsp;myBufferSource&nbsp;class?</div>

<div>&nbsp;</div>
<div>I just have another question about jpeg streaming: is there an example like testMP3? Or do I have to make my own? Is there special difficulties with this streaming example? Is it because testJPEG is similar to another built example&nbsp;there&#39;s no JPEG test?</div>

<div>&nbsp;</div>
<div>Thanks for your response, and sorry if I didn&#39;t write you back earlier.</div>
<div>Best regards,</div>