[Laszlo-dev] Need hints / help recording using Microphone

David Nault dnault at laszlosystems.com
Wed Jun 16 06:40:14 PDT 2010


Flash 10 can record Speex or Nellymoser Asao, but not MP3. Prior Flash  
versions only support Nellymoser Asao. If you require another format,  
you'll need to transcode on the server.

http://livedocs.adobe.com/flex/3/langref/flash/media/Microphone.html#codec
http://livedocs.adobe.com/flex/3/langref/flash/media/SoundCodec.html


On Jun 15, 2010, at 11:44 PM, Bindu Rao wrote:

> Hello:
>
> I am trying to record MP3 (would prefer AMR) using Microphone.
> I have looked into using videoview with camera set to false, etc.
> I am trying to use Red5 (a beginner -- not sure if I am using it
> properly) and in particular, trying to reuse their oflaDemo to get
> recording stored in server. I am not getting any MP3 outputs in
> server or any *.flv either.
>
> <canvas>
>  <videoview id="v2" url="test4.mp3" type="rtmp">
>  <rtmpconnection src="rtmp://localhost/oflaDemo" autoconnect="true"/>
>       <camera show="false"/>
>       <microphone capturing="true">
>       <mediastream id="s"
>            url="test3audio.mp3"
>            debug="true"
>        />
>       </microphone>
>   </videoview>
>   <button text="record" onclick="v2.record()"/>
>   <button text="stop" onclick="v2.stop()"/>
>  <simplelayout axis="y" spacing="10" />
> <canvas>
>
> Comments and suggestions welcome and will be
> appreciated.
>
> Thanks in advance,
>
> Bindu Rama Rao
> binduramarao at yahoo.com
>
>
>
>



More information about the Laszlo-dev mailing list