[Live-devel] Shared memory
Ross Finlayson
finlayson at live555.com
Fri Dec 18 14:15:59 PST 2009
>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 operating system supports them. They
provide the abstraction (at each end) of an open file, but
implemented by shared memory.
--
Ross Finlayson
Live Networks, Inc.
http://www.live555.com/
More information about the live-devel
mailing list