I am looking for an example of how to generate a live video stream from a series of images and pass it through a Java servlet.
I can generate video from xuggle images. I tried to use Red5, but I'm not sure if this is what I need. I would prefer to stream directly through the servlet from my web application. I also looked at this example here , but it seems that xuggle is deprecated / removed some of the functions that the sample code uses.
source share