Skip to main content
Participant
July 19, 2010
Question

How can I improve live audio stream uptime? FMLE can't reconnect (BadName error)

  • July 19, 2010
  • 1 reply
  • 1148 views

I need to improve the uptime of a 24/7 live audio stream. Periodically, the connection between FMLE and FMS (3.0.1) is broken and FMLE cannot reconnect. FMLE shows NetStream.Publish.BadName error. How do I prevent this error and get FMLE to automatically reconnect every time? What other measures can be taken to improve the uptime of a live audio stream publishing from FMLE 3.1 (Windows) to FMS 3.0.1? Also, are there any improvements in FMS 3.5 that will help with uptime?

Message was edited by: brian.holderchow

    This topic has been closed for replies.

    1 reply

    July 19, 2010

    Hi,

    You could try setting the <PublishTimeout> in Application.xml to 0 to enable the immediate takeover of the stream when FMLE reconnects enabling it to publish afresh without resulting in a BadName error.

    Could you try this and let me know if it helps?

    Regards

    Mamata

    Participant
    July 19, 2010

    Does this function work in FMS 3.0.1?

    July 19, 2010

    Do you see the tag named <PublishTimeout> in Application.xml? If present then it should work. Set it to <PublishTimeout>0</PublishTimeout>

    <Application>

         <StreamManager>

              <Live>

                   <PublishTimeout>

    Regards

    Mamata