I am looking for an example of how to generate a live video stream from a series of images and stream it via java servlet.
I can generate a video from images using xuggle. I tried using Red5 but I'm not convinced that it is what I need. I would rather stream directly via servlet from within my web app. I've also looked at this example here, but it seems that xuggle has deprecated/removed some of the functionality that the code example is using.