catalinii / minisatip

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

Add --bind-http (-U) parameter to set HTTP port address. #1137

Closed nosp7m closed 4 months ago

nosp7m commented 4 months ago

First of all, big thanks to @catalinii for minisatip and everyone else contributing fixes and features.

I have a very stable working setup on a Raspberry Pi CM4 with minisatip, a TBS6900, and TVHeadend and was glad the -V parameter allowed me to bind minisatip to localhost. Unfortunately, this currently also binds the HTTP port to localhost. Because I wanted to access the HTTP port for monitoring from my network and keep RTSP/SSDP at localhost, I introduced the -U --bind-http address parameter. With that modification I am happy with my setup and want to also share the code here, just in case it is considered helpful for everyone, or if someone wants to cherry-pick it.

Jalle19 commented 4 months ago

Thanks!