mpromonet / v4l2rtspserver

RTSP Server for V4L2 device capture supporting HEVC/H264/JPEG/VP8/VP9
The Unlicense
1.82k stars 423 forks source link

Update `Dockerfile.arm64` to build alsa support #295

Closed s-fairchild closed 1 year ago

s-fairchild commented 1 year ago

Is your feature request related to a problem? Please describe. I use this project on arm machines and would like to have alsa support built in the arm64 docker image. Currently I have to rebuild the image locally. I think this would benefit others as well.

Describe the solution you'd like Yes, I would like to merge my PR to update Dockerfile.arm64 to build alsa support.

Describe alternatives you've considered The alternative in my case is to build locally as described previously.