FEAT: Streams now save to mp4 after a stream is stopped, instead of discarded
This commit is contained in:
@@ -3,5 +3,8 @@ FROM tiangolo/nginx-rtmp
|
||||
COPY nginx.conf /etc/nginx/nginx.conf
|
||||
EXPOSE 1935 8080
|
||||
|
||||
RUN mkdir -p /stream_data/hls && \
|
||||
chmod -R 777 /stream_data
|
||||
|
||||
# Start the Nginx server
|
||||
CMD [ "nginx", "-g", "daemon off;" ]
|
||||
|
||||
Reference in New Issue
Block a user