Update README to reflect changes in nginx-mod-rtmp

This commit is contained in:
Laura Hausmann 2021-01-24 18:28:49 +01:00
parent f2ffacec01
commit fce7380d19
Signed by: zotan
GPG key ID: 5EC1D38FFC321311

View file

@ -7,7 +7,7 @@
- Adjust all the `const`'s in Program.cs
- Copy example.db to app.db
- Create yourself a user using `sqlite3`
- Install [nginx-mod-rtmp](https://git.zotan.services/zotan/nginx-mod-rtmp)
- Install [nginx-mod-rtmp](https://git.zotan.services/zotan/nginx-mod-rtmp) (arch package: `aur/nginx-mod-rtmp-lhaus-git`)
- Configure nginx-mod-rtmp, example config below
- Start RTMPDash, example systemd unit below
@ -40,15 +40,6 @@ rtmp {
notify_relay_redirect on;
on_publish http://localhost:60001/api/authenticate;
}
application src {
live on;
allow publish 127.0.0.1;
deny publish all;
allow play 127.0.0.1;
deny play all;
hls on;
hls_path /mnt/ssd_data/hls/src;