Surface RTMP server port in admin. For #475
This commit is contained in:
parent
76590bb043
commit
1ff70c13c5
@ -26,6 +26,7 @@ func GetServerConfig(w http.ResponseWriter, r *http.Request) {
|
|||||||
FFmpegPath: config.Config.GetFFMpegPath(),
|
FFmpegPath: config.Config.GetFFMpegPath(),
|
||||||
StreamKey: config.Config.VideoSettings.StreamingKey,
|
StreamKey: config.Config.VideoSettings.StreamingKey,
|
||||||
WebServerPort: config.Config.GetPublicWebServerPort(),
|
WebServerPort: config.Config.GetPublicWebServerPort(),
|
||||||
|
RTMPServerPort: config.Config.GetRTMPServerPort(),
|
||||||
VideoSettings: videoSettings{
|
VideoSettings: videoSettings{
|
||||||
VideoQualityVariants: videoQualityVariants,
|
VideoQualityVariants: videoQualityVariants,
|
||||||
SegmentLengthSeconds: config.Config.GetVideoSegmentSecondsLength(),
|
SegmentLengthSeconds: config.Config.GetVideoSegmentSecondsLength(),
|
||||||
@ -47,6 +48,7 @@ type serverConfigAdminResponse struct {
|
|||||||
FFmpegPath string `json:"ffmpegPath"`
|
FFmpegPath string `json:"ffmpegPath"`
|
||||||
StreamKey string `json:"streamKey"`
|
StreamKey string `json:"streamKey"`
|
||||||
WebServerPort int `json:"webServerPort"`
|
WebServerPort int `json:"webServerPort"`
|
||||||
|
RTMPServerPort int `json:"rtmpServerPort"`
|
||||||
S3 config.S3 `json:"s3"`
|
S3 config.S3 `json:"s3"`
|
||||||
VideoSettings videoSettings `json:"videoSettings"`
|
VideoSettings videoSettings `json:"videoSettings"`
|
||||||
YP config.YP `json:"yp"`
|
YP config.YP `json:"yp"`
|
||||||
|
Loading…
x
Reference in New Issue
Block a user