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
151 stars 32 forks source link

Gigablue: Signal strength is sometimes wrong (2 instead of 240) #147

Open SaulGoodman1337 opened 2 years ago

SaulGoodman1337 commented 2 years ago

I am not sure what you need to understand my problem. But my signal strength is sometimes not read correctly. instead of 240 a 2 is transmitted. then again the 240. this leads in the TVheadend to jumping signal strengths from 1% to 100%. I have a Gigablue UE4K in conjunction with a Gigablue SCR LNB

Barracuda09 commented 2 years ago

Hello @SaulGoodman1337

Does it jump more then 1 time (only in the begin) or just all the time? is it regular intervals?

SaulGoodman1337 commented 2 years ago

Hi, All the time and there is no Intervall. I think its a parsing issue. Sometimes the Signal strenght ist 240 then 2, then 4 and then 240.

Barracuda09 commented 2 years ago

Which version of TvH are you using?

SaulGoodman1337 commented 2 years ago

4.3 But I think that is irrelevant. The values already come out wrong from SATPI. But I can not exclude whether the values already come wrong from the tuner ?

SaulGoodman1337 commented 2 years ago

Screenshot_20220123-140420_Chrome Screenshot_20220123-140447_Chrome

It seems that 239 is Display correct 😅

Barracuda09 commented 2 years ago

Is the value jumping in the also in the SatPI web interface?

SaulGoodman1337 commented 2 years ago

Is the value jumping in the also in the SatPI web interface?

Yes, exactly. However, I don't know if this already happens on Enigma level. Wait, I just look for the remote control, configure a tuner and go into the satfinder.

Barracuda09 commented 2 years ago

Ok... Strange I have not seen this issue here before.

Barracuda09 commented 2 years ago

But the streams seem OK..

SaulGoodman1337 commented 2 years ago

But the streams seem OK.. screenshot_20220123142710

The stream is perfect... I think something strange is happening here when parsing. but I must confess that I don't quite understand your code here. can you possibly tell me at which point you do this exactly?

Barracuda09 commented 2 years ago

I use an android phone, it has SAT>IP Alignment app. if you use an android phone you could try that?

Barracuda09 commented 2 years ago

https://github.com/Barracuda09/SATPI/blob/6b90b138ec2903254be982793a485dd43d7aa05e/src/input/dvb/Frontend.cpp#L292-L300

https://github.com/Barracuda09/SATPI/blob/6b90b138ec2903254be982793a485dd43d7aa05e/src/input/dvb/FrontendData.cpp#L334-L350

https://github.com/Barracuda09/SATPI/blob/6b90b138ec2903254be982793a485dd43d7aa05e/src/output/StreamThreadRtcpBase.cpp#L105-L130

Barracuda09 commented 2 years ago

Do you have some TCP data where it shows there is an parsing error?

SaulGoodman1337 commented 2 years ago

Do you have some TCP data where it shows there is an parsing error?

No, that was a guess. But I think that I was on the wrong track. I have now played again with the signal finder in Enigma and then found that the error also occurs there. sometimes ACG is 0% ... However, if I activate the following in the tuner option: "force legacy signal stats" in the tuner option it works and the signal strength is constant at 99%..... The description says that the data is then calculated from a V3 API . maybe that tells you something? I can live with the error but it would be nice if it could be solved somehow. but now I'm not sure if this is a satpi problem at all.

Barracuda09 commented 2 years ago

Yes, In SatPI there is something similar. Only it will switch to old API when it can not read the new one.

https://github.com/Barracuda09/SATPI/blob/6b90b138ec2903254be982793a485dd43d7aa05e/src/input/dvb/Frontend.cpp#L307-L310

SaulGoodman1337 commented 2 years ago

ah, we're getting closer. I think it would make sense to offer the following setting for the option in the web interface:

how does that sound to you?

Barracuda09 commented 2 years ago

Yes, that sounds perfect!!

SaulGoodman1337 commented 2 years ago

Yes perfect!!

Here is an test version: satpi_armv7ve_force_oldapi_V1.6.2-11-g6b90b13.tar.gz

it does not work,sorry. i have checked several times to make sure that i have really pushed the correct binary onto the box. edit: the same as before. wrong values

Barracuda09 commented 2 years ago

Mmmm... this one then? satpi_armv7ve_force_oldapi_V1.6.2-11-g6b90b13.tar.gz

SaulGoodman1337 commented 2 years ago

Mmmm... this one then? satpi_armv7ve_force_oldapi_V1.6.2-11-g6b90b13.tar.gz

nope...

Barracuda09 commented 2 years ago

Strange.. So it is the same outcome??

SaulGoodman1337 commented 2 years ago

Strange.. So it is the same outcome??

yes exactly the same behavior as before too. i'll check the satfinder again...

SaulGoodman1337 commented 2 years ago

screenshot_20220123162844

99% on all transponder with no problems... hmm

Saentist commented 2 years ago

Change stb image and problem will disappear. This is common problem.

SaulGoodman1337 commented 2 years ago

Change stb image and problem will disappear. This is common problem.

I will try this out today and report back.

SaulGoodman1337 commented 2 years ago

Change stb image and problem will disappear. This is common problem.

Any recomendation?

Barracuda09 commented 2 years ago

@SaulGoodman1337

What are you using now?

SaulGoodman1337 commented 2 years ago

@SaulGoodman1337

What are you using now?

Openatv 6.5

Barracuda09 commented 2 years ago

Ok, I did not know of this problem (or if this is a driver issue). But I do not use openatv on my Gigablue and Vu+ FBC receivers.

Do you use Enigma?

I use on Gigablue the TeamBlue image and Vu+ just stock image. But I do not use Enigma I use openatv on my Vu+ zero 4k and have Enigma runing. but do not see this problem there.

SaulGoodman1337 commented 2 years ago

I use the box completely headless. Tomorrow I will try it with the teamblue image.

Barracuda09 commented 2 years ago

Ok, but did you disable or prevent Enigma from starting then?

SaulGoodman1337 commented 2 years ago

Ok, but did you disable or prevent Enigma from starting then?

Nope. How ? With teamblue Image i have the same behavior

Barracuda09 commented 2 years ago

In usr/bin/enigma2.sh there are lines that call the bin /usr/bin/enigma2 just put those line in comment with #

SaulGoodman1337 commented 2 years ago

In usr/bin/enigma2.sh there are lines that call the bin /usr/bin/enigma2 just put those line in comment with #

Make No difference... How can i help you to debug this? I want wo Check If the value is coming wrong from libdvb or Driver or If this is a parsing issue inside satpi Screenshot_20220204-080347_Chrome

Barracuda09 commented 2 years ago

I don't think it is a pasring issue, because it is already faulty in the Web interface and no parsing is in that code path.

Here is the function that gets the status from linux/driver: https://github.com/Barracuda09/SATPI/blob/6b90b138ec2903254be982793a485dd43d7aa05e/src/input/dvb/Frontend.cpp#L292-L397

SaulGoodman1337 commented 2 years ago

so.... strength = (strength * 240) / 0xffff; SI_LOG_INFO("test @#1", DIGIT(strength, 3)); strength = 240;

root@gbue4k:~# tail -f /var/log/messages|grep "test " Feb 4 09:55:58 gbue4k local1.info SatPI[23035]: test 237 Feb 4 09:55:58 gbue4k local1.info SatPI[23035]: test 240 Feb 4 09:55:58 gbue4k local1.info SatPI[23035]: test 004 Feb 4 09:55:58 gbue4k local1.info SatPI[23035]: test 002 Feb 4 09:55:59 gbue4k local1.info SatPI[23035]: test 232 Feb 4 09:55:59 gbue4k local1.info SatPI[23035]: test 237 Feb 4 09:55:59 gbue4k local1.info SatPI[23035]: test 240 Feb 4 09:55:59 gbue4k local1.info SatPI[23035]: test 004 Feb 4 09:55:59 gbue4k local1.info SatPI[23035]: test 002 Feb 4 09:55:59 gbue4k local1.info SatPI[23035]: test 232 Feb 4 09:55:59 gbue4k local1.info SatPI[23035]: test 237 Feb 4 09:55:59 gbue4k local1.info SatPI[23035]: test 240 Feb 4 09:55:59 gbue4k local1.info SatPI[23035]: test 004 Feb 4 09:56:00 gbue4k local1.info SatPI[23035]: test 002 Feb 4 09:56:00 gbue4k local1.info SatPI[23035]: test 232 Feb 4 09:56:00 gbue4k local1.info SatPI[23035]: test 237 Feb 4 09:56:00 gbue4k local1.info SatPI[23035]: test 240 Feb 4 09:56:00 gbue4k local1.info SatPI[23035]: test 004 Feb 4 09:56:00 gbue4k local1.info SatPI[23035]: test 002 Feb 4 09:56:00 gbue4k local1.info SatPI[23035]: test 232 Feb 4 09:56:00 gbue4k local1.info SatPI[23035]: test 237 Feb 4 09:56:00 gbue4k local1.info SatPI[23035]: test 240 Feb 4 09:56:00 gbue4k local1.info SatPI[23035]: test 004

so what is now certain is that the values already come incorrectly from the driver (?). This is bad. But if you look at the values that come out of there, I still do not get rid of the feeling that here is parsed wrong. But just on driver level.... Ne idea what I can do here? The setting of the signal strength to 240 is also nice, but not the point of the thing.

I hope you have another idea ....

Barracuda09 commented 2 years ago

Does it use the old style read?

SaulGoodman1337 commented 2 years ago

Does it use the old style read?

yep and i dont know why. have you made changes to this code? if FULL_DVB_API_VERSION >= 0x050A is comment out on my local branch.

grafik

Barracuda09 commented 2 years ago

Could you try to find out why? Put some SI_LOG_INFO(..) in the switch statement?

Edit: Were the _oldApiCallStats = true; are

SaulGoodman1337 commented 2 years ago

SatPI[30284]: Debug: FULL_DVB_API_VERSION= 1290 SatPI[30284]: Debug: Do Old Api

Barracuda09 commented 2 years ago

Please try to add SI_LOG_INFO in these 3 places:

        case FE_SCALE_NOT_AVAILABLE:
        default:
            _oldApiCallStats = true;
            SI_LOG_INFO("strengthScale error -> use old api");
        break;
SaulGoodman1337 commented 2 years ago

Please try to add SI_LOG_INFO in these 3 places:

      case FE_SCALE_NOT_AVAILABLE:
      default:
          _oldApiCallStats = true;
          SI_LOG_INFO("strengthScale error -> use old api");
      break;

there a no output if i use SU_LOG_INFO() inside the default switch case. the cmdseq before is already empty?!

const auto strengthScale = cmdseq.props[0].u.st.stat[0].scale; SI_LOG_INFO("Debug: strengthScale= @#1", strengthScale);

Feb 4 12:23:41 gbue4k local1.info SatPI[32346]: Debug: FULL_DVB_API_VERSION= 1290 Feb 4 12:23:41 gbue4k local1.info SatPI[32346]: Debug: Do New Api Feb 4 12:23:41 gbue4k local1.info SatPI[32346]: Debug: strengthScale= Feb 4 12:23:41 gbue4k local1.info SatPI[32346]: Debug: cnrScale= Feb 4 12:23:41 gbue4k local1.info SatPI[32346]: Debug: berScale= Feb 4 12:23:41 gbue4k local1.info SatPI[32346]: Debug: Do Old Api Feb 4 12:23:41 gbue4k local1.info SatPI[32346]: Debug: FULL_DVB_API_VERSION= 1290 Feb 4 12:23:41 gbue4k local1.info SatPI[32346]: Debug: Do Old Api Feb 4 12:23:42 gbue4k local1.info SatPI[32346]: Debug: FULL_DVB_API_VERSION= 1290 Feb 4 12:23:42 gbue4k local1.info SatPI[32346]: Debug: Do Old Api Feb 4 12:23:42 gbue4k local1.info SatPI[32346]: Debug: FULL_DVB_API_VERSION= 1290 ....... .......

SaulGoodman1337 commented 2 years ago

sorry my fault. here the correct output

Feb 4 13:02:53 gbue4k local1.info SatPI[2425]: Debug: FULL_DVB_API_VERSION= 1290 Feb 4 13:02:53 gbue4k local1.info SatPI[2425]: Debug: Do New Api Feb 4 13:02:53 gbue4k local1.info SatPI[2425]: Debug: ioctl(_fd_fe, FE_GET_PROPERTY, &cmdseq) = 0 Feb 4 13:02:53 gbue4k local1.info SatPI[2425]: Debug: strengthScale= Feb 4 13:02:53 gbue4k local1.info SatPI[2425]: Debug: strengthScale error -> use old api Feb 4 13:02:53 gbue4k local1.info SatPI[2425]: Debug: cnrScale= Feb 4 13:02:53 gbue4k local1.info SatPI[2425]: Debug: cnrScale error -> use old api Feb 4 13:02:53 gbue4k local1.info SatPI[2425]: Debug: berScale= Feb 4 13:02:53 gbue4k local1.info SatPI[2425]: Debug: berScale error -> use old api Feb 4 13:02:53 gbue4k local1.info SatPI[2425]: Debug: Do Old Api Feb 4 13:02:53 gbue4k local1.info SatPI[2425]: Debug: FULL_DVB_API_VERSION= 1290 Feb 4 13:02:53 gbue4k local1.info SatPI[2425]: Debug: Do Old Api Feb 4 13:02:53 gbue4k local1.info SatPI[2425]: Debug: FULL_DVB_API_VERSION= 1290 .... .....

Barracuda09 commented 2 years ago

You could build with make debug to have line numbers and file-names

Is it the same on Frontent 2?

SaulGoodman1337 commented 2 years ago

You could build with make debug to have line numbers and file-names

Feb 4 13:14:38 gbue4k local1.info SatPI[3029]: RTSP Connection from 192.168.178.2 Port 38506 with fd: 9 Feb 4 13:14:38 gbue4k local1.debug SatPI[3029]: RTSP Stream data from client None with IP 192.168.178.2 on Port 38506: SETUP rtsp://192.168.178.4/?src=1&fe=1&freq=11052.75&sr=22000&msys=dvbs2&mtype=8psk&pol=h&fec=23&ro=0.35&pids=0 RTSP/1.0 Feb 4 13:14:38 gbue4k local1.debug SatPI[3029]: Transport: RTP/AVP/TCP;interleaved=0-1 Feb 4 13:14:38 gbue4k local1.debug SatPI[3029]: CSeq: 1 Feb 4 13:14:38 gbue4k local1.debug SatPI[3029]: Feb 4 13:14:38 gbue4k local1.info SatPI[3029]: Found FrondtendID: 0 (fe=1) StreamID: -1 SessionID: 0280456878 Feb 4 13:14:38 gbue4k local1.info SatPI[3029]: Frontend: 0, StreamClient[0] with SessionID 0280456878 for dvbs2 Feb 4 13:14:38 gbue4k local1.info SatPI[3029]: Frontend: 0, Parsing transport parameters... Feb 4 13:14:38 gbue4k local1.info SatPI[3029]: Frontend: 0, New frequency requested, clearing old channel data... Feb 4 13:14:38 gbue4k local1.debug SatPI[3029]: Frontend: 0, Parsing transport parameters (Finished) Feb 4 13:14:38 gbue4k local1.debug SatPI[3029]: Frontend: 0, Found Streaming type: RTP/TCP Feb 4 13:14:38 gbue4k local1.info SatPI[3029]: Frontend: 0, Updating frontend... Feb 4 13:14:38 gbue4k local1.info SatPI[3029]: Frontend: 0, Closing all active PID filters... Feb 4 13:14:38 gbue4k local1.info SatPI[3029]: Frontend: 0, Opened /dev/dvb/adapter0/frontend0 for Read/Write with fd: 10 (0 ms) Feb 4 13:14:38 gbue4k local1.info SatPI[3029]: Frontend: 0, Start tuning process for DVB-S(2)... Feb 4 13:14:38 gbue4k local1.info SatPI[3029]: Frontend: 0, Opened /dev/dvb/adapter0/frontend1 for Writing DiSEqC command with fd: 11 Feb 4 13:14:38 gbue4k local1.info SatPI[3029]: Frontend: 0, Sending DiSEqC: [0x70] [0x04] [0xB2] [0x02] - DiSEqC Src: 0 - UB: 0 Feb 4 13:14:38 gbue4k local1.info SatPI[3029]: Frontend: 0, Closing /dev/dvb/adapter0/frontend1 with fd: 11 Feb 4 13:14:38 gbue4k local1.debug SatPI[3029]: Frontend: 0, Set Properties: Frequency 1210000 Feb 4 13:14:38 gbue4k local1.info SatPI[3029]: Frontend: 0, Tuned, waiting on lock... Feb 4 13:14:38 gbue4k local1.info SatPI[3029]: Frontend: 0, Not locked yet (FE status 0x01)... Feb 4 13:14:38 gbue4k local1.info SatPI[3029]: Frontend: 0, Tuned and locked (FE status 0x1F) Feb 4 13:14:38 gbue4k local1.info SatPI[3029]: Frontend: 0, Updating PID filters... Feb 4 13:14:38 gbue4k local1.info SatPI[3029]: Frontend: 0, Opened /dev/dvb/adapter0/demux0 using fd: 11 Feb 4 13:14:38 gbue4k local1.info SatPI[3029]: Frontend: 0, Set DMX buffer size to 18874368 Bytes Feb 4 13:14:38 gbue4k local1.info SatPI[3029]: Frontend: 0, Set DMX_SET_SOURCE with (Src: 0 - Offset: 18) Feb 4 13:14:38 gbue4k local1.debug SatPI[3029]: Frontend: 0, Set filter PID: 0000 Feb 4 13:14:38 gbue4k local1.debug SatPI[3029]: Frontend: 0, Set filter PID: 0001 Feb 4 13:14:38 gbue4k local1.debug SatPI[3029]: Frontend: 0, Set filter PID: 0016 Feb 4 13:14:38 gbue4k local1.debug SatPI[3029]: Frontend: 0, Set filter PID: 0017 Feb 4 13:14:38 gbue4k local1.debug SatPI[3029]: Frontend: 0, Set filter PID: 0018 Feb 4 13:14:38 gbue4k local1.info SatPI[3029]: Frontend: 0, Updating frontend (Finished in 640 ms) Feb 4 13:14:38 gbue4k local1.info SatPI[3029]: Frontend: 0, RTP/TCP set network buffer size: 437 KBytes Feb 4 13:14:38 gbue4k local1.info SatPI[3029]: Frontend: 0, Start RTCP/TCP stream to 192.168.178.2:38506 Feb 4 13:14:38 gbue4k local1.info SatPI[3029]: Frontend: 0, Start RTP/TCP stream to 192.168.178.2:38506 Feb 4 13:14:38 gbue4k local1.debug SatPI[3029]: Send reply in 641 ms Feb 4 13:14:38 gbue4k local1.debug SatPI[3029]: RTSP/1.0 200 OK Feb 4 13:14:38 gbue4k local1.debug SatPI[3029]: CSeq: 1 Feb 4 13:14:38 gbue4k local1.debug SatPI[3029]: Session: 0280456878;timeout=60 Feb 4 13:14:38 gbue4k local1.debug SatPI[3029]: Transport: RTP/AVP/TCP;unicast;client_ip=192.168.178.2;interleaved=0-1 Feb 4 13:14:38 gbue4k local1.debug SatPI[3029]: com.ses.streamID: 100 Feb 4 13:14:38 gbue4k local1.debug SatPI[3029]: Feb 4 13:14:38 gbue4k local1.info SatPI[3029]: Debug: FULL_DVB_API_VERSION= 1290 Feb 4 13:14:38 gbue4k local1.info SatPI[3029]: Debug: Do Old Api Feb 4 13:14:38 gbue4k local1.debug SatPI[3029]: RTSP Stream data from client None with IP 192.168.178.2 on Port 38506: PLAY rtsp://192.168.178.4/stream=100?addpids=1,16,17,18,20,5420,5421,5422,5423,5425,5426 RTSP/1.0 Feb 4 13:14:38 gbue4k local1.debug SatPI[3029]: Session: 0280456878 Feb 4 13:14:38 gbue4k local1.debug SatPI[3029]: CSeq: 2 Feb 4 13:14:38 gbue4k local1.debug SatPI[3029]: Feb 4 13:14:38 gbue4k local1.info SatPI[3029]: Found FrondtendID: 0 (fe=1) StreamID: 100 SessionID: 0280456878 Feb 4 13:14:38 gbue4k local1.info SatPI[3029]: Frontend: 0, StreamClient[0] with SessionID 0280456878 Feb 4 13:14:38 gbue4k local1.info SatPI[3029]: Frontend: 0, Parsing transport parameters... Feb 4 13:14:38 gbue4k local1.debug SatPI[3029]: Frontend: 0, Parsing transport parameters (Finished) Feb 4 13:14:38 gbue4k local1.info SatPI[3029]: Frontend: 0, Updating frontend... Feb 4 13:14:38 gbue4k local1.info SatPI[3029]: Frontend: 0, Updating PID filters... Feb 4 13:14:38 gbue4k local1.debug SatPI[3029]: Frontend: 0, Set filter PID: 0020 Feb 4 13:14:38 gbue4k local1.debug SatPI[3029]: Frontend: 0, Set filter PID: 5420 Feb 4 13:14:38 gbue4k local1.debug SatPI[3029]: Frontend: 0, Set filter PID: 5421 Feb 4 13:14:38 gbue4k local1.debug SatPI[3029]: Frontend: 0, Set filter PID: 5422 Feb 4 13:14:38 gbue4k local1.debug SatPI[3029]: Frontend: 0, Set filter PID: 5423 Feb 4 13:14:38 gbue4k local1.debug SatPI[3029]: Frontend: 0, Set filter PID: 5425 Feb 4 13:14:38 gbue4k local1.debug SatPI[3029]: Frontend: 0, Set filter PID: 5426 Feb 4 13:14:38 gbue4k local1.info SatPI[3029]: Frontend: 0, Updating frontend (Finished in 0 ms) Feb 4 13:14:38 gbue4k local1.debug SatPI[3029]: Send reply in 1 ms Feb 4 13:14:38 gbue4k local1.debug SatPI[3029]: RTSP/1.0 200 OK Feb 4 13:14:38 gbue4k local1.debug SatPI[3029]: RTP-Info: url=rtsp://192.168.178.4/stream=100 Feb 4 13:14:38 gbue4k local1.debug SatPI[3029]: CSeq: 2 Feb 4 13:14:38 gbue4k local1.debug SatPI[3029]: Session: 0280456878 Feb 4 13:14:38 gbue4k local1.debug SatPI[3029]: Range: npt=0.000- Feb 4 13:14:38 gbue4k local1.debug SatPI[3029]: Feb 4 13:14:38 gbue4k local1.info SatPI[3029]: Debug: FULL_DVB_API_VERSION= 1290 Feb 4 13:14:38 gbue4k local1.info SatPI[3029]: Debug: Do Old Api Feb 4 13:14:38 gbue4k local1.info SatPI[3029]: Frontend: 0, PAT - PID 0000: sectionLength: 209 tableDataSize: 188 secNr: 0 lastSecNr: 0 currSecNr: 0 Feb 4 13:14:39 gbue4k local1.info SatPI[3029]: Frontend: 0, PAT - PID 0000: sectionLength: 209 tableDataSize: 372 secNr: 0 lastSecNr: 0 currSecNr: 0 Feb 4 13:14:39 gbue4k local1.info SatPI[3029]: Frontend: 0, PAT: Section Length: 209 TID: 1039 Version: 199 secNr: 0 lastSecNr: 0 CRC: 0xEE2B77E6 Feb 4 13:14:39 gbue4k local1.info SatPI[3029]: Frontend: 0, PAT: Prog NR: 0x0000 - 00000 NIT PID: 0016 Feb 4 13:14:39 gbue4k local1.info SatPI[3029]: Frontend: 0, PAT: Prog NR: 0x2887 - 10375 PMT PID: 5400 Feb 4 13:14:39 gbue4k local1.info SatPI[3029]: Frontend: 0, PAT: Prog NR: 0x2888 - 10376 PMT PID: 5410 Feb 4 13:14:39 gbue4k local1.info SatPI[3029]: Frontend: 0, PAT: Prog NR: 0x2889 - 10377 PMT PID: 5420 Feb 4 13:14:39 gbue4k local1.info SatPI[3029]: Frontend: 0, PAT: Prog NR: 0x288A - 10378 PMT PID: 5430 Feb 4 13:14:39 gbue4k local1.info SatPI[3029]: Frontend: 0, PAT: Prog NR: 0x288B - 10379 PMT PID: 5440 Feb 4 13:14:39 gbue4k local1.info SatPI[3029]: Frontend: 0, PAT: Prog NR: 0x28A0 - 10400 PMT PID: 0100 Feb 4 13:14:39 gbue4k local1.info SatPI[3029]: Frontend: 0, PAT: Prog NR: 0x28A1 - 10401 PMT PID: 0110 Feb 4 13:14:39 gbue4k local1.info SatPI[3029]: Frontend: 0, PAT: Prog NR: 0x28A2 - 10402 PMT PID: 0120 Feb 4 13:14:39 gbue4k local1.info SatPI[3029]: Frontend: 0, PAT: Prog NR: 0x28A3 - 10403 PMT PID: 0130 Feb 4 13:14:39 gbue4k local1.info SatPI[3029]: Frontend: 0, PAT: Prog NR: 0x28A4 - 10404 PMT PID: 0140 Feb 4 13:14:39 gbue4k local1.info SatPI[3029]: Frontend: 0, PAT: Prog NR: 0x28A5 - 10405 PMT PID: 0150 Feb 4 13:14:39 gbue4k local1.info SatPI[3029]: Frontend: 0, PAT: Prog NR: 0x28A6 - 10406 PMT PID: 0160 Feb 4 13:14:39 gbue4k local1.info SatPI[3029]: Frontend: 0, PAT: Prog NR: 0x28A7 - 10407 PMT PID: 0170 Feb 4 13:14:39 gbue4k local1.info SatPI[3029]: Frontend: 0, PAT: Prog NR: 0x28A8 - 10408 PMT PID: 0180 Feb 4 13:14:39 gbue4k local1.info SatPI[3029]: Frontend: 0, PAT: Prog NR: 0x28AC - 10412 PMT PID: 0200 Feb 4 13:14:39 gbue4k local1.info SatPI[3029]: Frontend: 0, PAT: Prog NR: 0x28AD - 10413 PMT PID: 0210 Feb 4 13:14:39 gbue4k local1.info SatPI[3029]: Frontend: 0, PAT: Prog NR: 0x28AE - 10414 PMT PID: 0220 Feb 4 13:14:39 gbue4k local1.info SatPI[3029]: Frontend: 0, PAT: Prog NR: 0x28AF - 10415 PMT PID: 0230 Feb 4 13:14:39 gbue4k local1.info SatPI[3029]: Frontend: 0, PAT: Prog NR: 0x28B0 - 10416 PMT PID: 0240 Feb 4 13:14:39 gbue4k local1.info SatPI[3029]: Frontend: 0, PAT: Prog NR: 0x28B1 - 10417 PMT PID: 0250 Feb 4 13:14:39 gbue4k local1.info SatPI[3029]: Frontend: 0, PAT: Prog NR: 0x28B2 - 10418 PMT PID: 0260 Feb 4 13:14:39 gbue4k local1.info SatPI[3029]: Frontend: 0, PAT: Prog NR: 0x28B3 - 10419 PMT PID: 0270 Feb 4 13:14:39 gbue4k local1.info SatPI[3029]: Frontend: 0, PAT: Prog NR: 0x28B4 - 10420 PMT PID: 0280 Feb 4 13:14:39 gbue4k local1.info SatPI[3029]: Frontend: 0, PAT: Prog NR: 0x28B5 - 10421 PMT PID: 0290 Feb 4 13:14:39 gbue4k local1.info SatPI[3029]: Frontend: 0, PAT: Prog NR: 0x28B6 - 10422 PMT PID: 0295 Feb 4 13:14:39 gbue4k local1.info SatPI[3029]: Frontend: 0, PAT: Prog NR: 0x28BA - 10426 PMT PID: 0300 Feb 4 13:14:39 gbue4k local1.info SatPI[3029]: Frontend: 0, PAT: Prog NR: 0x28BB - 10427 PMT PID: 0310 Feb 4 13:14:39 gbue4k local1.info SatPI[3029]: Frontend: 0, PAT: Prog NR: 0x28BC - 10428 PMT PID: 0320 Feb 4 13:14:39 gbue4k local1.info SatPI[3029]: Frontend: 0, PAT: Prog NR: 0x28BD - 10429 PMT PID: 0330 Feb 4 13:14:39 gbue4k local1.info SatPI[3029]: Frontend: 0, PAT: Prog NR: 0x28C0 - 10432 PMT PID: 0400 Feb 4 13:14:39 gbue4k local1.info SatPI[3029]: Frontend: 0, PAT: Prog NR: 0x28C1 - 10433 PMT PID: 0410 Feb 4 13:14:39 gbue4k local1.info SatPI[3029]: Frontend: 0, PAT: Prog NR: 0x28C2 - 10434 PMT PID: 0420 Feb 4 13:14:39 gbue4k local1.info SatPI[3029]: Frontend: 0, PAT: Prog NR: 0x28C8 - 10440 PMT PID: 0500 Feb 4 13:14:39 gbue4k local1.info SatPI[3029]: Frontend: 0, PAT: Prog NR: 0x28C9 - 10441 PMT PID: 0510 Feb 4 13:14:39 gbue4k local1.info SatPI[3029]: Frontend: 0, PAT: Prog NR: 0x28CA - 10442 PMT PID: 0520 Feb 4 13:14:39 gbue4k local1.info SatPI[3029]: Frontend: 0, PAT: Prog NR: 0x28CB - 10443 PMT PID: 0530 Feb 4 13:14:39 gbue4k local1.info SatPI[3029]: Frontend: 0, PAT: Prog NR: 0x28CC - 10444 PMT PID: 0540 Feb 4 13:14:39 gbue4k local1.info SatPI[3029]: Frontend: 0, PAT: Prog NR: 0x28CD - 10445 PMT PID: 0550 Feb 4 13:14:39 gbue4k local1.info SatPI[3029]: Frontend: 0, PAT: Prog NR: 0x28CE - 10446 PMT PID: 0560 Feb 4 13:14:39 gbue4k local1.info SatPI[3029]: Frontend: 0, PAT: Prog NR: 0x28CF - 10447 PMT PID: 0570 Feb 4 13:14:39 gbue4k local1.info SatPI[3029]: Frontend: 0, PAT: Prog NR: 0x28D3 - 10451 PMT PID: 0600 Feb 4 13:14:39 gbue4k local1.info SatPI[3029]: Frontend: 0, PAT: Prog NR: 0x28D4 - 10452 PMT PID: 0610 Feb 4 13:14:39 gbue4k local1.info SatPI[3029]: Frontend: 0, PAT: Prog NR: 0x28D5 - 10453 PMT PID: 0620 Feb 4 13:14:39 gbue4k local1.info SatPI[3029]: Frontend: 0, PAT: Prog NR: 0x28D6 - 10454 PMT PID: 0630 Feb 4 13:14:39 gbue4k local1.info SatPI[3029]: Frontend: 0, PAT: Prog NR: 0x28D7 - 10455 PMT PID: 0640 Feb 4 13:14:39 gbue4k local1.info SatPI[3029]: Frontend: 0, PAT: Prog NR: 0x28D8 - 10456 PMT PID: 0650 Feb 4 13:14:39 gbue4k local1.info SatPI[3029]: Frontend: 0, PAT: Prog NR: 0x28D9 - 10457 PMT PID: 0660 Feb 4 13:14:39 gbue4k local1.info SatPI[3029]: Frontend: 0, PAT: Prog NR: 0x28DA - 10458 PMT PID: 0670 Feb 4 13:14:39 gbue4k local1.info SatPI[3029]: Frontend: 0, PAT: Prog NR: 0x28DB - 10459 PMT PID: 0680 Feb 4 13:14:39 gbue4k local1.info SatPI[3029]: Debug: FULL_DVB_API_VERSION= 1290 Feb 4 13:14:39 gbue4k local1.info SatPI[3029]: Debug: Do Old Api Feb 4 13:14:39 gbue4k local1.info SatPI[3029]: Frontend: 0, TDT - Table ID: 0x73 Date: 2022-2-4 Time: 18:20.56 MJD: 0xE8DE Feb 4 13:14:39 gbue4k local1.info SatPI[3029]: Frontend: 0, PMT - Section Length: 162 Prog NR: 10377 Version: 195 secNr: 0 lastSecNr: 0 PCR-PID: 5421 Program Length: 0 CRC: 0x0000 Feb 4 13:14:39 gbue4k local1.info SatPI[3029]: Frontend: 0, PMT - Stream Type: 27 ES PID: 5421 ES-Length: 003 Feb 4 13:14:39 gbue4k local1.info SatPI[3029]: Frontend: 0, PMT - Stream Type: 03 ES PID: 5422 ES-Length: 009 Feb 4 13:14:39 gbue4k local1.info SatPI[3029]: Frontend: 0, PMT - Stream Type: 03 ES PID: 5423 ES-Length: 016 Feb 4 13:14:39 gbue4k local1.info SatPI[3029]: Frontend: 0, PMT - Stream Type: 06 ES PID: 5424 ES-Length: 010 Feb 4 13:14:39 gbue4k local1.info SatPI[3029]: Frontend: 0, PMT - Stream Type: 06 ES PID: 5426 ES-Length: 012 Feb 4 13:14:39 gbue4k local1.info SatPI[3029]: Frontend: 0, PMT - Stream Type: 12 ES PID: 1476 ES-Length: 003 Feb 4 13:14:39 gbue4k local1.info SatPI[3029]: Frontend: 0, PMT - Stream Type: 11 ES PID: 2171 ES-Length: 014 Feb 4 13:14:39 gbue4k local1.info SatPI[3029]: Frontend: 0, PMT - Stream Type: 05 ES PID: 4270 ES-Length: 005 Feb 4 13:14:39 gbue4k local1.info SatPI[3029]: Frontend: 0, PMT - Stream Type: 11 ES PID: 4272 ES-Length: 014 Feb 4 13:14:39 gbue4k local1.info SatPI[3029]: Frontend: 0, PMT - Stream Type: 06 ES PID: 5425 ES-Length: 013 Feb 4 13:14:39 gbue4k local1.debug SatPI[3029]: Frontend: 0, PMT data to OSCam with demux index 0 Feb 4 13:14:39 gbue4k local1.debug SatPI[3029]: 9F 80 32 82 00 0B 00 28 89 04 00 05 01 82 02 00 ..2....(........ Feb 4 13:14:39 gbue4k local1.debug SatPI[3029]: 00 . Feb 4 13:14:39 gbue4k local1.debug SatPI[3029]: Feb 4 13:14:39 gbue4k local1.debug SatPI[3029]: END Feb 4 13:14:39 gbue4k local1.info SatPI[3029]: Frontend: 0, Start filter PID: 0000 demux: 0 filter: 0 (data 0x00 mask 0xFF 0x00) Feb 4 13:14:39 gbue4k local1.info SatPI[3029]: Frontend: 0, SDT - PID 0017: sectionLength: 980 tableDataSize: 188 secNr: 0 lastSecNr: 2 currSecNr: 0 Feb 4 13:14:39 gbue4k local1.info SatPI[3029]: Frontend: 0, Start filter PID: 0017 demux: 0 filter: 1 (data 0x42 mask 0xFF 0x00) Feb 4 13:14:39 gbue4k local1.info SatPI[3029]: Frontend: 0, SDT - PID 0017: sectionLength: 980 tableDataSize: 372 secNr: 0 lastSecNr: 2 currSecNr: 0 Feb 4 13:14:39 gbue4k local1.info SatPI[3029]: Frontend: 0, SDT - PID 0017: sectionLength: 980 tableDataSize: 556 secNr: 0 lastSecNr: 2 currSecNr: 0 Feb 4 13:14:39 gbue4k local1.info SatPI[3029]: Debug: FULL_DVB_API_VERSION= 1290 Feb 4 13:14:39 gbue4k local1.info SatPI[3029]: Debug: Do Old Api Feb 4 13:14:39 gbue4k local1.info SatPI[3029]: Frontend: 0, SDT - PID 0017: sectionLength: 980 tableDataSize: 740 secNr: 0 lastSecNr: 2 currSecNr: 0 Feb 4 13:14:39 gbue4k local1.info SatPI[3029]: Frontend: 0, SDT - PID 0017: sectionLength: 980 tableDataSize: 924 secNr: 0 lastSecNr: 2 currSecNr: 0 Feb 4 13:14:39 gbue4k local1.info SatPI[3029]: Frontend: 0, SDT - PID 0017: sectionLength: 980 tableDataSize: 1108 secNr: 0 lastSecNr: 2 currSecNr: 0 Feb 4 13:14:39 gbue4k local1.info SatPI[3029]: Debug: FULL_DVB_API_VERSION= 1290 Feb 4 13:14:39 gbue4k local1.info SatPI[3029]: Debug: Do Old Api Feb 4 13:14:39 gbue4k local1.info SatPI[3029]: Frontend: 0, TDT - Table ID: 0x70 Date: 2022-2-4 Time: 18:20.56 MJD: 0xE8DE Feb 4 13:14:39 gbue4k local1.debug SatPI[3029]: RTSP Stream data from client None with IP 192.168.178.2 on Port 38506: PLAY rtsp://192.168.178.4/stream=100?delpids=20 RTSP/1.0 Feb 4 13:14:39 gbue4k local1.debug SatPI[3029]: Session: 0280456878 Feb 4 13:14:39 gbue4k local1.debug SatPI[3029]: CSeq: 3 Feb 4 13:14:39 gbue4k local1.debug SatPI[3029]: Feb 4 13:14:39 gbue4k local1.info SatPI[3029]: Found FrondtendID: 0 (fe=1) StreamID: 100 SessionID: 0280456878 Feb 4 13:14:39 gbue4k local1.info SatPI[3029]: Frontend: 0, StreamClient[0] with SessionID 0280456878 Feb 4 13:14:39 gbue4k local1.info SatPI[3029]: Frontend: 0, Parsing transport parameters... Feb 4 13:14:39 gbue4k local1.debug SatPI[3029]: Frontend: 0, Parsing transport parameters (Finished) Feb 4 13:14:39 gbue4k local1.info SatPI[3029]: Frontend: 0, Updating frontend... Feb 4 13:14:39 gbue4k local1.info SatPI[3029]: Frontend: 0, Updating PID filters... Feb 4 13:14:39 gbue4k local1.debug SatPI[3029]: Frontend: 0, Remove filter PID: 0020 - Packet Count: 000000002:000000 Feb 4 13:14:39 gbue4k local1.info SatPI[3029]: Frontend: 0, Updating frontend (Finished in 0 ms) Feb 4 13:14:39 gbue4k local1.debug SatPI[3029]: Send reply in 1 ms Feb 4 13:14:39 gbue4k local1.debug SatPI[3029]: RTSP/1.0 200 OK Feb 4 13:14:39 gbue4k local1.debug SatPI[3029]: RTP-Info: url=rtsp://192.168.178.4/stream=100 Feb 4 13:14:39 gbue4k local1.debug SatPI[3029]: CSeq: 3 Feb 4 13:14:39 gbue4k local1.debug SatPI[3029]: Session: 0280456878 Feb 4 13:14:39 gbue4k local1.debug SatPI[3029]: Range: npt=0.000- Feb 4 13:14:39 gbue4k local1.debug SatPI[3029]: Feb 4 13:14:39 gbue4k local1.info SatPI[3029]: Frontend: 0, SDT - PID 0017: sectionLength: 1015 tableDataSize: 188 secNr: 1 lastSecNr: 2 currSecNr: 1 Feb 4 13:14:39 gbue4k local1.info SatPI[3029]: Frontend: 0, SDT - PID 0017: sectionLength: 1015 tableDataSize: 372 secNr: 1 lastSecNr: 2 currSecNr: 1 Feb 4 13:14:39 gbue4k local1.info SatPI[3029]: Debug: FULL_DVB_API_VERSION= 1290 Feb 4 13:14:39 gbue4k local1.info SatPI[3029]: Debug: Do Old Api Feb 4 13:14:40 gbue4k local1.info SatPI[3029]: Frontend: 0, SDT - PID 0017: sectionLength: 1015 tableDataSize: 556 secNr: 1 lastSecNr: 2 currSecNr: 1 Feb 4 13:14:40 gbue4k local1.info SatPI[3029]: Frontend: 0, SDT - PID 0017: sectionLength: 1015 tableDataSize: 740 secNr: 1 lastSecNr: 2 currSecNr: 1 Feb 4 13:14:40 gbue4k local1.info SatPI[3029]: Frontend: 0, SDT - PID 0017: sectionLength: 1015 tableDataSize: 924 secNr: 1 lastSecNr: 2 currSecNr: 1 Feb 4 13:14:40 gbue4k local1.info SatPI[3029]: Frontend: 0, SDT - PID 0017: sectionLength: 1015 tableDataSize: 1108 secNr: 1 lastSecNr: 2 currSecNr: 1 Feb 4 13:14:40 gbue4k local1.debug SatPI[3029]: Frontend: 0, Send Filter Data with size 1024 for demux 0 filter 1 PID 0017 TableID 0x42 0xF3 0xF7 0x04 0x0F Feb 4 13:14:40 gbue4k local1.info SatPI[3029]: Debug: FULL_DVB_API_VERSION= 1290 Feb 4 13:14:40 gbue4k local1.info SatPI[3029]: Debug: Do Old Api Feb 4 13:14:40 gbue4k local1.info SatPI[3029]: Debug: FULL_DVB_API_VERSION= 1290 Feb 4 13:14:40 gbue4k local1.info SatPI[3029]: Debug: Do Old Api Feb 4 13:14:40 gbue4k local1.info SatPI[3029]: Debug: FULL_DVB_API_VERSION= 1290 Feb 4 13:14:40 gbue4k local1.info SatPI[3029]: Debug: Do Old Api Feb 4 13:14:40 gbue4k local1.info SatPI[3029]: Frontend: 0, SDT - PID 0017: sectionLength: 325 tableDataSize: 188 secNr: 2 lastSecNr: 2 currSecNr: 2 Feb 4 13:14:40 gbue4k local1.info SatPI[3029]: Frontend: 0, SDT - PID 0017: sectionLength: 325 tableDataSize: 372 secNr: 2 lastSecNr: 2 currSecNr: 2 Feb 4 13:14:40 gbue4k local1.info SatPI[3029]: Frontend: 0, SDT - Section Length: 980 Transport Stream ID: 1039 Version: 203 secNr: 0 lastSecNr: 2 NetworkID: 0001 CRC: 0x815AB9CF Feb 4 13:14:40 gbue4k local1.info SatPI[3029]: Frontend: 0, serviceID: 0x2887 - 10375 EIT: 0xFF NetworkName: ARD ChannelName: tagesschau24 HD Feb 4 13:14:40 gbue4k local1.info SatPI[3029]: Frontend: 0, serviceID: 0x2888 - 10376 EIT: 0xFF NetworkName: ARD ChannelName: ONE HD Feb 4 13:14:40 gbue4k local1.info SatPI[3029]: Frontend: 0, serviceID: 0x2889 - 10377 EIT: 0xFF NetworkName: ARD ChannelName: ARD alpha HD Feb 4 13:14:40 gbue4k local1.info SatPI[3029]: Frontend: 0, serviceID: 0x288A - 10378 EIT: 0xFF NetworkName: ARD ChannelName: SR Fernsehen HD Feb 4 13:14:40 gbue4k local1.info SatPI[3029]: Frontend: 0, serviceID: 0x288B - 10379 EIT: 0xFF NetworkName: ARD ChannelName: Radio Bremen HD Feb 4 13:14:40 gbue4k local1.info SatPI[3029]: Frontend: 0, serviceID: 0x28A0 - 10400 EIT: 0xFF NetworkName: ARD BR ChannelName: Bayern 1 Feb 4 13:14:40 gbue4k local1.info SatPI[3029]: Frontend: 0, serviceID: 0x28A1 - 10401 EIT: 0xFF NetworkName: ARD BR ChannelName: Bayern 2 Feb 4 13:14:40 gbue4k local1.info SatPI[3029]: Frontend: 0, serviceID: 0x28A2 - 10402 EIT: 0xFF NetworkName: ARD BR ChannelName: BAYERN 3 Feb 4 13:14:40 gbue4k local1.info SatPI[3029]: Frontend: 0, serviceID: 0x28A3 - 10403 EIT: 0xFF NetworkName: ARD BR ChannelName: BR-KLASSIK Feb 4 13:14:40 gbue4k local1.info SatPI[3029]: Frontend: 0, serviceID: 0x28A4 - 10404 EIT: 0xFF NetworkName: ARD BR ChannelName: BR24 Feb 4 13:14:40 gbue4k local1.info SatPI[3029]: Frontend: 0, serviceID: 0x28A5 - 10405 EIT: 0xFF NetworkName: ARD BR ChannelName: BR24live Feb 4 13:14:40 gbue4k local1.info SatPI[3029]: Frontend: 0, serviceID: 0x28A6 - 10406 EIT: 0xFF NetworkName: ARD BR ChannelName: BR Schlager Feb 4 13:14:40 gbue4k local1.info SatPI[3029]: Frontend: 0, serviceID: 0x28A7 - 10407 EIT: 0xFF NetworkName: ARD BR ChannelName: PULS Feb 4 13:14:40 gbue4k local1.info SatPI[3029]: Frontend: 0, serviceID: 0x28A8 - 10408 EIT: 0xFF NetworkName: ARD BR ChannelName: BR-Heimat Feb 4 13:14:40 gbue4k local1.info SatPI[3029]: Frontend: 0, serviceID: 0x28AC - 10412 EIT: 0xFF NetworkName: ARD NDR ChannelName: NDR 2 NDS Feb 4 13:14:40 gbue4k local1.info SatPI[3029]: Frontend: 0, serviceID: 0x28AD - 10413 EIT: 0xFF NetworkName: ARD NDR ChannelName: NDR Kultur Feb 4 13:14:40 gbue4k local1.info SatPI[3029]: Frontend: 0, serviceID: 0x28AE - 10414 EIT: 0xFF NetworkName: ARD NDR ChannelName: NDR Info NDS Feb 4 13:14:40 gbue4k local1.info SatPI[3029]: Frontend: 0, serviceID: 0x28AF - 10415 EIT: 0xFF NetworkName: ARD NDR ChannelName: N-JOY Feb 4 13:14:40 gbue4k local1.info SatPI[3029]: Frontend: 0, serviceID: 0x28B0 - 10416 EIT: 0xFF NetworkName: ARD NDR ChannelName: NDR 90,3 Feb 4 13:14:40 gbue4k local1.info SatPI[3029]: Frontend: 0, serviceID: 0x28B1 - 10417 EIT: 0xFF NetworkName: ARD NDR ChannelName: NDR1 Welle Nord KI Feb 4 13:14:40 gbue4k local1.info SatPI[3029]: Frontend: 0, serviceID: 0x28B2 - 10418 EIT: 0xFF NetworkName: ARD NDR ChannelName: NDR 1 Radio MV SN Feb 4 13:14:40 gbue4k local1.info SatPI[3029]: Frontend: 0, serviceID: 0x28B3 - 10419 EIT: 0xFF NetworkName: ARD NDR ChannelName: NDR 1 Nieders. HAN Feb 4 13:14:40 gbue4k local1.info SatPI[3029]: Frontend: 0, SDT - Section Length: 1015 Transport Stream ID: 1039 Version: 203 secNr: 1 lastSecNr: 2 NetworkID: 0001 CRC: 0x56662A45 Feb 4 13:14:40 gbue4k local1.info SatPI[3029]: Frontend: 0, serviceID: 0x28B4 - 10420 EIT: 0xFF NetworkName: ARD NDR ChannelName: NDR Info Spezial Feb 4 13:14:40 gbue4k local1.info SatPI[3029]: Frontend: 0, serviceID: 0x28B5 - 10421 EIT: 0xFF NetworkName: ARD NDR ChannelName: NDR Blue Feb 4 13:14:40 gbue4k local1.info SatPI[3029]: Frontend: 0, serviceID: 0x28B6 - 10422 EIT: 0xFF NetworkName: ARD NDR ChannelName: NDR Schlager Feb 4 13:14:40 gbue4k local1.info SatPI[3029]: Frontend: 0, serviceID: 0x28BA - 10426 EIT: 0xFF NetworkName: ARD RB ChannelName: Bremen Eins Feb 4 13:14:40 gbue4k local1.info SatPI[3029]: Frontend: 0, serviceID: 0x28BB - 10427 EIT: 0xFF NetworkName: ARD RB ChannelName: Bremen Zwei Feb 4 13:14:40 gbue4k local1.info SatPI[3029]: Frontend: 0, serviceID: 0x28BC - 10428 EIT: 0xFF NetworkName: ARD RB ChannelName: Bremen Vier Feb 4 13:14:40 gbue4k local1.info SatPI[3029]: Frontend: 0, serviceID: 0x28BD - 10429 EIT: 0xFF NetworkName: ARD RB ChannelName: Bremen NEXT Feb 4 13:14:40 gbue4k local1.info SatPI[3029]: Frontend: 0, serviceID: 0x28C0 - 10432 EIT: 0xFF NetworkName: ARD SR ChannelName: SR 1 Europawelle Feb 4 13:14:40 gbue4k local1.info SatPI[3029]: Frontend: 0, serviceID: 0x28C1 - 10433 EIT: 0xFF NetworkName: ARD SR ChannelName: SR 2 KulturRadio Feb 4 13:14:40 gbue4k local1.info SatPI[3029]: Frontend: 0, serviceID: 0x28C2 - 10434 EIT: 0xFF NetworkName: ARD SR ChannelName: SR 3 Saarlandwelle Feb 4 13:14:40 gbue4k local1.info SatPI[3029]: Frontend: 0, serviceID: 0x28C8 - 10440 EIT: 0xFF NetworkName: ARD SWR ChannelName: SWR1 BW Feb 4 13:14:40 gbue4k local1.info SatPI[3029]: Frontend: 0, serviceID: 0x28C9 - 10441 EIT: 0xFF NetworkName: ARD SWR ChannelName: SWR1 RP Feb 4 13:14:40 gbue4k local1.info SatPI[3029]: Frontend: 0, serviceID: 0x28CA - 10442 EIT: 0xFF NetworkName: ARD SWR ChannelName: SWR2 Feb 4 13:14:40 gbue4k local1.info SatPI[3029]: Frontend: 0, serviceID: 0x28CB - 10443 EIT: 0xFF NetworkName: ARD SWR ChannelName: SWR3 Feb 4 13:14:40 gbue4k local1.info SatPI[3029]: Frontend: 0, serviceID: 0x28CC - 10444 EIT: 0xFF NetworkName: ARD SWR ChannelName: SWR4 BW Feb 4 13:14:40 gbue4k local1.info SatPI[3029]: Frontend: 0, serviceID: 0x28CD - 10445 EIT: 0xFF NetworkName: ARD SWR ChannelName: SWR4 RP Feb 4 13:14:40 gbue4k local1.info SatPI[3029]: Frontend: 0, serviceID: 0x28CE - 10446 EIT: 0xFF NetworkName: ARD SWR ChannelName: DASDING Feb 4 13:14:40 gbue4k local1.info SatPI[3029]: Frontend: 0, serviceID: 0x28CF - 10447 EIT: 0xFF NetworkName: ARD SWR ChannelName: SWR Aktuell Feb 4 13:14:40 gbue4k local1.info SatPI[3029]: Frontend: 0, serviceID: 0x28D3 - 10451 EIT: 0xFF NetworkName: ARD WDR ChannelName: 1LIVE Feb 4 13:14:40 gbue4k local1.info SatPI[3029]: Frontend: 0, serviceID: 0x28D4 - 10452 EIT: 0xFF NetworkName: ARD WDR ChannelName: WDR 2 Rheinland Feb 4 13:14:40 gbue4k local1.info SatPI[3029]: Frontend: 0, SDT - Section Length: 325 Transport Stream ID: 1039 Version: 203 secNr: 2 lastSecNr: 2 NetworkID: 0001 CRC: 0x4660FAD0 Feb 4 13:14:40 gbue4k local1.info SatPI[3029]: Frontend: 0, serviceID: 0x28D5 - 10453 EIT: 0xFF NetworkName: ARD WDR ChannelName: WDR 3 Feb 4 13:14:40 gbue4k local1.info SatPI[3029]: Frontend: 0, serviceID: 0x28D6 - 10454 EIT: 0xFF NetworkName: ARD WDR ChannelName: WDR 4 Feb 4 13:14:40 gbue4k local1.info SatPI[3029]: Frontend: 0, serviceID: 0x28D7 - 10455 EIT: 0xFF NetworkName: ARD WDR ChannelName: WDR 5 Feb 4 13:14:40 gbue4k local1.info SatPI[3029]: Frontend: 0, serviceID: 0x28D8 - 10456 EIT: 0xFF NetworkName: ARD WDR ChannelName: COSMO Feb 4 13:14:40 gbue4k local1.info SatPI[3029]: Frontend: 0, serviceID: 0x28D9 - 10457 EIT: 0xFF NetworkName: ARD WDR ChannelName: 1LIVE diGGi Feb 4 13:14:40 gbue4k local1.info SatPI[3029]: Frontend: 0, serviceID: 0x28DA - 10458 EIT: 0xFF NetworkName: ARD WDR ChannelName: Die Maus Feb 4 13:14:40 gbue4k local1.info SatPI[3029]: Frontend: 0, serviceID: 0x28DB - 10459 EIT: 0xFF NetworkName: ARD WDR ChannelName: WDR Event Feb 4 13:14:41 gbue4k local1.info SatPI[3029]: Debug: FULL_DVB_API_VERSION= 1290 Feb 4 13:14:41 gbue4k local1.info SatPI[3029]: Debug: Do Old Api Feb 4 13:14:41 gbue4k local1.debug SatPI[3029]: Frontend: 0, Send Filter Data with size 989 for demux 0 filter 1 PID 0017 TableID 0x42 0xF3 0xD4 0x04 0x0F Feb 4 13:14:41 gbue4k local1.info SatPI[3029]: Frontend: 0, Stop filter PID: 0017 demux: 0 filter: 1 Feb 4 13:14:41 gbue4k local1.info SatPI[3029]: Debug: FULL_DVB_API_VERSION= 1290 Feb 4 13:14:41 gbue4k local1.info SatPI[3029]: Debug: Do Old Api Feb 4 13:14:41 gbue4k local1.info SatPI[3029]: Debug: FULL_DVB_API_VERSION= 1290 Feb 4 13:14:41 gbue4k local1.info SatPI[3029]: Debug: Do Old Api Feb 4 13:14:41 gbue4k local1.info SatPI[3029]: Debug: FULL_DVB_API_VERSION= 1290 Feb 4 13:14:41 gbue4k local1.info SatPI[3029]: Debug: Do Old Api Feb 4 13:14:42 gbue4k local1.info SatPI[3029]: Debug: FULL_DVB_API_VERSION= 1290 Feb 4 13:14:42 gbue4k local1.info SatPI[3029]: Debug: Do Old Api Feb 4 13:14:42 gbue4k local1.info SatPI[3029]: Debug: FULL_DVB_API_VERSION= 1290 Feb 4 13:14:42 gbue4k local1.info SatPI[3029]: Debug: Do Old Api Feb 4 13:14:42 gbue4k local1.info SatPI[3029]: Debug: FULL_DVB_API_VERSION= 1290 Feb 4 13:14:42 gbue4k local1.info SatPI[3029]: Debug: Do Old Api Feb 4 13:14:42 gbue4k local1.info SatPI[3029]: Debug: FULL_DVB_API_VERSION= 1290 Feb 4 13:14:42 gbue4k local1.info SatPI[3029]: Debug: Do Old Api Feb 4 13:14:43 gbue4k local1.info SatPI[3029]: Debug: FULL_DVB_API_VERSION= 1290 Feb 4 13:14:43 gbue4k local1.info SatPI[3029]: Debug: Do Old Api Feb 4 13:14:43 gbue4k local1.info SatPI[3029]: Debug: FULL_DVB_API_VERSION= 1290 Feb 4 13:14:43 gbue4k local1.info SatPI[3029]: Debug: Do Old Api Feb 4 13:14:43 gbue4k local1.info SatPI[3029]: Debug: FULL_DVB_API_VERSION= 1290 Feb 4 13:14:43 gbue4k local1.info SatPI[3029]: Debug: Do Old Api Feb 4 13:14:43 gbue4k local1.info SatPI[3029]: Root Device Client 192.168.178.80 : tries to discover the network, sending reply back Feb 4 13:14:43 gbue4k local1.info SatPI[3029]: Root Device Client 192.168.178.2 : tries to discover the network, sending reply back Feb 4 13:14:43 gbue4k local1.info SatPI[3029]: Debug: FULL_DVB_API_VERSION= 1290 Feb 4 13:14:43 gbue4k local1.info SatPI[3029]: Debug: Do Old Api Feb 4 13:14:44 gbue4k local1.info SatPI[3029]: Debug: FULL_DVB_API_VERSION= 1290 Feb 4 13:14:44 gbue4k local1.info SatPI[3029]: Debug: Do Old Api Feb 4 13:14:44 gbue4k local1.info SatPI[3029]: Debug: FULL_DVB_API_VERSION= 1290 Feb 4 13:14:44 gbue4k local1.info SatPI[3029]: Debug: Do Old Api Feb 4 13:14:44 gbue4k local1.info SatPI[3029]: Debug: FULL_DVB_API_VERSION= 1290 Feb 4 13:14:44 gbue4k local1.info SatPI[3029]: Debug: Do Old Api Feb 4 13:14:44 gbue4k local1.info SatPI[3029]: Debug: FULL_DVB_API_VERSION= 1290 Feb 4 13:14:44 gbue4k local1.info SatPI[3029]: Debug: Do Old Api Feb 4 13:14:45 gbue4k local1.info SatPI[3029]: Debug: FULL_DVB_API_VERSION= 1290 Feb 4 13:14:45 gbue4k local1.info SatPI[3029]: Debug: Do Old Api Feb 4 13:14:45 gbue4k local1.debug SatPI[3029]: RTSP Stream data from client None with IP 192.168.178.2 on Port 38506: TEARDOWN rtsp://192.168.178.4/stream=100 RTSP/1.0 Feb 4 13:14:45 gbue4k local1.debug SatPI[3029]: Session: 0280456878 Feb 4 13:14:45 gbue4k local1.debug SatPI[3029]: CSeq: 4 Feb 4 13:14:45 gbue4k local1.debug SatPI[3029]: Feb 4 13:14:45 gbue4k local1.info SatPI[3029]: Found FrondtendID: 0 (fe=1) StreamID: 100 SessionID: 0280456878 Feb 4 13:14:45 gbue4k local1.info SatPI[3029]: Frontend: 0, StreamClient[0] with SessionID 0280456878 Feb 4 13:14:45 gbue4k local1.info SatPI[3029]: Frontend: 0, Teardown StreamClient[0] with SessionID 0280456878 Feb 4 13:14:45 gbue4k local1.info SatPI[3029]: Frontend: 0, Destroy RTP/TCP stream to 192.168.178.2:38506 Feb 4 13:14:45 gbue4k local1.info SatPI[3029]: Debug: FULL_DVB_API_VERSION= 1290 Feb 4 13:14:45 gbue4k local1.info SatPI[3029]: Debug: Do Old Api Feb 4 13:14:45 gbue4k local1.info SatPI[3029]: Frontend: 0, Destroy RTCP/TCP stream to 192.168.178.2:38506 Feb 4 13:14:45 gbue4k local1.debug SatPI[3029]: Frontend: 0, Stop CA Decrypt with demux index 0 Feb 4 13:14:45 gbue4k local1.debug SatPI[3029]: 9F 80 3F 04 83 02 00 00 ..?..... Feb 4 13:14:45 gbue4k local1.debug SatPI[3029]: Feb 4 13:14:45 gbue4k local1.debug SatPI[3029]: END Feb 4 13:14:45 gbue4k local1.info SatPI[3029]: Frontend: 0, Clearing OSCam filters and Keys... Feb 4 13:14:45 gbue4k local1.info SatPI[3029]: Frontend: 0, Closing all active PID filters... Feb 4 13:14:45 gbue4k local1.debug SatPI[3029]: Frontend: 0, Remove filter PID: 0000 - Packet Count: 000000052:000000 Feb 4 13:14:45 gbue4k local1.debug SatPI[3029]: Frontend: 0, Remove filter PID: 0001 - Packet Count: 000000026:000000 Feb 4 13:14:45 gbue4k local1.debug SatPI[3029]: Frontend: 0, Remove filter PID: 0016 - Packet Count: 000000012:000000 Feb 4 13:14:45 gbue4k local1.info SatPI[3029]: Frontend: 0, Stop filter PID: 0000 demux: 0 filter: 0 Feb 4 13:14:45 gbue4k local1.debug SatPI[3029]: Frontend: 0, Remove filter PID: 0017 - Packet Count: 000000079:000000 Feb 4 13:14:45 gbue4k local1.debug SatPI[3029]: Frontend: 0, Remove filter PID: 0018 - Packet Count: 000012605:000000 Feb 4 13:14:45 gbue4k local1.debug SatPI[3029]: Frontend: 0, Remove filter PID: 5420 - Packet Count: 000000026:000000 Feb 4 13:14:45 gbue4k local1.debug SatPI[3029]: Frontend: 0, Remove filter PID: 5421 - Packet Count: 000029512:000000 Feb 4 13:14:45 gbue4k local1.debug SatPI[3029]: Frontend: 0, Remove filter PID: 5422 - Packet Count: 000000866:000000 Feb 4 13:14:45 gbue4k local1.debug SatPI[3029]: Frontend: 0, Remove filter PID: 5423 - Packet Count: 000000867:000000 Feb 4 13:14:45 gbue4k local1.debug SatPI[3029]: Frontend: 0, Remove filter PID: 5425 - Packet Count: 000000040:000000 Feb 4 13:14:45 gbue4k local1.debug SatPI[3029]: Frontend: 0, Remove filter PID: 5426 - Packet Count: 000002015:000000 Feb 4 13:14:45 gbue4k local1.info SatPI[3029]: Frontend: 0, Closing /dev/dvb/adapter0/demux0 fd: 11 Feb 4 13:14:45 gbue4k local1.info SatPI[3029]: Frontend: 0, Closing /dev/dvb/adapter0/frontend0 fd: 10 Feb 4 13:14:45 gbue4k local1.debug SatPI[3029]: Send reply in 405 ms Feb 4 13:14:45 gbue4k local1.debug SatPI[3029]: RTSP/1.0 200 OK Feb 4 13:14:45 gbue4k local1.debug SatPI[3029]: CSeq: 4 Feb 4 13:14:45 gbue4k local1.debug SatPI[3029]: Session: 0280456878 Feb 4 13:14:45 gbue4k local1.debug SatPI[3029]: Feb 4 13:14:45 gbue4k local1.info SatPI[3029]: RTSP Client 192.168.178.2:38506 Connection closed with fd: 9

Is it the same on Frontent 2?

yep.

Barracuda09 commented 2 years ago

Ok, I hook-up my Gigablue quad 4k this evening (or this weekend).

I currently have the Vu+ Zero 4K for testing, but I do not see this behavior on this receiver.

SaulGoodman1337 commented 2 years ago

very nice. thank you.

Barracuda09 commented 2 years ago

If you switch off the receiver and on again is the problem then directly present?

SaulGoodman1337 commented 2 years ago

If you switch off the receiver and on again is the problem then directly present?

Feb 4 14:20:20 gbue4k local1.info SatPI[2368]: [ src/socket/TcpSocket.cpp:109] HTTP Client 192.168.178.95:50929 Connection closed with fd: 10

Feb 4 14:20:22 gbue4k local1.info SatPI[2368]: [ src/socket/SocketAttr.cpp:138] RTSP Connection from 192.168.178.2 Port 49966 with fd: 10 Feb 4 14:20:22 gbue4k local1.debug SatPI[2368]: [ src/HttpcServer.cpp:150] RTSP Stream data from client None with IP 192.168.178.2 on Port 49966: SETUP rtsp://192.168.178.4/?src=1&fe=1&freq=11052.75&sr=22000&msys=dvbs2&mtype=8psk&pol=h&fec=23&r Feb 4 14:20:22 gbue4k local1.debug SatPI[2368]: Transport: RTP/AVP/TCP;interleaved=0-1 Feb 4 14:20:22 gbue4k local1.debug SatPI[2368]: CSeq: 1 Feb 4 14:20:22 gbue4k local1.debug SatPI[2368]: Feb 4 14:20:22 gbue4k local1.info SatPI[2368]: [ src/StreamManager.cpp:193] Found FrondtendID: 0 (fe=1) StreamID: -1 SessionID: 0275444556 Feb 4 14:20:22 gbue4k local1.info SatPI[2368]: [ src/Stream.cpp:204] Frontend: 0, StreamClient[0] with SessionID 0275444556 for dvbs2 Feb 4 14:20:22 gbue4k local1.info SatPI[2368]: [ src/input/dvb/Frontend.cpp:413] Frontend: 0, Parsing transport parameters... Feb 4 14:20:22 gbue4k local1.info SatPI[2368]: [ src/input/dvb/FrontendData.cpp:117] Frontend: 0, New frequency requested, clearing old channel data... Feb 4 14:20:22 gbue4k local1.debug SatPI[2368]: [ src/input/dvb/Frontend.cpp:420] Frontend: 0, Parsing transport parameters (Finished) Feb 4 14:20:22 gbue4k local1.debug SatPI[2368]: [ src/Stream.cpp:264] Frontend: 0, Found Streaming type: RTP/TCP Feb 4 14:20:22 gbue4k local1.info SatPI[2368]: [ src/input/dvb/Frontend.cpp:424] Frontend: 0, Updating frontend... Feb 4 14:20:22 gbue4k local1.info SatPI[2368]: [ src/mpegts/Filter.h:113] Frontend: 0, Closing all active PID filters... Feb 4 14:20:23 gbue4k local1.info SatPI[2368]: [ src/input/dvb/Frontend.cpp:681] Frontend: 0, Opened /dev/dvb/adapter0/frontend0 for Read/Write with fd: 11 (0 ms) Feb 4 14:20:23 gbue4k local1.info SatPI[2368]: [ src/input/dvb/delivery/DVBS.cpp:161] Frontend: 0, Start tuning process for DVB-S(2)... Feb 4 14:20:23 gbue4k local1.info SatPI[2368]: [ src/input/dvb/delivery/DVBS.cpp:203] Frontend: 0, Opened /dev/dvb/adapter0/frontend1 for Writing DiSEqC command with fd: 12 Feb 4 14:20:23 gbue4k local1.info SatPI[2368]: [ src/input/dvb/delivery/DiSEqcEN50607.cpp:127] Frontend: 0, Sending DiSEqC: [0x70] [0x04] [0xB2] [0x02] - DiSEqC Src: 0 - UB: 0 Feb 4 14:20:23 gbue4k local1.info SatPI[2368]: [ src/input/dvb/delivery/DVBS.cpp:211] Frontend: 0, Closing /dev/dvb/adapter0/frontend1 with fd: 12 Feb 4 14:20:23 gbue4k local1.debug SatPI[2368]: [ src/input/dvb/delivery/DVBS.cpp:231] Frontend: 0, Set Properties: Frequency 1210000 Feb 4 14:20:23 gbue4k local1.info SatPI[2368]: [ src/input/dvb/Frontend.cpp:688] Frontend: 0, Tuned, waiting on lock... Feb 4 14:20:23 gbue4k local1.info SatPI[2368]: [ src/input/dvb/Frontend.cpp:702] Frontend: 0, Not locked yet (FE status 0x01)... Feb 4 14:20:24 gbue4k local1.info SatPI[2368]: [ src/input/dvb/Frontend.cpp:707] Frontend: 0, Not locked yet (Timeout 1014 ms)... Feb 4 14:20:24 gbue4k local1.info SatPI[2368]: [ src/mpegts/Filter.h:133] Frontend: 0, Updating PID filters... Feb 4 14:20:24 gbue4k local1.info SatPI[2368]: [ src/input/dvb/Frontend.cpp:750] Frontend: 0, Opened /dev/dvb/adapter0/demux0 using fd: 12 Feb 4 14:20:24 gbue4k local1.info SatPI[2368]: [ src/input/dvb/Frontend.cpp:756] Frontend: 0, Set DMX buffer size to 18874368 Bytes Feb 4 14:20:24 gbue4k local1.info SatPI[2368]: [ src/input/dvb/Frontend.cpp:772] Frontend: 0, Set DMX_SET_SOURCE with (Src: 0 - Offset: 18) Feb 4 14:20:24 gbue4k local1.debug SatPI[2368]: [ src/mpegts/Filter.h:158] Frontend: 0, Set filter PID: 0000 Feb 4 14:20:24 gbue4k local1.debug SatPI[2368]: [ src/mpegts/Filter.h:158] Frontend: 0, Set filter PID: 0001 Feb 4 14:20:24 gbue4k local1.debug SatPI[2368]: [ src/mpegts/Filter.h:158] Frontend: 0, Set filter PID: 0016 Feb 4 14:20:24 gbue4k local1.debug SatPI[2368]: [ src/mpegts/Filter.h:158] Frontend: 0, Set filter PID: 0017 Feb 4 14:20:24 gbue4k local1.debug SatPI[2368]: [ src/mpegts/Filter.h:158] Frontend: 0, Set filter PID: 0018 Feb 4 14:20:24 gbue4k local1.info SatPI[2368]: [ src/input/dvb/Frontend.cpp:445] Frontend: 0, Updating frontend (Finished in 1069 ms) Feb 4 14:20:24 gbue4k local1.info SatPI[2368]: [ src/output/StreamThreadRtpTcp.cpp:063] Frontend: 0, RTP/TCP set network buffer size: 437 KBytes Feb 4 14:20:24 gbue4k local1.info SatPI[2368]: [ src/output/StreamThreadRtcpBase.cpp:063] Frontend: 0, Start RTCP/TCP stream to 192.168.178.2:49966 Feb 4 14:20:24 gbue4k local1.info SatPI[2368]: [ src/output/StreamThreadBase.cpp:133] Frontend: 0, Start RTP/TCP stream to 192.168.178.2:49966 Feb 4 14:20:24 gbue4k local1.debug SatPI[2368]: [ src/HttpcServer.cpp:217] Send reply in 1074 ms Feb 4 14:20:24 gbue4k local1.debug SatPI[2368]: RTSP/1.0 200 OK Feb 4 14:20:24 gbue4k local1.debug SatPI[2368]: CSeq: 1 Feb 4 14:20:24 gbue4k local1.debug SatPI[2368]: Session: 0275444556;timeout=60 Feb 4 14:20:24 gbue4k local1.debug SatPI[2368]: Transport: RTP/AVP/TCP;unicast;client_ip=192.168.178.2;interleaved=0-1 Feb 4 14:20:24 gbue4k local1.debug SatPI[2368]: com.ses.streamID: 100 Feb 4 14:20:24 gbue4k local1.debug SatPI[2368]: Feb 4 14:20:24 gbue4k local1.debug SatPI[2368]: [ src/HttpcServer.cpp:150] RTSP Stream data from client None with IP 192.168.178.2 on Port 49966: PLAY rtsp://192.168.178.4/stream=100?addpids=1,16,17,18,20,5420,5421,5422,5423,5425,5426 RTSP/1.0 Feb 4 14:20:24 gbue4k local1.debug SatPI[2368]: Session: 0275444556 Feb 4 14:20:24 gbue4k local1.debug SatPI[2368]: CSeq: 2 Feb 4 14:20:24 gbue4k local1.debug SatPI[2368]: Feb 4 14:20:24 gbue4k local1.info SatPI[2368]: [ src/StreamManager.cpp:193] Found FrondtendID: 0 (fe=1) StreamID: 100 SessionID: 0275444556 Feb 4 14:20:24 gbue4k local1.info SatPI[2368]: [ src/Stream.cpp:207] Frontend: 0, StreamClient[0] with SessionID 0275444556 Feb 4 14:20:24 gbue4k local1.info SatPI[2368]: [ src/input/dvb/Frontend.cpp:413] Frontend: 0, Parsing transport parameters... Feb 4 14:20:24 gbue4k local1.debug SatPI[2368]: [ src/input/dvb/Frontend.cpp:420] Frontend: 0, Parsing transport parameters (Finished) Feb 4 14:20:24 gbue4k local1.info SatPI[2368]: [ src/input/dvb/Frontend.cpp:424] Frontend: 0, Updating frontend... Feb 4 14:20:24 gbue4k local1.info SatPI[2368]: [ src/mpegts/Filter.h:133] Frontend: 0, Updating PID filters... Feb 4 14:20:24 gbue4k local1.debug SatPI[2368]: [ src/mpegts/Filter.h:158] Frontend: 0, Set filter PID: 0020 Feb 4 14:20:24 gbue4k local1.debug SatPI[2368]: [ src/mpegts/Filter.h:158] Frontend: 0, Set filter PID: 5420 Feb 4 14:20:24 gbue4k local1.debug SatPI[2368]: [ src/mpegts/Filter.h:158] Frontend: 0, Set filter PID: 5421 Feb 4 14:20:24 gbue4k local1.debug SatPI[2368]: [ src/mpegts/Filter.h:158] Frontend: 0, Set filter PID: 5422 Feb 4 14:20:24 gbue4k local1.debug SatPI[2368]: [ src/mpegts/Filter.h:158] Frontend: 0, Set filter PID: 5423 Feb 4 14:20:24 gbue4k local1.debug SatPI[2368]: [ src/mpegts/Filter.h:158] Frontend: 0, Set filter PID: 5425 Feb 4 14:20:24 gbue4k local1.debug SatPI[2368]: [ src/mpegts/Filter.h:158] Frontend: 0, Set filter PID: 5426 Feb 4 14:20:24 gbue4k local1.info SatPI[2368]: [ src/input/dvb/Frontend.cpp:445] Frontend: 0, Updating frontend (Finished in 2 ms) Feb 4 14:20:24 gbue4k local1.debug SatPI[2368]: [ src/HttpcServer.cpp:217] Send reply in 4 ms Feb 4 14:20:24 gbue4k local1.debug SatPI[2368]: RTSP/1.0 200 OK Feb 4 14:20:24 gbue4k local1.debug SatPI[2368]: RTP-Info: url=rtsp://192.168.178.4/stream=100 Feb 4 14:20:24 gbue4k local1.debug SatPI[2368]: CSeq: 2 Feb 4 14:20:24 gbue4k local1.debug SatPI[2368]: Session: 0275444556 Feb 4 14:20:24 gbue4k local1.debug SatPI[2368]: Range: npt=0.000- Feb 4 14:20:24 gbue4k local1.debug SatPI[2368]: Feb 4 14:20:24 gbue4k local1.info SatPI[2368]: [ src/input/dvb/Frontend.cpp:306] Debug: FULL_DVB_API_VERSION= 1290 Feb 4 14:20:24 gbue4k local1.info SatPI[2368]: [ src/input/dvb/Frontend.cpp:309] Debug: Do New Api Feb 4 14:20:24 gbue4k local1.info SatPI[2368]: [ src/input/dvb/Frontend.cpp:329] Debug: ioctl(_fd_fe, FE_GET_PROPERTY, &cmdseq) = 0 Feb 4 14:20:24 gbue4k local1.info SatPI[2368]: [ src/input/dvb/Frontend.cpp:331] Debug: strengthScale= Feb 4 14:20:24 gbue4k local1.info SatPI[2368]: [ src/input/dvb/Frontend.cpp:342] Debug: strengthScale error -> use old api Feb 4 14:20:24 gbue4k local1.info SatPI[2368]: [ src/input/dvb/Frontend.cpp:346] Debug: cnrScale= Feb 4 14:20:24 gbue4k local1.info SatPI[2368]: [ src/input/dvb/Frontend.cpp:357] Debug: cnrScale error -> use old api Feb 4 14:20:24 gbue4k local1.info SatPI[2368]: [ src/input/dvb/Frontend.cpp:361] Debug: berScale= Feb 4 14:20:24 gbue4k local1.info SatPI[2368]: [ src/input/dvb/Frontend.cpp:371] Debug: berScale error -> use old api Feb 4 14:20:24 gbue4k local1.info SatPI[2368]: [ src/input/dvb/Frontend.cpp:377] Debug: Do Old Api Feb 4 14:20:24 gbue4k local1.info SatPI[2368]: [ src/upnp/ssdp/Server.cpp:287] Root Device Client 192.168.178.2 : tries to discover the network, sending reply back Feb 4 14:20:24 gbue4k local1.info SatPI[2368]: [ src/input/dvb/Frontend.cpp:306] Debug: FULL_DVB_API_VERSION= 1290 Feb 4 14:20:24 gbue4k local1.info SatPI[2368]: [ src/input/dvb/Frontend.cpp:377] Debug: Do Old Api Feb 4 14:20:24 gbue4k local1.info SatPI[2368]: [ src/input/dvb/Frontend.cpp:306] Debug: FULL_DVB_API_VERSION= 1290 Feb 4 14:20:24 gbue4k local1.info SatPI[2368]: [ src/input/dvb/Frontend.cpp:377] Debug: Do Old Api Feb 4 14:20:24 gbue4k local1.info SatPI[2368]: [ src/input/dvb/Frontend.cpp:306] Debug: FULL_DVB_API_VERSION= 1290 Feb 4 14:20:24 gbue4k local1.info SatPI[2368]: [ src/input/dvb/Frontend.cpp:377] Debug: Do Old Api Feb 4 14:20:25 gbue4k local1.info SatPI[2368]: [ src/input/dvb/Frontend.cpp:306] Debug: FULL_DVB_API_VERSION= 1290 Feb 4 14:20:25 gbue4k local1.info SatPI[2368]: [ src/input/dvb/Frontend.cpp:377] Debug: Do Old Api Feb 4 14:20:25 gbue4k local1.info SatPI[2368]: [ src/upnp/ssdp/Server.cpp:287] Root Device Client 192.168.178.80 : tries to discover the network, sending reply back Feb 4 14:20:25 gbue4k local1.info SatPI[2368]: [ src/input/dvb/Frontend.cpp:306] Debug: FULL_DVB_API_VERSION= 1290 Feb 4 14:20:25 gbue4k local1.info SatPI[2368]: [ src/input/dvb/Frontend.cpp:377] Debug: Do Old Api Feb 4 14:20:25 gbue4k local1.info SatPI[2368]: [ src/input/dvb/Frontend.cpp:306] Debug: FULL_DVB_API_VERSION= 1290 Feb 4 14:20:25 gbue4k local1.info SatPI[2368]: [ src/input/dvb/Frontend.cpp:377] Debug: Do Old Api Feb 4 14:20:25 gbue4k local1.info SatPI[2368]: [ src/input/dvb/Frontend.cpp:306] Debug: FULL_DVB_API_VERSION= 1290 Feb 4 14:20:25 gbue4k local1.info SatPI[2368]: [ src/input/dvb/Frontend.cpp:377] Debug: Do Old Api Feb 4 14:20:26 gbue4k local1.info SatPI[2368]: [ src/input/dvb/Frontend.cpp:306] Debug: FULL_DVB_API_VERSION= 1290 Feb 4 14:20:26 gbue4k local1.info SatPI[2368]: [ src/input/dvb/Frontend.cpp:377] Debug: Do Old Api Feb 4 14:20:26 gbue4k local1.info SatPI[2368]: [ src/input/dvb/Frontend.cpp:306] Debug: FULL_DVB_API_VERSION= 1290 Feb 4 14:20:26 gbue4k local1.info SatPI[2368]: [ src/input/dvb/Frontend.cpp:377] Debug: Do Old Api Feb 4 14:20:26 gbue4k local1.info SatPI[2368]: [ src/input/dvb/Frontend.cpp:306] Debug: FULL_DVB_API_VERSION= 1290 Feb 4 14:20:26 gbue4k local1.info SatPI[2368]: [ src/input/dvb/Frontend.cpp:377] Debug: Do Old Api Feb 4 14:20:26 gbue4k local1.info SatPI[2368]: [ src/input/dvb/Frontend.cpp:306] Debug: FULL_DVB_API_VERSION= 1290 Feb 4 14:20:26 gbue4k local1.info SatPI[2368]: [ src/input/dvb/Frontend.cpp:377] Debug: Do Old Api Feb 4 14:20:27 gbue4k local1.info SatPI[2368]: [ src/input/dvb/Frontend.cpp:306] Debug: FULL_DVB_API_VERSION= 1290 Feb 4 14:20:27 gbue4k local1.info SatPI[2368]: [ src/input/dvb/Frontend.cpp:377] Debug: Do Old Api Feb 4 14:20:27 gbue4k local1.info SatPI[2368]: [ src/input/dvb/Frontend.cpp:306] Debug: FULL_DVB_API_VERSION= 1290 Feb 4 14:20:27 gbue4k local1.info SatPI[2368]: [ src/input/dvb/Frontend.cpp:377] Debug: Do Old Api Feb 4 14:20:27 gbue4k local1.info SatPI[2368]: [ src/input/dvb/Frontend.cpp:306] Debug: FULL_DVB_API_VERSION= 1290 Feb 4 14:20:27 gbue4k local1.info SatPI[2368]: [ src/input/dvb/Frontend.cpp:377] Debug: Do Old Api Feb 4 14:20:28 gbue4k local1.info SatPI[2368]: [ src/input/dvb/Frontend.cpp:306] Debug: FULL_DVB_API_VERSION= 1290 Feb 4 14:20:28 gbue4k local1.info SatPI[2368]: [ src/input/dvb/Frontend.cpp:377] Debug: Do Old Api Feb 4 14:20:28 gbue4k local1.info SatPI[2368]: [ src/input/dvb/Frontend.cpp:306] Debug: FULL_DVB_API_VERSION= 1290 Feb 4 14:20:28 gbue4k local1.info SatPI[2368]: [ src/input/dvb/Frontend.cpp:377] Debug: Do Old Api Feb 4 14:20:28 gbue4k local1.info SatPI[2368]: [ src/input/dvb/Frontend.cpp:306] Debug: FULL_DVB_API_VERSION= 1290 Feb 4 14:20:28 gbue4k local1.info SatPI[2368]: [ src/input/dvb/Frontend.cpp:377] Debug: Do Old Api Feb 4 14:20:28 gbue4k local1.info SatPI[2368]: [ src/input/dvb/Frontend.cpp:306] Debug: FULL_DVB_API_VERSION= 1290 Feb 4 14:20:28 gbue4k local1.info SatPI[2368]: [ src/input/dvb/Frontend.cpp:377] Debug: Do Old Api Feb 4 14:20:29 gbue4k local1.info SatPI[2368]: [ src/input/dvb/Frontend.cpp:306] Debug: FULL_DVB_API_VERSION= 1290 Feb 4 14:20:29 gbue4k local1.info SatPI[2368]: [ src/input/dvb/Frontend.cpp:377] Debug: Do Old Api Feb 4 14:20:29 gbue4k local1.info SatPI[2368]: [ src/input/dvb/Frontend.cpp:306] Debug: FULL_DVB_API_VERSION= 1290 Feb 4 14:20:29 gbue4k local1.info SatPI[2368]: [ src/input/dvb/Frontend.cpp:377] Debug: Do Old Api Feb 4 14:20:29 gbue4k local1.info SatPI[2368]: [ src/input/dvb/Frontend.cpp:306] Debug: FULL_DVB_API_VERSION= 1290 Feb 4 14:20:29 gbue4k local1.info SatPI[2368]: [ src/input/dvb/Frontend.cpp:377] Debug: Do Old Api Feb 4 14:20:29 gbue4k local1.info SatPI[2368]: [ src/input/dvb/Frontend.cpp:306] Debug: FULL_DVB_API_VERSION= 1290 Feb 4 14:20:29 gbue4k local1.info SatPI[2368]: [ src/input/dvb/Frontend.cpp:377] Debug: Do Old Api

Feb 4 14:20:30 gbue4k local1.info SatPI[2368]: [ src/input/dvb/Frontend.cpp:306] Debug: FULL_DVB_API_VERSION= 1290 Feb 4 14:20:30 gbue4k local1.info SatPI[2368]: [ src/input/dvb/Frontend.cpp:377] Debug: Do Old Api Feb 4 14:20:30 gbue4k local1.info SatPI[2368]: [ src/input/dvb/Frontend.cpp:306] Debug: FULL_DVB_API_VERSION= 1290 Feb 4 14:20:30 gbue4k local1.info SatPI[2368]: [ src/input/dvb/Frontend.cpp:377] Debug: Do Old Api Feb 4 14:20:30 gbue4k local1.info SatPI[2368]: [ src/input/dvb/Frontend.cpp:306] Debug: FULL_DVB_API_VERSION= 1290 Feb 4 14:20:30 gbue4k local1.info SatPI[2368]: [ src/input/dvb/Frontend.cpp:377] Debug: Do Old Api Feb 4 14:20:30 gbue4k local1.info SatPI[2368]: [ src/input/dvb/Frontend.cpp:306] Debug: FULL_DVB_API_VERSION= 1290 Feb 4 14:20:30 gbue4k local1.info SatPI[2368]: [ src/input/dvb/Frontend.cpp:377] Debug: Do Old Api Feb 4 14:20:31 gbue4k local1.info SatPI[2368]: [ src/input/dvb/Frontend.cpp:306] Debug: FULL_DVB_API_VERSION= 1290 Feb 4 14:20:31 gbue4k local1.info SatPI[2368]: [ src/input/dvb/Frontend.cpp:377] Debug: Do Old Api Feb 4 14:20:31 gbue4k local1.info SatPI[2368]: [ src/input/dvb/Frontend.cpp:306] Debug: FULL_DVB_API_VERSION= 1290 Feb 4 14:20:31 gbue4k local1.info SatPI[2368]: [ src/input/dvb/Frontend.cpp:377] Debug: Do Old Api Feb 4 14:20:31 gbue4k local1.info SatPI[2368]: [ src/input/dvb/Frontend.cpp:306] Debug: FULL_DVB_API_VERSION= 1290 Feb 4 14:20:31 gbue4k local1.info SatPI[2368]: [ src/input/dvb/Frontend.cpp:377] Debug: Do Old Api Feb 4 14:20:32 gbue4k local1.info SatPI[2368]: [ src/input/dvb/Frontend.cpp:306] Debug: FULL_DVB_API_VERSION= 1290

Barracuda09 commented 2 years ago

I hooked up the Gigablue receiver on a universal LNB, but unfortunately do not see the jumping in the signal strength.