catalinii / minisatip

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

minisatip and satipclient on the same ip no longer connect #1097

Closed uwe5 closed 3 months ago

uwe5 commented 1 year ago

Hi,

If minisatip and the client (vdr or tvheadend) are running on the same computer (same ip), then the client no longer connects to minisatip. If the minisatip or the client is started on another computer, it works. This problem persists after checkout ad307a0. With ad307a0 or older, minisatip runs parallel to the client on the same computer.

Jalle19 commented 1 year ago

Do you mean that https://github.com/catalinii/minisatip/commit/ad307a0cdbec28cb1a77ece8b055be4cb42a35de is the first broken commit or that it's the last working one?

Jalle19 commented 1 year ago

@uwe5 ?

uwe5 commented 1 year ago

If you remove the compiler option "-O2" in "src/Makefile.in", then minisatip and the client run on the same IP. If I add the -O2 option again, it doesn't work.

Jalle19 commented 1 year ago

Sounds incredible. Which is the newest commit that works without editing the Makefile?

Jalle19 commented 3 months ago

@uwe5 is this still an issue?

Jalle19 commented 3 months ago

Closing this for now, I've been running minisatip and tvheadend on the same system for a long time and haven't stumbled upon this.