You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using exec_record_done to run a php script on completion. I try pass the base file name to the script using $basename. For example:
exec_record_done php myScript.php $basename
Periodically the script fails to find the file. After adding some logging to my script it seems that it is not getting the full basename - only the record_suffix minus the ".flv". The file is recorded correctly with the full name. For example $basename should be "myStream14-211-Feb-07-14-16:57:24" but is being sent from $basename as "-Feb-07-14-16:57:24”.
Any ideas? I'm not able to predictably replicate this issue. Are there offending characters, lengths, or other issues to think about when troubleshooting this? As in the example above, my stream names often have "-" characters in them.
Thank you!
The text was updated successfully, but these errors were encountered:
First, thanks for the excellent module.
I am using exec_record_done to run a php script on completion. I try pass the base file name to the script using $basename. For example:
exec_record_done php myScript.php $basename
Periodically the script fails to find the file. After adding some logging to my script it seems that it is not getting the full basename - only the record_suffix minus the ".flv". The file is recorded correctly with the full name. For example $basename should be "myStream14-211-Feb-07-14-16:57:24" but is being sent from $basename as "-Feb-07-14-16:57:24”.
Any ideas? I'm not able to predictably replicate this issue. Are there offending characters, lengths, or other issues to think about when troubleshooting this? As in the example above, my stream names often have "-" characters in them.
Thank you!
The text was updated successfully, but these errors were encountered: