Barracuda09 / SATPI

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
http://barracuda09.github.io/SATPI
GNU General Public License v2.0
154 stars 32 forks source link

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

Closed lars18th closed 2 years ago

lars18th commented 3 years ago

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?

Barracuda09 commented 3 years ago

@lars18th

Yes, you are probably right

lars18th commented 3 years ago

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.

Barracuda09 commented 2 years ago

Should be fixed in the meantime.