Wowza Community

Mixing Audio to live streaming and broadcasting

Is there a way to accomplish the following using wowza?

  • Read live video streaming
  • buffer it (for e.g. 2 minutes)
  • edit the buffered stream (cut selected minutes, mix with another audio by recording it)
  • broadcast the modified stream to end users

i.e, the user will be editing the audio and mixing it in the video before it will be broadcasted .There will be multiple audios for the same video format and those should be separately broadcasted. Any help will be greatly appreciated.

Yes @Ajib CK you can accomplish this through the Wowza ModuleAVMix.

This module provides the following functionality: allows you to create streams using audio and video tracks from separate sources.

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

GitHub source code here:

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

I hope this helps you.

One more question which I missed to add initially. This can be achieved in web application, right? I mean, we need to use this functionality in a web application. Any constraints for that?

One more question which I missed to add initially. This can be achieved in web application, right? I mean, we need to use this functionality in a web application. Any constraints for that?