Wowza Community

Module ModuleAVMix not working

I need to put the audio of a live source into another one, so I think I need this plugin.

I extracted wse-plugin-avmix.jar into the Wowza lib folder.

I supposedly enabled the plugin and restarted.

I think that in Properties of the stream I should be seeing new properties, but i am not.

Is there anything wrong?

Hi @Alex Grijalba, you need to add those properties yourself, it won’t do it automatically.

Here are some additional docs if it helps. Did you see our GitHub sample?

https://github.com/WowzaMediaSystems/wse-plugin-avmix

and

https://www.wowza.com/docs/how-to-mix-audio-and-video-from-different-live-sources-moduleavmix

Thank you. I finally got it. I was missing a more detailed example like this:

Create the avMixNames property like this:

outputName: mix1.stream, videoName: cam1.stream, audioName: Audio.stream| outputName: mix2.stream, videoName: cam2.stream, audioName: Audio.stream

It would create 2 outputs:

Output mix1.stream takes the video from cam1.stream and the audio from Audio.stream.

The second output mix2.stream takes the video from cam2.stream and the audio also from Audio.stream.