As per you suggestion i have run below command in launchProcess and but not able to locate merged file.
fullBinaryPath=./evo-avconv arguments= -i rtsp://192.168.13.99:5544/videostreaming4_recording.mp4 -i rtsp://192.168.13.99:5544/Kalimba.mp3 -c:v copy -c:a copy -map 0:v:0 -map 1:a:0 -metadata streamName=combined -f mp4 tcp://192.168.13.99:6666/
And result display below:
Array
(
[192.168.13.99:7777] => Array
(
[data] => Array
(
[arguments] =>-i rtsp://192.168.13.99:5544/videostreaming4_recording.mp4 -i rtsp://192.168.13.99:5544/Kalimba.mp3 -c:v copy -c:a copy -map 0:v:0 -map 1:a:0 -metadata streamName=combined -f mp4 tcp://192.168.13.99:6666/
[configId] => 13
[fullBinaryPath] => /usr/bin/evo-avconv
[groupName] => process_group_L6l5IEBQ
[keepAlive] => 1
[operationType] => 8
)
[description] => Process enqueued for start
[status] => SUCCESS
)
i have supplied two files one for audio & Video and other are audio file only from media folder.
Please let me how i would know process has been completed and from where can get merged/mixed files
Thanks