Skip to main content
Participant
May 9, 2007
Question

Record mp3 with FMS

  • May 9, 2007
  • 1 reply
  • 281 views
Hi!

I'm trying to record .mp3 file with FMS. I can save .flv with my webcam (video+audio) but i'd to save audio only files in .mp3 format using only my microphone.
I just use netStream.publish(myFileName, "record") to save my files. I've tried netStream.publish("mp3:myFileName", "record") but it doesn't work. May i have tu create a directory different from /myapp/streams/_definst_/ to record mp3?

Thanks in advance! Any help will be useful and appreciate!
M.
    This topic is closed to new replies. Start a new post to keep the conversation going.

    1 reply

    May 9, 2007
    FMS can't write mp3 files... you'll need to record to flv and transcode to mp3 using third party software.