tags:

views:

13

answers:

0

This works:

NetConnection.connect("rtmp://yourFMSserver.com");

But this fails:

NetConnection.connect("rtmpe://yourFMSserver.com");

Anyone has an idea?