Page 1 of 1

Stream images from memory

Posted: 25 Jan 2016 16:33
by Kragoth
Hello,
can libvlc 3.0 be used (is it suported) to stream raw(24bpp) images from memory or some other image format? Like if I have buffers/frames, can I stream them as video or directly as buffers and receive, process/display them on the other end?
So far I can stream videos (mp4, mkv,...) from memory using libvlc_media_new_callbacks, can I use these callback for images or is there any other way?

Re: Stream images from memory

Posted: 25 Jan 2016 17:06
by RĂ©mi Denis-Courmont
The callbacks expect a continuous bitstream, not some picture buffers.