Wowza Community

Recording Audio/Video streams

Hello,

Currently in our application, we are using AAC for Audio stream and H.264 for Video stream. Both are separate streams.

I was trying to record the stream using the wowza api with start/stop recording.

http://[wowza-ip-address]:8086/livestreamrecord?app=live&streamname=myStream&action=startRecording

Question is, how I can record audio and video into a single mp4 instead of two different files?

Appreciate your help…

Thanks,

Hi,

You will need to combine the two streams together and then start the recording for the muxed stream. You can do so using the AVMix module and starting the recording for the generated server-side stream.

Michelle

Thanks Michelle, will try it out and keep posted. Appreciate your help…