Skip to main content
Inspiring
January 17, 2012
Question

Save Stream to MP3

  • January 17, 2012
  • 1 reply
  • 839 views

Howdy All,

I've been able to save the audio stream from a phone conversation with the following code

application.stream = Stream.get("My Leg ID");

application.stream.record();

application.stream.play("My Incoming Stream Name");

But the saved stream is FLV. Is it possible to save directly as an MP3 instead?

Thanks!!

This topic has been closed for replies.

1 reply

January 18, 2012

Currently, audio from FMG is provided only in Nellymoser & Speex codecs and MP3 codec is not yet supported. 

Since, FMS always records audio FLV, using offline transcoder is only solution to get recording as mp3.