I'm not familiar with libvlc, I'm just wondering if it's possible to stream some sequece of images with LIBVLC.
Asked
Active
Viewed 458 times
0
-
It has been discussed here: [https://stackoverflow.com/questions/32995719/c-libvlc-create-stream-from-frames-images](https://stackoverflow.com/questions/32995719/c-libvlc-create-stream-from-frames-images) – Horizon1710 Sep 18 '17 at 21:10
1 Answers
0
It's certainly possible - at least with JPG-compressed images, or raw video.
MJPEG is just all of the individual JPGs concatenated together.. and raw video codecs will play arbitrary uncompressed streams.

qdot
- 6,195
- 5
- 44
- 95