MCU - Monitor all streams outside the mixer

Hello!

We are testing MCU.
We can create the conference and all participants, its OK.

But once we attempt to capture the individual stream like "carlos#room123" its become without audio, only video.

How to capture and record individual MCU participantes outside mixer?
 
We find a solution, but wait to your review on how to monitor streams outside mixer on the same server.

Participant start webcam
After that we PULL this stream to another server ($$$) where we mount the room MCU
On this way, we have the 2 streams, users see the MCU and our team monitor individual each participant.
 

Max

Administrator
Staff member
Good day.
We received detailed video, thanks.
You can send private and confidential data using "Report" button on topic page, in this case your data will be linked with topic url automatically when sending to us.
But once we attempt to capture the individual stream like "carlos#room123" its become without audio, only video.
Please remove the following lines
Code:
mixer_lossless_video_processor_enabled=true
mixer_lossless_video_processor_max_mixer_buffer_size_ms=500
from flashphoner.properties on server which is used for mixing. Losless video processor is not compatible with real-time mixer, so stream added to mixer will freeze, or audio will not be played, or so on...
If you disable losless video processor (as set up by default), stream added to mixer will not freeze or stop audio, so you don't need intermediate server for stream monitoring.
 
Last edited:

Max

Administrator
Staff member
We already have this disabled but the problem is the same.
Seems like some other settings conflict with real-time mixer functions. You can try to disable real-time functions at all
Code:
mixer_realtime=false
Note that non real-time mixer can freeze outgoing stream if there are some problems with one of incoming streams.
If this does not help, please provide a report including server settings or SSH access to the server using this link
 
Top