add handling for public streams
new env vars for mediamtx switch to redis for ipc
This commit is contained in:
parent
215ffced7c
commit
6233c96e6a
5 changed files with 120 additions and 31 deletions
|
|
@ -1,6 +1,6 @@
|
|||
FROM docker.io/python:3.12-alpine
|
||||
WORKDIR /3m
|
||||
RUN apk update && apk add git openssl mariadb-connector-c-dev build-base linux-headers
|
||||
RUN apk update && apk add git openssl mariadb-connector-c-dev build-base linux-headers ffmpeg
|
||||
|
||||
COPY ./requirements.txt /app/requirements.txt
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue