2023-02-11, 11:14 PM
OK yes, it is coming back to me, that test option has opendct creating the file, but we don't want to do that we want it coming back to python
So redirect it to a file and see what happens.
Also my line numbers were off because I don't have the time.sleep(5) at line 129 I know I noted that in this thread but I am not sure what value if any is needed, I don't have the Ceton. It looks like takes about 8 seconds to start so the 5 second wait is probably ok.
Martin
So redirect it to a file and see what happens.
Also my line numbers were off because I don't have the time.sleep(5) at line 129 I know I noted that in this thread but I am not sure what value if any is needed, I don't have the Ceton. It looks like takes about 8 seconds to start so the 5 second wait is probably ok.
Code:
15:53:06.015 [SageTVRequestHandler-80:Unknown] DEBUG SageTVRequestHandler - SageTV sent: 'START DCT-Ceton InfiniTV PCIe (00-80-84-b9) Tuner 1|1110|12345678|/tmp/some.mpg|Great'
16:01:28.132 [SageTVRequestHandler-85:DCT-Ceton InfiniTV PCIe (00-80-84-b9) Tuner 1] DEBUG SageTVRequestHandler - Starting network encoder via upload ID '7819' to file name 'stdout'.
Martin