Hi all,
I've managed to get DVB-S + Raspi (Ubuntu) + tvheadned all working together, recording works as well - there is just one thing left that I cannot get done. The recorded files are temporarily stored on the RaspberryPI - after recording, I want to move them over to my NAS.
I tried "configuration" > Recording > Advnace view and "Post-processor command:" and entered just 'echo "foo"' to see if it's working. But even this fails with "spawn: Unable to fork() for "/bin/echo" -- Cannot allocate memory" in the log window.
cp/move/rsync fail with the same error message ...
Is there a way around this?
As a workaround I wanted to build a cron that moves the files after finishing recording - but the files don't appear in 'lsof' as open file - so I would just know that the file is finished if the file size dowsn't increase any more. So no luck again.
Would be glad to read some hints!
BTW: writing directly to the NAS is not an option as my LAN is too slow for HD recordings ...