Moving WCS Mixer Recording file to other location

Arif Butt

Member
Hi there

we are trying to move the mixer recording files which are created by WCS at /usr/local/FlashphonerWebCallServer-5.2.2283/records/ location, however we have noticed that WCS is taking long time to create the final mp4 file from the temporary file at that location, it there any way to make this process faster or to check that when the final MP4 file is ready to be copied by our application?

Thanks
RF
 

Max

Administrator
Staff member
Good day.
it there any way to make this process faster
The following parameter
Code:
mp4_container_write_header_on_fly=true
may help. In this case, MP4 header and MP4 data will be written to a separate files then concatenated when recording is finished (by stream stopping or by REST API query). This would be much faster.
or to check that when the final MP4 file is ready to be copied by our application?
The record hook script is always called after MP4 file is ready: Record files handling script. You should use it to copy recording files to another location.
 
Top