1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-04 02:09:37 +02:00

Add more hints regarding live port

This commit is contained in:
Chocobozzz 2021-01-11 09:20:44 +01:00
parent 7e4e8119e1
commit 4f20856ed4
No known key found for this signature in database
GPG key ID: 583A612D890159BE
7 changed files with 20 additions and 2 deletions

View 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: {