Add custom RTMP port number support (#462)

* Bump api spec version

* Add support for custom RTMP port. Closes #454
This commit is contained in:
Gabe Kangas
2020-12-17 09:56:04 -08:00
committed by GitHub
parent ef792c66a6
commit e9c7ff29cf
4 changed files with 14 additions and 3 deletions

View File

@@ -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