1
0
mirror of https://gitlab.crans.org/nounous/ghostream.git synced 2025-06-28 14:12:48 +02:00

Use traefik in docker-compose example

This commit is contained in:
Alexandre Iooss
2020-09-15 09:26:44 +02:00
parent 43a3a85e7a
commit bfb542e8d0
5 changed files with 128 additions and 10 deletions

View File

@ -30,7 +30,7 @@ rtmp {
live on;
record off;
push rtmp://127.0.0.1:1915;
on_publish http://127.0.0.1:8080/app/auth;
on_publish http://127.0.0.1:8080/rtmp/auth;
}
}
}