Wowza Community

Getting MJPEG/WAV streams from camera into Wowza

Hi all. I’m a software developer but new to video streaming so please bear with me if I misuse the appropriate terminology. I have a camera (several, actually) that outputs video as an MJPEG stream and outputs audio (WAV) as a separate stream. Ultimately, I want to get these two streams into WSE for distribution. If I understand correctly, WSE doesn’t ingest MJPEG/HTTP directly so I think I need to do the following:

  1. combine the video and audio streams together (using something like ffmpeg?)

  2. publish this as a stream that WSE can ingest

Can anyone tell me if I’m on the right track and/or missing something important in getting this to work? Thanks very much.