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

Fix hostname

This commit is contained in:
Alexandre Iooss
2020-09-14 13:52:13 +02:00
parent 73bf43afc5
commit 4b5c5d282e
8 changed files with 16 additions and 16 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:5000/;
on_publish http://127.0.0.1:8080/app/auth;
}
}
}