RTMFP / RTMP Fail Over
Hello Everyone,
I'm working on a project which needs to switch from a RTMFP connection to RTMP in a conference in case one of the participants is not compatible with RTMFP.
My question is, can I perform RTMP streams using a RTMFP connection or I will have to create a new RTMP connection for that?
var RTMFPConn:NetConnection = new NetConnection();
RTMFPConn.connect("rtmfp://myaddress");
var netStream:NetStream = new NetStream(RTMFPConn:NetConnection);
I stumbled on a Adobe tutorial which explained this a bit but it was not 100% clear for me.
http://www.adobe.com/devnet/flashmediaserver/articles/real-time-collaboration.html
Please share your experience
Thanks !
