Skip to main content
July 9, 2010
Question

FMS Query?

  • July 9, 2010
  • 1 reply
  • 598 views

Hello All,

              I'm new to Flash Media Server 3.5 . I have some question about FMS 3.5

  • Can we control FMS server using AS3 API?
  • In FMS 3.5 can we dynamically change the bit rate while live recording is going on?
  • Does AS3 API provide any API to start or stop the FMS server using AS3 API or any third party API for like .net framework.

Thanks.

Ajitpals

    This topic has been closed for replies.

    1 reply

    Participating Frequently
    July 9, 2010
    • Can we control FMS server using AS3 API?

    Nope. We can code only in AS1 on server-side. However you can use AS2 or AS3 on client-side to communicate to FMS.

    • In FMS 3.5 can we dynamically change the bit rate while live recording is going on?

    I did not get your question clearly. But i think answer is no. You basically publish 2 or 3 streams of different bit rate at the start of publish and 2/3 streams get recorded at server. Client switches to higher or lower bit rate streams depending on available bandwidth at its end.

    • Does AS3 API provide any API to start or stop the FMS server using AS3 API or any third party API for like .net framework.

    We provide Admin API which can be used in AS2 as well as AS3. These API's provide commands which can issue start and stop (+ many other commands)