Wowza Community

Live stream with other live audio

Hi there, i know that this was discussed before, but i need a little help…I am streaming one live video with its audio and now i would like to give that livestream another live audio…I tried with ffmpeg…

What i did is: ffmpeg -re -i rtmp://xx.xx.xx.xx:1935/live/video -i rtmp://xx.xx.xx.xx:1935/live/audio2 -c:v copy -c:a aac -strict experimental -map 0:v:0 -map 1:a:0 -b:v 300k -f flv rtmp://xx.xx.xx.xx:1935/live/newstream

Did i forget something, cause its showing image, but no audio…

For any help thanks in advance

Hi, are you trying to replace the existing audio track or add a second track?

Thanks,

Salvadore

If you send a video-only stream to Wowza, i.e. no audio track, you can use this module to add an audio track of your choosing:

How to add an audio track to a video-only stream (ModuleAddAudioTrack)

Hope this helps.

Salvadore

Hi, just replacing the existing one with other one…thanks…and by the way, i wrote in consultants zone that i am looking for somebody to do load balancing on two servers for me…maybe you have a look…thanks anyway…

Hi,

the problem i have is that the first video is with one language and i would like to change it to another…(like simult. translation…)

Thank you