how to work rtmfp with fms 4.0?
Hello,
I'm working on an application to make a video chat between two people with actionscript 3 and flash media server 4.0. To do this, I followed the tutorial of Tom Krcha to do a P2P video chat with cirrus: http://flashrealtime.com/tuts/p2p-in-flash.html.
My application works fine with cirrus but not with fms:
The broadcasting netstream through a NetConnection in rtmfp works but the receiving netstream(video of the another person) doesn't work.I put a listener on the receiving netstream video(NetStatusEvent.NET_STATUS) but it returns nothing.However, this code works very well whith cirrus.
Miss I a configuration on the fms server?
I currently use two server side applications to make a video chat: multicast (which was already present on the server) or live (which was also present). Moreover, in Adaptor.xml, rtmfp is enable.
