Feature #4157
Option to add SAT->IP by IP address
0%
Description
Hello,
I have a SAT->IP server (minisatip) in other network than Tvheadend server, so it can not search with broadcast messages.
Could be posible to add a option to add a specific SAT->IP server? With IP or FQDN.
This is asked before in the fórum: https://tvheadend.org/boards/5/topics/23685
Regards.
History
Updated by Mono Polimorph almost 8 years ago
Hi,
As several "discovery" protocols have troubles (multicat blocking, non-routable, etc.), I recommend to add MANUAL DISCOVERY support to all client protocols, like SAT>IP and HDHROMERUN. For the developer it's easy, as any discovery protocol executes some action and returns the list of devices. So, the implementation is quite simple: in the list of discovered devices add the option for "user defined addresses". No more, no less!
I hope this will be implemented!
Updated by Jaroslav Kysela almost 8 years ago
- Status changed from New to Rejected
It's already resolved for the SAT>IP server in tvh (--satip_xml option).
Updated by Josu Lazkano almost 8 years ago
Jaroslav Kysela wrote:
It's already resolved for the SAT>IP server in tvh (--satip_xml option).
Hello,
So how could I add my SAT->IP server channels? I got it in other network, but it is reachable from Tvheadened.
It is possible to add a Network option for SAT->IP?
Best regards.
Updated by Jaroslav Kysela almost 8 years ago
You must know the URL with the SAT>IP description - XML contents. It's broadcasted in UPnP discovery multicast. For minisatip it's:
http://HOST:8080/desc.xml
TVH will create a new SAT>IP tuner (client) with this option.
Also, the SAT>IP protocol uses UDP data transfers - so if you are behind firewall, use the RTP/AVP/TCP transfer mode (in the tvheadend SAT>IP tuner settings).
Updated by Josu Lazkano almost 8 years ago
Jaroslav Kysela wrote:
You must know the URL with the SAT>IP description - XML contents. It's broadcasted in UPnP discovery multicast. For minisatip it's:
[...]
TVH will create a new SAT>IP tuner (client) with this option.
Also, the SAT>IP protocol uses UDP data transfers - so if you are behind firewall, use the RTP/AVP/TCP transfer mode (in the tvheadend SAT>IP tuner settings).
Thanks Jaroslav,
Sorry for all my newby questions, but where could I add the "http://HOST:8080/desc.xml"?
I have no firewall between minisatip and tvheadend.
Best regards.