<div><span class="gmail_quote">Hi Ross,</span></div>
<div><span class="gmail_quote">First of all, thank you for your quick responses!</span></div>
<div><span class="gmail_quote"> </span></div>
<div><span class="gmail_quote">2008/1/31, Ross Finlayson <<a onclick="return top.js.OpenExtLink(window,event,this)" href="mailto:finlayson@live555.com" target="_blank">finlayson@live555.com</a>>:</span> </div>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid"><br>>I need to transmit data<br><br>What kind of data is this? </blockquote>
<div>Well, for now it's not a media file like 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. </div>
<div>I understand live555 is used to stream audio or video files. But 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 about this. I managed to run the MP3 example, all works.</div>
<div> </div>
<div>I think I have to create my own classes for a RTP sink "myBufferSink", a RTP source "myBufferRTPsource" and a data source "myBufferSource". I understand well RTPSource and Sinkclasses, but I'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 myBufferSource class?</div>
<div> </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 there's no JPEG test?</div>
<div> </div>
<div>Thanks for your response, and sorry if I didn't write you back earlier.</div>
<div>Best regards,</div>