Stream Recording

Dani

Member
Is it possible to start and stop stream recording via api ?
i want to be able to record a stream at specific events (not from the beginning)
Can I send a command to the server to start recording a stream and command to stop recording (with file name ? )
 

Dani

Member
can I save the recorded file to another folder on the server ? (directly ? not with post recording script ? )
 

Max

Administrator
Staff member
can I save the recorded file to another folder on the server ? (directly ? not with post recording script ? )
You can set the folder to save recording files with the following parameter
Code:
record_dir=/opt/records
Note that in latest WCS builds you should either set the permissions to flashphoner user to the custom recordings folder
Code:
sudo chown -R flashphoner /opt/records
or start WCS as root
Code:
cd /usr/local/FlashphonerWebCallServer/bin
sudo ./webcallserver start
 
Top