Dear Darshit,
you need to enable the RTMPS in <openmeetings>/conf/jee-container.xml.
It is there already but commented out.
Also make sure that the keystore and truststore are correctly labeled (I
had problems with them in the default configuration) and have the
correct passwords.
Cheers
Christian
Am 24.07.2018 um 06:22 schrieb Darshit Patel:
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