<div class="gmail_quote">On Fri, Dec 18, 2009 at 4:36 AM, <a href="mailto:gabrieledeluca@libero.it">gabrieledeluca@libero.it</a> <span dir="ltr"><<a href="mailto:gabrieledeluca@libero.it">gabrieledeluca@libero.it</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">Hi,<br>I have implemented a client RTSP that record the stream in 2 buffer files.<br><br>So I have implemented a server RTSP that read from the buffer files.<br>
<br>I want<br>know if it's possible create a wrapper that writes and reads on a shared memory<br>(and not on buffer files).<br></blockquote>
<div>Of course it's possible, although I don't think that has anything to do with this mailing list. Depending on what OS you're using, there are several possibilities: <a href="http://en.wikipedia.org/wiki/Shared_memory">http://en.wikipedia.org/wiki/Shared_memory</a></div>
<div> </div>
<div>So long as you follow the threading guidelines for Live555 (see the FAQ), you can also put client/server in the same process.</div></div>