diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/default.yaml | 1 | ||||
-rw-r--r-- | config/production.yaml.example | 1 |
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 | ||