Skip to content

Instantly share code, notes, and snippets.

@TheDrHax
Created January 26, 2024 20:57
Show Gist options
  • Save TheDrHax/de609e53ae472696beacc4558ba15556 to your computer and use it in GitHub Desktop.
Save TheDrHax/de609e53ae472696beacc4558ba15556 to your computer and use it in GitHub Desktop.
mediamtx alpine
# docker build -t thedrhax/mediamtx .
FROM bluenviron/mediamtx
FROM alpine:3.19
RUN apk --no-cache add ffmpeg curl jq
COPY --from=0 /* /
ENTRYPOINT ["/mediamtx"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment