fix debug remains
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Torma Kristóf 2020-09-19 23:05:53 +02:00
parent 01400f8d29
commit 0fc0ae1ff7
2 changed files with 2 additions and 2 deletions

View File

@ -42,7 +42,7 @@ RUN apt-get update && \
COPY startscript.sh /usr/sbin/startscript.sh
COPY nginx_ingest.conf /etc/nginx/nginx_ingest.conf
COPY nginx_restream.conf /etc/nginx/nginx_ingest.conf
COPY nginx_restream.conf /etc/nginx/nginx_restream.conf
EXPOSE 1935

View File

@ -11,7 +11,7 @@ rtmp {
live on;
record off;
meta copy;
exec ffmpeg -i rtmp://localhost:1935/origin/Ykh9hy5BxLLpqk1DuretawNz9sGxX3mt -c copy -f flv rtmp://127.0.0.1:1935/live;
exec ffmpeg -i rtmp://localhost:1935/origin/___STREAMKEY___ -c copy -f flv rtmp://127.0.0.1:1935/live;
}
application live {
allow publish 127.0.0.1;