You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
av_find_input_format("pulse") returns null, whereas ffmpeg -f pulse ... using the system build of ffmpeg works completely fine. I've tried both the regular and the GPL builds.
av_find_input_format("pulse")
returns null, whereasffmpeg -f pulse ...
using the system build of ffmpeg works completely fine. I've tried both the regular and the GPL builds.From this output, I'm assuming the javacpp build is simply missing the "--enable-libpulse" flag.
The text was updated successfully, but these errors were encountered: