Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue with complete $basename value in exec_record_done #341

Open
kfranznick opened this issue Feb 7, 2014 · 1 comment
Open

Issue with complete $basename value in exec_record_done #341

kfranznick opened this issue Feb 7, 2014 · 1 comment

Comments

@kfranznick
Copy link

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!

@arut
Copy link
Owner

arut commented Feb 20, 2014

Please you post Debug log.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants