Ok thank you
What would result?
As i said all files are recorded and present,( i'm almost certain)
the issue may come from enconding by tetrad
i'm not so sure. looks like more of a permissions problem
tetrad works like this:
1. find all files in /tetra/in that are older than 2 minutes
for each file: {
2. move the file to /tetra/out/YYYYMMDD/FILENAME.out
3. uncompress acelp, compress this into ogg
4. remove all files except the ogg file
}
5. wait 1 minute
this mechanism works without any error checking (bad, i know, but this was only a quick hack, left it because it's very reliable anyway, i can change it if you want).
before looking at problems in tetrad i would look into the system:
- is this a standard installation? (debian 8 and everything installed via install_telive.sh), or is there something non-standard about it?
- maybe you're running this as root? (deadly unix sin, you should run the software as a normal user and not abuse root, this can also cause permissions problems later)
- maybe your filesystem ran out of free space (or free inodes) at some point?
- maybe something else was done with the script? (killed because of low memory etc)
if it is none of these, then do this experiment: don't run tetrad, let some recordings accumulate, and make a copy of /tetra/in. after this launch tetrad. if you find an .out file that will not be processed by it, then please send it to me (maybe it causes a segfault of the acelp decoder)