Hello, I Have the same question but I'm using the libvlc API for C++ directly. My application receives a stream from a server , decodes it using raptor ( http://en.wikipedia.org/wiki/Raptor_code ) and now I would need to play those blocks (byte arrays) with VLC. Is it possible to do it using libvlc ...