Rajesh GS Posted October 28, 2020 Share Posted October 28, 2020 Hi I am using AntMedia Server Enterprise edition - the audio gets recorded as separate streams. How do I merge all the streams and save it as one file? Regards Link to comment Share on other sites More sharing options...
0 Tahir Posted October 28, 2020 Share Posted October 28, 2020 Hi, As a work around; I recently developed a method called captureScreenSound in https://github.com/ant-media/StreamApp/blob/master/src/main/webapp/js/webrtc_adaptor.js The method works with audioContext and merges screen and microphone audio streams, by the same logic you can merge the incoming streams in onTrack method or somewhere else after taking the remote stream. Then you can send the stream back to the server and save that. I hope this may help a little. Thanks Link to comment Share on other sites More sharing options...
0 Nagendra Kumar1648581702 Posted October 29, 2020 Share Posted October 29, 2020 Hi Tahir, When are we going to have the support of merging video streams. I saw one issue created for MCU. Is it going to be supported soon? Thanks Nagendra Link to comment Share on other sites More sharing options...
0 Tahir Posted November 2, 2020 Share Posted November 2, 2020 Hi Nagendra, It is planned to release in first quarter of 2021. Thanks Link to comment Share on other sites More sharing options...
Question
Rajesh GS
Link to comment
Share on other sites
Top Posters For This Question
2
1
1
Popular Days
Oct 28
2
Oct 29
1
Nov 2
1
Top Posters For This Question
Tahir 2 posts
Rajesh GS 1 post
Nagendra Kumar1648581702 1 post
Popular Days
Oct 28 2020
2 posts
Oct 29 2020
1 post
Nov 2 2020
1 post
3 answers to this question
Recommended Posts