Question
Connect to FMS remotely
Hi all,
I've created a flash program which can connect to the flash media server locally, but what i want is to be able to connect to the FMS via LAN or even internet, for example computer1 will have FMS installed and the correct application file, and computer2 on LAN or internet, can connect to the FMS on computer1.
right now i;ve tried using the ip address, like:
client_nc.connect("rtmp://xxx.xxx.xxx.xxx/prototype");
but doesn't work for the remote computer, can anyone help me please? Thanks.
I've created a flash program which can connect to the flash media server locally, but what i want is to be able to connect to the FMS via LAN or even internet, for example computer1 will have FMS installed and the correct application file, and computer2 on LAN or internet, can connect to the FMS on computer1.
right now i;ve tried using the ip address, like:
client_nc.connect("rtmp://xxx.xxx.xxx.xxx/prototype");
but doesn't work for the remote computer, can anyone help me please? Thanks.
