catalinii / minisatip

minisatip is an SATIP server for linux using local DVB-S2, DVB-C, DVB-T or ATSC cards
https://minisatip.org
327 stars 80 forks source link

Obey -M when parsing SAT>IP signal strength values too #987

Closed Jalle19 closed 2 years ago

Jalle19 commented 2 years ago

Fixes #965

Renamed snr to quality to make it clear where the odd maximum value (15) comes from (the spec).

@retrofan1979 this should really work now, can you test it?

Server: Screenshot-20220807112504-166x108 Client (using server via -s): Screenshot-20220807112455-177x121

ghost commented 2 years ago

Sorry, not over here. I never see 100%/100%. minisatip.log

I assume this commit is present when compiling the source again?

Jalle19 commented 2 years ago

I assume this commit is present when compiling the source again?

You have to compile a version that includes this commit - it's not enough to compile master. To do that you can git clone https://github.com/Jalle19/minisatip and then git checkout satipc-multiplier, then compile normally.

ghost commented 2 years ago

OK, I see. I usually only compile master indeed. ;-) git checkout satipc-multiplier gives an error: fatal: not a git repository (or any of the parent directories): .git

Jalle19 commented 2 years ago

You forgot to enter the minisatip directory you just cloned

ghost commented 2 years ago

O ofcourse, sorry. Yes, it works now! Finally, thanks!

ghost commented 2 years ago

Another question: can you please also let minisatip set qam parameter if it's not specified by client? Normally it's qam256 at default, but sometimes it's qam64.

Jalle19 commented 2 years ago

Another question: can you please also let minisatip set qam parameter if it's not specified by client? Normally it's qam256 at default, but sometimes it's qam64.

Can you open a separate issue for that?

ghost commented 2 years ago

just did