How can I generate streams of real-time video and stream through a servlet?

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.

+4
source share

Source: https://habr.com/ru/post/1437412/


All Articles