Re: [Live-devel] Shared memory

2009-12-18 Thread Ross Finlayson
I have implemented a client RTSP that record the stream in 2 buffer files. So I have implemented a server RTSP that read from the buffer files. I want know if it's possible create a wrapper that writes and reads on a shared memory (and not on buffer files). You can just use pipes, if your op

Re: [Live-devel] Shared memory

2009-12-18 Thread Jeremy Noring
On Fri, Dec 18, 2009 at 4:36 AM, gabrieledel...@libero.it < gabrieledel...@libero.it> wrote: > Hi, > I have implemented a client RTSP that record the stream in 2 buffer files. > > So I have implemented a server RTSP that read from the buffer files. > > I want > know if it's possible create a wrapp

[Live-devel] Shared memory

2009-12-18 Thread gabrieledel...@libero.it
Hi, I have implemented a client RTSP that record the stream in 2 buffer files. So I have implemented a server RTSP that read from the buffer files. I want know if it's possible create a wrapper that writes and reads on a shared memory (and not on buffer files). Thanks in advance _