Hello, I'm using Openmeetings 5.0.0-M3 with Centos 7. Everything works fine, but it doesn't record with the firewall active (it generates zero size webm files). I've already released all the doors and more: iptables -A INPUT -p tcp -m tcp --dport 3478 -j ACCEPT iptables -A INPUT -p tcp -m tcp --dport 3479 -j ACCEPT iptables -A INPUT -p tcp -m tcp --dport 5443 -j ACCEPT iptables -A INPUT -p tcp -m tcp --dport 8888 -j ACCEPT iptables -A INPUT -p udp --match multiport --dports 49152: 65535 -j ACCEPT iptables -A INPUT -p udp -m udp --dport 3478 -j ACCEPT iptables -A INPUT -p udp -m udp --dport 3479 -j ACCEPT iptables -A OUTPUT -p udp --match multiport --dports 49152: 65535 -j ACCEPT
If I disable the firewall, recording occurs normally. Is there a rule missing from my firewall? Thanks a lot for the help. Ricardo.
