Created
January 26, 2024 20:57
-
-
Save TheDrHax/de609e53ae472696beacc4558ba15556 to your computer and use it in GitHub Desktop.
mediamtx alpine
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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