Open lars18th opened 2 years ago
Hi @catalinii ,
No ideas?
Hey @lars18th,
so there are 2 issues here: 1) a client that does not have a LOCK on a particular TP because the signal is bad.
Hi @catalinii ,
Thank you for the response. To be more concise... the problem of a failing tuner (==no LOCK), and sssuming that the signal is good, could pass in two circunstances:
The idea is to provide a method to improve the robustness when minisatip detects that the signal is not locked. You think that you could improve this? Regards.
I think we can try to improve it but basically deal with each source separately.
Hi @catalinii ,
Here two scenarios that I've discovered:
From my point of view, in general the timeout could be at adapter level: if the adapter can't receive anything until a short period, then the minisatip process (user selectable) could trigger a reopening. What you think?
Hi @catalinii ,
With my Enigma2 STB running minisatip I see this problem: When some request doesn't arrives to LOCK the signal, the minisatip doesn't tries to recover for this. For example: if you request a transponder that implies a change in the diseqc and it fails to arrive to the correct LNB, then the tuner never receives the correct signal. In this case the DVB adapter handle never gets the LOCK. But the minisatip process continues with the session opened. My idea is to close the session if this fails, or retune the transponder. This will also applies if the LOCK is lost, to try to recover fro this case instead of continue streaming nothing.
You have any idea to improve this? Regards.