


We have devised another solution since we’re not interested in real time applications but rather on the reliability of the streams Wowza has options for improving the udp (jitter buffer etc, search for tutorials for mpeg-ts among the articles). If the player loads a playlist with the streams, one can then select each language. The stream files can then be called by a player. create stream files for each language specifying the video PID, audio PID or language, with URI: udp://localhost:.

Wowza multiple Live audio with video streaming.įfmpeg -i input -map 0:0 (encoding parameters for video) -map 0:1 (encoding parameters for audio) language=eng -map 0:2 language=fre (as many -map as audio tracks) -f mpegts udp://:?pkt_size=1316 You can do it with FFMPEG outside of Wowza – just combine separate video and audio streams into one new stream for each language you want: Instructions for FFMPEG as Wowza MPEG-TS encoder here: You may also be able to use FFMPEG to combine your video stream and multiple audio streams into one single MPEG-TS stream, then just select different audio tracks for playback with different “.stream” files in Wowza (as described in wifisolution’s second link above). Please let me know the possibility of combining it with 3rd software … We want to combine each audio feed with same video feed and have 3 output as Live Video||Live Audio 1, Live Video||Live Audio 2,Live Video||Live Audio 3.Ĭan we create some kind of setup like this wowza server. Now we will have three different audio feed coming in different language. We have arranged a Axis camera, which will provide us HD H.264 video feed. Wowza multiple Live audio with video streaming.
