Publish error

Max

Administrator
Staff member
Good day.
The media ports (31001-32000/udp by default) should be available to connect from publisher to server. Please check your server settings media_port_from and media_port_to, then check ports availability from this range using this method.
The ports may be blocked on server side (firewall, NAT) or on client side. We checked with your dashboard URL from screenshot, publishing seems working from our test PCs. Perhaps ports are blocked on client side.
 

Arif Butt

Member
Thanks... now its working..

Can you kindly confirm which is the stable build of WCS5 .. we need to do a mixer based video chat recording.

Is there any opyion available to do a redundant recording in case of failure of mixer recording?

Thnx
 

Max

Administrator
Staff member
Can you kindly confirm which is the stable build of WCS5 .. we need to do a mixer based video chat recording.
In the latest build 5.2.1064 mixer works correctly.
Is there any opyion available to do a redundant recording in case of failure of mixer recording?
Mixer output stream is a usual stream at recording point. So mixer stream will be recording since /recorder/startup query until either mixer is stopped or /recorder/terminate query is received. You can also enable all the mixers recording by the following parameter
Code:
record_mixer_streams=true
In this case mixer stream will be recording since mixer is started until mixer is stopped.
It is also possible to record RoomApi based video chat with post-processing. Please read the details:
Multiple stream recording to one file with subsequent mixing
Room multiple streams recording to one file with subsequent mixing
In this case, mixer works offline, at recording file post processing stage. This reduces server CPU load.
 
Top