Skip to main content
January 31, 2009
Question

FMLE

  • January 31, 2009
  • 4 replies
  • 722 views
Hi All,

I am trying to add FMLE to my application,
How can I allow FMIS to accept rtmp like following
rtmp://localhost/authenticatefolder/username=12345/password=12345

whenever I try above rtmp, I am getting rejected message,

I am trying to authenticate username and password using server side scripting and redirectConnection if it is validated

Thanks
Nurba
    This topic has been closed for replies.

    4 replies

    February 2, 2009
    Idea should be similar like mogulus (I am trying to do like that)
    http://www.mogulus.com/userguide/index.php/Stream_from_different_sources

    authentication add-in component is different
    Participating Frequently
    February 2, 2009
    Have you tried using authentication add-in component which comes with FMLE? Once you have installed authentication add-in you can set up user ID and password
    February 2, 2009
    FMLE does not have that kind of option
    it has only rtmp field
    Inspiring
    February 1, 2009
    Is it possible to send the information like the following?

    var nc:NetConnection = new NetConnection();
    nc.connect("rtmp://localhost/authenticatefolder", "username", "password");