add handling for public streams

new env vars for mediamtx
switch to redis for ipc
This commit is contained in:
CEF Server 2024-08-27 14:46:44 +00:00
parent 215ffced7c
commit 6233c96e6a
5 changed files with 120 additions and 31 deletions

View file

@ -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