No I dont have a camera yet...
What i want to do is just have the camera connected to a router, with it's own IP , then have an RTMP stream go to
the Flash app. I've read where Wowza Media Server has RTSP input support..
(as does Red5).
Cameras that have RTSP support , usually come with their own software and require a web browser on site.This is where i dont know shit is with the cameras..
So what i want to do is ..connect the camera to a router..send an RTSP stream to Wowza MS or Red5 ( if it works, I've read that Wowza does ) and send the
RTMP output to FMS or directly to Flash Apps on Red 5..
here's what this link said..
"
myRemoteConn = new NetConnection();
myRemoteConn.connect("rtmp://wowzaserverhost/streamtest");
myStream = Stream.get("myStream");
myStream.play("my_stream.sdp", 0, -1, true, myRemoteConn);
"
“... is as old as the Eden tree.”