minisatip not visible on the network

Support forum for minisatip
Post Reply
neoromancer
Posts: 2
Joined: Thu Oct 03, 2019 2:35 pm

minisatip not visible on the network

Post by neoromancer »

Hi,
first sorry for my english. I have a strange problem. When I run ministerip it is not visible on the network. I tried both binary and compiled the source but the problem is the same. My system: Raspberry Pi 3, Rasbian Buster Lite. After executing the command:

Code: Select all

sudo netstat -tulpn | grep LISTEN
I see

Code: Select all

tcp        0      0 0.0.0.0:554             0.0.0.0:*               LISTEN      6953/./minisatip    
tcp        0      0 0.0.0.0:8080            0.0.0.0:*               LISTEN      6953/./minisatip
What's wrong with where to look for a problem? As an example, the other Raspberry Pi runs TVheadend as a IPTV and SAT> IP server and is perfectly visible on the network. True, uses port 9983. My goal is to make the minisatip as a primary server to share tuners on the local network. TVheadend would act as a client.
cata
Site Admin
Posts: 768
Joined: Tue May 12, 2015 1:01 am

Re: minisatip not visible on the network

Post by cata »

There is also ssdp port for the annoucements, just one of them can listen on the multicast port.
Post Reply