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:
parent
7e4e8119e1
commit
4f20856ed4
7 changed files with 20 additions and 2 deletions
|
@ -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: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue