Hi. Is it possible to encode to a shared memory instead of a file? I mean, will a frame encoded via avcodec_encode_video() and copied to shared memory be playable in another process, which is reading frames from the shared memory? Thanks, Stas.