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
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
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
_