ops/nixos/totoro: update beam ingest endpoint
This commit is contained in:
parent
e90c9bb6bc
commit
668bdd8486
1 changed files with 2 additions and 2 deletions
|
@ -190,14 +190,14 @@ in {
|
||||||
record off;
|
record off;
|
||||||
allow publish all;
|
allow publish all;
|
||||||
allow play all;
|
allow play all;
|
||||||
push rtmp://coventry-2.beam.bfob.gg/beam/thecakeisalie;
|
push rtmp://ingest.beam.bfob.gg/beam/thecakeisalie;
|
||||||
}
|
}
|
||||||
application live2 {
|
application live2 {
|
||||||
live on;
|
live on;
|
||||||
record off;
|
record off;
|
||||||
allow publish all;
|
allow publish all;
|
||||||
allow play all;
|
allow play all;
|
||||||
push rtmp://coventry-2.beam.bfob.gg/beam/thecakeisalie;
|
push rtmp://ingest.beam.bfob.gg/beam/thecakeisalie;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue