Open lars18th opened 3 years ago
Hi @catalinii ,
I feel I can implement in this way using the current vars rtsp_socket_closed
, keep_adapter_open
and can_keep_adapter_open
inside the satipc
module with small changes. However, I need to be sure if you agree with my proposal.
If you agree then please respond to this question:
satipc
module, the upper layers (stream and adapter) will notice the difference, or they continue reading? I'll see any side effect with the socketworks loop? What I want to overcome is the select call that reads 0 length and closes the adapter.I look forward to your reply. Regards.
Hi @catalinii ,
Regarding the problems with Master-Slave tuners, partially fixed with the PR #830, I open a new issue to discuss about how to handle the pending problem.
First I describe the concrete problem:
To address this concrete case, I suggest this idea:
-S --slave
parameter to indicate if the slave adapter has no power. This could be implemented with this syntax:-S 2-4:0;5-7:1*
. In this case tuners 2, 3 and 4 are slave of tuner 0 but they can power the LNB; however the tuners 5, 6 and 7 are slaves with no power of the tuner 1. So the tuner 1 is identified as "master power" tuner.What you think about this strategy? Regards.