N nikhilesh New Member Sep 7, 2020 #1 Hi Max, My scenario - I using video chat example. Participants 1 - screen share + voice Participants 2 - Voice Participants 3 - Voice I've achieved this scenario. But I need all the communication and screen share mixer into one video file Last edited: Sep 8, 2020
Hi Max, My scenario - I using video chat example. Participants 1 - screen share + voice Participants 2 - Voice Participants 3 - Voice I've achieved this scenario. But I need all the communication and screen share mixer into one video file
Max Administrator Staff member Sep 7, 2020 #2 Hello Actually you have 3 streams: 1 audio+video and 2 audio only. You have to add all streams into the Mixer using REST API /mixer/add Once you have a mixed stream, i.e. stream1_mixed, you can record this stream using recording REST API /recorder/startup Mixer functions Real-time stream mixer with MCU functions - Web Call Server 5.2 - EN - Flashphoner Documentation docs.flashphoner.com Recording Stream recording - Web Call Server 5.2 - EN - Flashphoner Documentation docs.flashphoner.com
Hello Actually you have 3 streams: 1 audio+video and 2 audio only. You have to add all streams into the Mixer using REST API /mixer/add Once you have a mixed stream, i.e. stream1_mixed, you can record this stream using recording REST API /recorder/startup Mixer functions Real-time stream mixer with MCU functions - Web Call Server 5.2 - EN - Flashphoner Documentation docs.flashphoner.com Recording Stream recording - Web Call Server 5.2 - EN - Flashphoner Documentation docs.flashphoner.com
N nikhilesh New Member Sep 10, 2020 #3 Hi Max, I don't want to use MCU, we can use API to mixer streaming.
Max Administrator Staff member Sep 10, 2020 #4 nikhilesh said: I don't want to use MCU, we can use API to mixer streaming. Click to expand... Mixer REST API is the same for MCU and non-MCU mixers. Please see API details here
nikhilesh said: I don't want to use MCU, we can use API to mixer streaming. Click to expand... Mixer REST API is the same for MCU and non-MCU mixers. Please see API details here