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
[email protected]