Skip to main content
May 25, 2009
Question

Recording video/audio files using Flash Meida Server through rmtp, and allow users to access the recorded files through http.

  • May 25, 2009
  • 1 reply
  • 868 views

As titled, what is the way to record video/audio files using Flash Meida Server through rmtp, and allow users to access the recorded files through http?

What I am trying to do, is to record a user's microphone's input and save it to the server. Afterwards, I would like other users to be able to access the recorded files and mainuplating the audio data, by computeSpectrum(), to do some visualization of the audio. As I know computeSpectrum() cannot work on streaming files, so I think I need to access the recorded files using http instead of rmtp. Is that true?

How can I redirect the http request to the files I was recorded into my applications/appName folder? Or I need to somehow moved the recorded files to the /webroot folder?

Thanks!

    This topic has been closed for replies.

    1 reply

    May 26, 2009

    I probably have asked a stupid question.

    My recorded streams are still saved in the applications/appName/streams folder.

    And I redirect the www.mydomain.com/streams to point to the applications/appName/streams folder.

    And the rmtp recorded streams are abled to connect through http now.