I have a windows 2012 Server R2 with installed Wowza Streaming Engine 4 Trial Edition.
The installation checks are positives:
-
Confirm that the engine is running by opening a web browser: http://localhost:1935
-
Connect to Wowza Streaming Engine Manager (http://localhost:8088/enginemanager)
Then I have modified the [install-dir]/conf/Server.xml:
-
from: 127.0.0.1
-
to: 127.0.0.1,IP_client
where IP_client = public/WAN IP of the browser/client network (my PC Client with windows 7).
After modified Server.xml I have restarted Wowza Streaming Engine and Manager.
Then I tryed to access from my local client to remote Wowza Streaming Engine Manager.
The url used to try the access to remote Wowza Streaming Engine Manager is http://IP_server:8088/enginemanager, where IP_server is the public address that firewall redirect to LAN address of server with installed Wowza Streaming Engine 4 (192.168.10.10:8088).
I checked at firewall log that the request is passed (destination 192.168.10.10:8088), but the browser of local Client shows the error: “unable to reach the site” and the log ([install-dir]/manager/logs/winstone.log) on the server is inalterated).
Can you suggest what can I do to connect to remote Wowza Streaming Engine Manager ?
Thanks
Regards