Stream images from memory
Posted: 25 Jan 2016 16:33
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?
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?