aboutsummaryrefslogtreecommitdiffhomepage
path: root/config
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2021-01-11 09:20:44 +0100
committerChocobozzz <me@florianbigard.com>2021-01-11 09:20:44 +0100
commit4f20856ed4d7f5bc0e85ad40b58af8014dba48db (patch)
tree10750010905c5dd2cdb74cf7c5beac2ecd5e4967 /config
parent7e4e8119e18d1d52ed0648e922fe03dc9a35fcbc (diff)
downloadPeerTube-4f20856ed4d7f5bc0e85ad40b58af8014dba48db.tar.gz
PeerTube-4f20856ed4d7f5bc0e85ad40b58af8014dba48db.tar.zst
PeerTube-4f20856ed4d7f5bc0e85ad40b58af8014dba48db.zip
Add more hints regarding live port
Diffstat (limited to 'config')
-rw-r--r--config/default.yaml1
-rw-r--r--config/production.yaml.example1
2 files changed, 2 insertions, 0 deletions
diff --git a/config/default.yaml b/config/default.yaml
index 9d428f764..01e5c8480 100644
--- a/config/default.yaml
+++ b/config/default.yaml
@@ -264,6 +264,7 @@ live:
264 # /!\ transcoding.enabled (and not live.transcoding.enabled) has to be true to create a replay 264 # /!\ transcoding.enabled (and not live.transcoding.enabled) has to be true to create a replay
265 allow_replay: false 265 allow_replay: false
266 266
267 # Your firewall should accept traffic from this port in TCP if you enable live
267 rtmp: 268 rtmp:
268 port: 1935 269 port: 1935
269 270
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