Add custom RTMP port number support (#462)
* Bump api spec version * Add support for custom RTMP port. Closes #454
This commit is contained in:
@@ -3,6 +3,7 @@ package config
|
||||
func getDefaults() config {
|
||||
defaults := config{}
|
||||
defaults.WebServerPort = 8080
|
||||
defaults.RTMPServerPort = 1935
|
||||
defaults.VideoSettings.ChunkLengthInSeconds = 4
|
||||
defaults.Files.MaxNumberInPlaylist = 5
|
||||
defaults.YP.Enabled = false
|
||||
|
||||
Reference in New Issue
Block a user