You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I repeatedly was receiving errors upon starting the Nginx server stating that an invalid port was specified on the on_play and on_publish lines of my config file. I later realized this was because I specified URLs starting with https://. Once I changed these to http:// URLs, Nginx would start successfully.
While for my use case HTTP without SSL is acceptable, these directives should ultimately support HTTPS URLs as well, particularly if these are being used for authentication purposes.
iyxan23, Eittipat, alexandrebis, padziu, marinofranz and 1 more