Answered
Will server side record be duplicate or cause error if client side is already instructing?
application.onPublish = function (p_c, p_stream)
{
trace("onPublish stream: "+p_stream.name);
p_stream.record();
};
Is the above script safe ?
application.onPublish = function (p_c, p_stream)
{
trace("onPublish stream: "+p_stream.name);
p_stream.record();
};
Is the above script safe ?
If client is just publishing in live mode, the script is safe.
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.