Wowza Community

How to record live audio (mp3 / wav) ?

How do i record only audio (mp3/wav) to a remote server using flash based client? Is there a way to monitor and restrict the size / duration of the recorded audio ?

Take a look at the LiveVideoStreaming example. You can comment out all the video lines and it becomes an audio streaming. You can then use “live-record” SteamType in Application.xml, or you can use LiveStreamRecord package:

https://www.wowza.com/docs/how-to-record-live-streams-httplivestreamrecord

There is a method for checking size of the file being recorded to here:

http://www.wowza.com/community/t/-/33816#4

Richard