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/
_______________________________________________
live-devel mailing list
[email protected]
http://lists.live555.com/mailman/listinfo/live-devel