Skip to main content
Participant
January 29, 2009
Question

audio recording, saving and playback on the fly

  • January 29, 2009
  • 1 reply
  • 389 views
i m new to this.
Using the flash media server, Is possible for user to record an audio on the fly, save it in the server and playback at later time.
What formal will the audio be saved as..

thx in advance
Angel
    This topic has been closed for replies.

    1 reply

    January 29, 2009
    Sure, you can do that.

    Assuming the client is the flashplayer, the file will be saved as .flv. The audio codec depends on client side code (encoding happens on the client side). In Flashplayer 10, you can choose Nellymoser Asao, or Speex. In older versions of the Flashplayer, the only option is Asao.
    ^Angel^Author
    Participant
    January 30, 2009
    thx. that's really useful..

    Yes the client side is a flashplayer 10.
    So does that means .flv is the only format we can save it as? Not .mp3 or anything else?
    And the user can later retrieve it from our server and playback anytime?

    There are a few flash media servers. I'll just have to get the "Flash interactive media server" only?

    thx
    Angel