Recording space not available on server

Arif Butt

Member
Hi there

Is there any method available to check if the recording is not being done by mixer due to Recording space not available on server drive?

We are using video chat API with auto mixer based recording enabled, but when the recording space gets full our application does not know about this, kindly suggest any API call to verify if the recording is being done for the current chat...

Thanks

AB
 

Max

Administrator
Staff member
Good day.
If you're using REST API /recorder/startup, it will return 500 Internal server error with Not enough disk space to start recording session message if there is not enough disk space.
We recommend to set up server system parameters monitoring using Prometheus, Zabbix etc, then check disk space available and perform an actions needed before disk becomes full in production.
 
Top