]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/controllers/api/config.ts
Add more hints regarding live port
[github/Chocobozzz/PeerTube.git] / server / controllers / api / config.ts
index eb9f5f4b474d97bdbb4f85f00964c07a96e36fb5..2401e2ff428a4b64b7c54e554718596d27b8f988 100644 (file)
@@ -126,6 +126,10 @@ async function getConfig (req: express.Request, res: express.Response) {
       transcoding: {
         enabled: CONFIG.LIVE.TRANSCODING.ENABLED,
         enabledResolutions: getEnabledResolutions('live')
+      },
+
+      rtmp: {
+        port: CONFIG.LIVE.RTMP.PORT
       }
     },
     import: {