Implement AAC transcoding for WebRTC using FFmpeg; update Dockerfiles and launch configuration

This commit is contained in:
Cédric Verstraeten
2026-03-09 16:34:52 +00:00
parent 41a1d221fc
commit eb0972084f
6 changed files with 576 additions and 16 deletions

View File

@@ -95,7 +95,7 @@ RUN addgroup -S kerberosio && adduser -S agent -G kerberosio && addgroup agent v
COPY --chown=0:0 --from=build-machinery /dist /
COPY --chown=0:0 --from=build-ui /dist /
RUN apk update && apk add ca-certificates curl libstdc++ libc6-compat --no-cache && rm -rf /var/cache/apk/*
RUN apk update && apk add ca-certificates curl ffmpeg libstdc++ libc6-compat --no-cache && rm -rf /var/cache/apk/*
##################
# Try running agent