This works:
NetConnection.connect("rtmp://yourFMSserver.com");
But this fails:
NetConnection.connect("rtmpe://yourFMSserver.com");
Anyone has an idea?
This works:
NetConnection.connect("rtmp://yourFMSserver.com");
But this fails:
NetConnection.connect("rtmpe://yourFMSserver.com");
Anyone has an idea?