aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/core
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 /client/src/app/core
parent7e4e8119e18d1d52ed0648e922fe03dc9a35fcbc (diff)
downloadPeerTube-4f20856ed4d7f5bc0e85ad40b58af8014dba48db.tar.gz
PeerTube-4f20856ed4d7f5bc0e85ad40b58af8014dba48db.tar.zst
PeerTube-4f20856ed4d7f5bc0e85ad40b58af8014dba48db.zip
Add more hints regarding live port
Diffstat (limited to 'client/src/app/core')
-rw-r--r--client/src/app/core/server/server.service.ts3
1 files changed, 3 insertions, 0 deletions
diff --git a/client/src/app/core/server/server.service.ts b/client/src/app/core/server/server.service.ts
index 1abf87118..b1d8fcf83 100644
--- a/client/src/app/core/server/server.service.ts
+++ b/client/src/app/core/server/server.service.ts
@@ -83,6 +83,9 @@ export class ServerService {
83 transcoding: { 83 transcoding: {
84 enabled: false, 84 enabled: false,
85 enabledResolutions: [] 85 enabledResolutions: []
86 },
87 rtmp: {
88 port: 1935
86 } 89 }
87 }, 90 },
88 avatar: { 91 avatar: {