Wowza Community

Replacing audio in H264 stream?

Hi

I’m using Wowza to restream an H264 stream from an Axis Q1755 camera to YouTube.

This works, but H264 stream from the Axis has one audio channel (mono).

I’d like to have stereo sound. Any ideas how to go about doing this?

FYI we do have transcoding licenses, although we don’t need them anymore when pushing to YouTube as they do the transcoding.

Thanks

Hi,

I don’t think this is possible at the moment.

You could pull the stream through FFMPEG first and use the map_channel command such as this:

   -map_channel 0.1.0 -map_channel 0.1.0

which would map the input left channel to both output channels

There’s more info on using FFMPEG with Wowza Streaming Engine here.

Daren