Hi,
I have a soultion where i run a RTMP stream from Wowza on the same AWS instance as a tomcat7 and apache2 server.
Everything works fine, but if want to be able to stream the content to IOS devices I have to use HLS which uses port 80.
This port is at the moment used by apache2, which in turn forwards the requests to tomcat.
Is there a way around this? can i configure HLS to use port 81 or something similar?
regards,
/Lars