comparison cfg-common-opts.h @ 29430:2c33f492ff1f

Improve wording for missing sctp support You need libnemesi in order to get -rtsp-stream-over-sctp
author lu_zero
date Mon, 03 Aug 2009 10:17:35 +0000
parents 4f26b760cb37
children ce2631b54dec
comparison
equal deleted inserted replaced
29429:2d14b0b53d8e 29430:2c33f492ff1f
90 {"rtsp-stream-over-tcp", "-rtsp-stream-over-tcp requires the \"LIVE555 Streaming Media\" or \"libnemesi\" libraries.\n", CONF_TYPE_PRINT, CONF_NOCFG, 0, 0, NULL}, 90 {"rtsp-stream-over-tcp", "-rtsp-stream-over-tcp requires the \"LIVE555 Streaming Media\" or \"libnemesi\" libraries.\n", CONF_TYPE_PRINT, CONF_NOCFG, 0, 0, NULL},
91 #endif /* defined(CONFIG_LIBNEMESI) || defined(CONFIG_LIVE555) */ 91 #endif /* defined(CONFIG_LIBNEMESI) || defined(CONFIG_LIVE555) */
92 #ifdef CONFIG_LIBNEMESI 92 #ifdef CONFIG_LIBNEMESI
93 {"rtsp-stream-over-sctp", &rtsp_transport_sctp, CONF_TYPE_FLAG, 0, 0, 1, NULL}, 93 {"rtsp-stream-over-sctp", &rtsp_transport_sctp, CONF_TYPE_FLAG, 0, 0, 1, NULL},
94 #else 94 #else
95 {"rtsp-stream-over-sctp", "-rtsp-stream-over-sctp requires the", CONF_TYPE_PRINT, CONF_NOCFG, 0, 0, NULL}, 95 {"rtsp-stream-over-sctp", "-rtsp-stream-over-sctp requires the \"libnemesi\" library\n", CONF_TYPE_PRINT, CONF_NOCFG, 0, 0, NULL},
96 #endif /* CONFIG_LIBNEMESI */ 96 #endif /* CONFIG_LIBNEMESI */
97 #ifdef CONFIG_NETWORK 97 #ifdef CONFIG_NETWORK
98 {"rtsp-port", &rtsp_port, CONF_TYPE_INT, CONF_RANGE, -1, 65535, NULL}, 98 {"rtsp-port", &rtsp_port, CONF_TYPE_INT, CONF_RANGE, -1, 65535, NULL},
99 {"rtsp-destination", &rtsp_destination, CONF_TYPE_STRING, CONF_MIN, 0, 0, NULL}, 99 {"rtsp-destination", &rtsp_destination, CONF_TYPE_STRING, CONF_MIN, 0, 0, NULL},
100 #else 100 #else