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
Add ALSA support for hardware sound device recording
Reason for change
For capture card streaming, current ffmpeg already have v4l2 and opus support, but no support to capture sounds which included with many capture cards.
Proposed code change
I recompile a ffmpeg with --enable-alsa and libasound2-dev installed, it works just fine.
The text was updated successfully, but these errors were encountered:
@carrotgeball Can you give this image a try and let us know if it works? It has alsa support ghcr.io/linuxserver/lsiodev-ffmpeg:6.1-cli-pkg-a715c0ab-dev-23abf40371b1b63408bfe31ba26b76bb684a121f
@carrotgeball Can you give this image a try and let us know if it works? It has alsa support ghcr.io/linuxserver/lsiodev-ffmpeg:6.1-cli-pkg-a715c0ab-dev-23abf40371b1b63408bfe31ba26b76bb684a121f
Is this a new feature request?
Wanted change
Add ALSA support for hardware sound device recording
Reason for change
For capture card streaming, current ffmpeg already have v4l2 and opus support, but no support to capture sounds which included with many capture cards.
Proposed code change
I recompile a ffmpeg with
--enable-alsa
andlibasound2-dev
installed, it works just fine.The text was updated successfully, but these errors were encountered: