SATIP server for linux, suitable to run on an Raspberry Pi, Vu+, GigaBlue or any other linux box. currently supporting DVB-S/S2/T/C and transform DVB-S requests to DVB-C
I want to setup one ChildPIPE input using two/three commands. Example: echo '1' > /dev/frontend && cat /dev/tuner. However, when using the && inside the ChildPIPE nothing is received.
Please, can you provide some support to execute multiple commands?
Futhermore, I suggest for the ChildPIPE and the other virtual inputs to add one debug line when the first valid TS packet is received. This can be considered as a LOCK signal. So, if the source is generating the TS packets and the SatPI is receiving packets, then you can print this LOCK message. This will simplifies a lot the debug/setup of these inputs, as if the LOCK is missing implies that something is wrong in the chain.
Hi @Barracuda09 ,
I want to setup one ChildPIPE input using two/three commands. Example:
echo '1' > /dev/frontend && cat /dev/tuner
. However, when using the&&
inside the ChildPIPE nothing is received.Please, can you provide some support to execute multiple commands?
Futhermore, I suggest for the ChildPIPE and the other virtual inputs to add one debug line when the first valid TS packet is received. This can be considered as a LOCK signal. So, if the source is generating the TS packets and the SatPI is receiving packets, then you can print this LOCK message. This will simplifies a lot the debug/setup of these inputs, as if the LOCK is missing implies that something is wrong in the chain.
I hope you agree. Regards.