javacv icon indicating copy to clipboard operation
javacv copied to clipboard

ffmpeg, javacv

Open snipingmovie opened this issue 1 year ago • 2 comments

What can I do to stream an audio file over the network?

snipingmovie avatar Aug 28 '22 13:08 snipingmovie

The easiest thing we can do is use the ffmpeg program like this: http://bytedeco.org/javacpp-presets/ffmpeg/apidocs/org/bytedeco/ffmpeg/ffmpeg.html To do streaming like that: https://trac.ffmpeg.org/wiki/StreamingGuide

saudet avatar Aug 28 '22 13:08 saudet

I can do that part but when I need to combine it with a Java program with using ffmpeg grabber and recorder, what path should I follow?

snipingmovie avatar Aug 28 '22 14:08 snipingmovie