2023-02-16, 04:37 AM
Think I might have got the /dev/null sorted.
I had to recreate it and change its permissions but I think its working.
I think the opendct.sh file needs modified. It produces (/dev/null ) as opposed to (/dev/null)
This seem to work but there may be a better way to do it
python3 /var/opt/nextpvr/scripts/opendct.py START "$2" $1 $3 > /dev/null |
python3 /var/opt/nextpvr/scripts/opendct.py GET_SIZE "$2"
python3 /var/opt/nextpvr/scripts/opendct.py STOP "$2"
However (/dev/null ) produces a streaming file that expands when active and turns to zero when its not. The file does stream when its active.
I had to recreate it and change its permissions but I think its working.
I think the opendct.sh file needs modified. It produces (/dev/null ) as opposed to (/dev/null)
This seem to work but there may be a better way to do it
python3 /var/opt/nextpvr/scripts/opendct.py START "$2" $1 $3 > /dev/null |
python3 /var/opt/nextpvr/scripts/opendct.py GET_SIZE "$2"
python3 /var/opt/nextpvr/scripts/opendct.py STOP "$2"
However (/dev/null ) produces a streaming file that expands when active and turns to zero when its not. The file does stream when its active.