↧
Answer by Paul Gregoire for How to transmit live video from within a Java...
Honestly don't waste your time with JMF, you can consider that offering dead. Here is how you would do screen shotting to an rtmp stream using h.264 (thanks to tyreus@gmail.com for the example). If the...
View ArticleHow to transmit live video from within a Java application?
I'm trying to find ways to stream a live video generated in a Java application. The application needs to take screenshots of itself and encode these into a video stream and publish the stream.So far I...
View Article