javacv icon indicating copy to clipboard operation
javacv copied to clipboard

Image processing during streaming

Open mappedbyte opened this issue 1 year ago • 1 comments

Hello, I encountered a problem while using it. I would like to process the image during transmission. What should I do, public FFmpegFrameRecorder(OutputStream outputStream, int imageWidth, int imageHeight, int audioChannels)

What is the byte array in outputStream? Can I convert it to image processing? If so, what should I do

mappedbyte avatar Jun 27 '23 05:06 mappedbyte

Pass the URL to the constructor taking a URL.

saudet avatar Jun 27 '23 07:06 saudet