SATPI icon indicating copy to clipboard operation
SATPI copied to clipboard

CHANGE: LOG prints "Stream" instead of "Frontend" in some cases

Open lars18th opened this issue 4 years ago • 2 comments

Hi @Barracuda09 ,

See this part of the LOG:

  Mon Feb 22 14:19:11.6781 2021  7  RTSP/1.0 503 Service Unavailable
  Mon Feb 22 14:19:11.6780 2021  3  Found no Stream/Client of interest!
  Mon Feb 22 14:19:11.6780 2021  6  Stream: 3, Not capable of handling msys=dvbs2
  Mon Feb 22 14:19:11.6780 2021  6  Stream: 2, Not capable of handling msys=dvbs2
  Mon Feb 22 14:19:11.6780 2021  6  Stream: 1, Not capable of handling msys=dvbs2
  Mon Feb 22 14:19:11.6779 2021  6  Stream: 0, New session but this stream is not enabled, skipping...
  Mon Feb 22 14:19:11.6778 2021  6  Found StreamID x - SessionID: 0276486420
  Mon Feb 22 14:19:11.6685 2021  7  CSeq: 1

I feel that the correct print is to indicate "FrontEnd" and not "Stream", as the check is regarding the TUNER, and not the STREAM. I'm right?

lars18th avatar Feb 22 '21 13:02 lars18th

@lars18th

Yes, you are probably right

Barracuda09 avatar Feb 24 '21 10:02 Barracuda09

Hi @Barracuda09 ,

What I see is that you call "Stream" to an internal source, so far a "Tuner" or "Virtual Tuner". I don't know why this, but that's true in the source code. So, in case you don't want to change it, at least please use a friendlier name in the LOG.

Regards.

lars18th avatar Feb 24 '21 10:02 lars18th

Should be fixed in the meantime.

Barracuda09 avatar Sep 22 '22 08:09 Barracuda09