diff options
author | Chocobozzz <me@florianbigard.com> | 2021-01-11 09:20:44 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-01-11 09:20:44 +0100 |
commit | 4f20856ed4d7f5bc0e85ad40b58af8014dba48db (patch) | |
tree | 10750010905c5dd2cdb74cf7c5beac2ecd5e4967 /config/production.yaml.example | |
parent | 7e4e8119e18d1d52ed0648e922fe03dc9a35fcbc (diff) | |
download | PeerTube-4f20856ed4d7f5bc0e85ad40b58af8014dba48db.tar.gz PeerTube-4f20856ed4d7f5bc0e85ad40b58af8014dba48db.tar.zst PeerTube-4f20856ed4d7f5bc0e85ad40b58af8014dba48db.zip |
Add more hints regarding live port
Diffstat (limited to 'config/production.yaml.example')
-rw-r--r-- | config/production.yaml.example | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/production.yaml.example b/config/production.yaml.example index bcf727d82..a5cdedf35 100644 --- a/config/production.yaml.example +++ b/config/production.yaml.example | |||
@@ -278,6 +278,7 @@ live: | |||
278 | # /!\ transcoding.enabled (and not live.transcoding.enabled) has to be true to create a replay | 278 | # /!\ transcoding.enabled (and not live.transcoding.enabled) has to be true to create a replay |
279 | allow_replay: true | 279 | allow_replay: true |
280 | 280 | ||
281 | # Your firewall should accept traffic from this port in TCP if you enable live | ||
281 | rtmp: | 282 | rtmp: |
282 | port: 1935 | 283 | port: 1935 |
283 | 284 | ||