--satip_bindaddr Specify bind address for SAT>IP server
--satip_rtsp SAT>IP RTSP port number for server
(default: -1 = disable, 0 = webconfig, standard port is 554)
- --nosatip Disable SAT>IP client
+ --nosatipcli Disable SAT>IP client
--satip_xml URL with the SAT>IP server XML location
```
### Server connectivity
opt_threadid = 0,
opt_libav = 0,
opt_ipv6 = 0,
- opt_nosatip = 0,
+ opt_nosatipcli = 0,
opt_satip_rtsp = 0,
#if ENABLE_TSFILE
opt_tsfile_tuner = 0,
OPT_INT, &opt_satip_rtsp },
#endif
#if ENABLE_SATIP_CLIENT
- { 0, "nosatip", N_("Disable SAT>IP client"),
- OPT_BOOL, &opt_nosatip },
+ { 0, "nosatip", N_("Disable SAT>IP client (deprecated flag, use nosatipcli)"),
+ OPT_BOOL, &opt_nosatipcli },
+ { 0, "nosatipcli", N_("Disable SAT>IP client"),
+ OPT_BOOL, &opt_nosatipcli },
{ 0, "satip_xml", N_("URL with the SAT>IP server XML location"),
OPT_STR_LIST, &opt_satip_xml },
#endif
tvhftrace(LS_MAIN, descrambler_init);
tvhftrace(LS_MAIN, dvb_init);
#if ENABLE_MPEGTS
- tvhftrace(LS_MAIN, mpegts_init, adapter_mask, opt_nosatip, &opt_satip_xml,
+ tvhftrace(LS_MAIN, mpegts_init, adapter_mask, opt_nosatipcli, &opt_satip_xml,
&opt_tsfile, opt_tsfile_tuner);
#endif
tvhftrace(LS_MAIN, channel_init);