R – Saving Streamed Audio from Mic on Adobe FMS

actionscriptflash-media-serverstreaming

Im trying to capture mic data from a swf, stream it to adobe flash media server, and save it as a wav file. Currently I can only stream the mic data to the server and save it in FLV format. Anyone know how I can covert it to a WAV or save it as a WAV?

Best Answer

FMS can only create FLVs, however I'm fairly sure you can use ffmpeg to convert the FLV to WAV. You could have FMS call out to some other script on the server that would trigger ffmpeg to do the conversion.

Related Topic