I created a new cluster DB. When I reboot ant media into cluster mode using the new DB in the red5-web.properties I get the setting:
settings.webhookAuthenticateURL=NULL
Even though settings.acceptOnlyStreamsWithWebhook=false is also set all streams still fail.
AcceptOnlyStreamsWithWebhook - Couldn't connect Webhook for Stream Authentication
I can reboot into stand alone mode and remove the
NULL from
settings.webhookAuthenticateURL=NULL and after a restart everything works again but every time I restart when in cluster mode the NULL gets added back.
So I assume that's coming from the database. Can it be fixed with the API or how do I fix this?