Question
Application only works on localhost...why?
I followed the examples and created a live video stream test
app. It works perfectly when everything is on one machine, meaning
the FMS and tomcat are both on the same machine. But, when I try to
access it from another machine, the other machine cannot see the
live stream. I did some research on it and most of them point to be
a problem with the NetConnection.connect method.
Since both apps + FMS are on the same machine, I tried
.connect ("rtmp:/apps/session");
.connect("rtmp://localhost/apps/sesson");
.connect("rtmp://machine.domain.com/apps/session");
.connect("rtmpt://ip address/apps/session"):
All of the above works when I do it from local machine. But, the other machine doesn't work?
Since both apps + FMS are on the same machine, I tried
.connect ("rtmp:/apps/session");
.connect("rtmp://localhost/apps/sesson");
.connect("rtmp://machine.domain.com/apps/session");
.connect("rtmpt://ip address/apps/session"):
All of the above works when I do it from local machine. But, the other machine doesn't work?
