Hello,
I have followed the same steps and now it merge two streams but when i try to play video then only audio from second streams work and no video in output file.
Please see the command below which we used:
fullBinaryPath=./evo-avconv arguments=-i rtmp://192.168.13.99/vod/mp4:videosource4recording.mp4 -i rtmp://192.168.13.99/vod/mp3:Kalimba.mp3 -c:v copy -c:a copy -map 0:v:0 -map 1:a:0 /var/evostreamms/media/OutFile6.mp4
Please suggest your thought on the same.
Thanks