Hi, I have deployed openmeeting(4.0.4) on a Linux server, having nginx in frontend which redirects all https requests to openmeeting instance running on localhost. On server, I want to keep open port number 443 only(all other ports will be close), but if I do that audio is not working.
I look into openmeeting documentation to setup RTMPS tunneling. I have set following flash settings from openmeeting admin panel and close port 1935 but still audio is not working. flash.secure = true flash.secure.proxy = none Default port for RTMPS is 8443. This port will be close on server, so should I change it to 443 or any other settings are required in nginx configuration which handle request and redirect to respective port on localhost. Any suggestion to make thing works are appreciated. Thanks, Darshit