comparison cfg-common-opts.h @ 31281:cc43f6d8bb6b

Support RTSP/RTP over HTTP via LIVE555. Patch by Malte S¸«£rner, malte D sarner A multiq se
author cehoyos
date Tue, 08 Jun 2010 09:29:14 +0000
parents 1f607394598a
children
comparison
equal deleted inserted replaced
31280:17db8e56de4c 31281:cc43f6d8bb6b
99 {"user-agent", "MPlayer was compiled without streaming (network) support.\n", CONF_TYPE_PRINT, CONF_NOCFG, 0, 0, NULL}, 99 {"user-agent", "MPlayer was compiled without streaming (network) support.\n", CONF_TYPE_PRINT, CONF_NOCFG, 0, 0, NULL},
100 #endif /* CONFIG_NETWORK */ 100 #endif /* CONFIG_NETWORK */
101 101
102 #ifdef CONFIG_LIVE555 102 #ifdef CONFIG_LIVE555
103 {"sdp", "-sdp has been removed, use sdp://file instead.\n", CONF_TYPE_PRINT, 0, 0, 0, NULL}, 103 {"sdp", "-sdp has been removed, use sdp://file instead.\n", CONF_TYPE_PRINT, 0, 0, 0, NULL},
104 {"rtsp-stream-over-http", &rtsp_transport_http, CONF_TYPE_FLAG, 0, 0, 1, NULL},
105 #else
106 {"rtsp-stream-over-http", "-rtsp-stream-over-http requires the \"LIVE555 Streaming Media\" library.\n", CONF_TYPE_PRINT, CONF_NOCFG, 0, 0, NULL},
104 #endif /* CONFIG_LIVE555 */ 107 #endif /* CONFIG_LIVE555 */
105 #if defined(CONFIG_LIBNEMESI) || defined(CONFIG_LIVE555) 108 #if defined(CONFIG_LIBNEMESI) || defined(CONFIG_LIVE555)
106 // -rtsp-stream-over-tcp option, specifying TCP streaming of RTP/RTCP 109 // -rtsp-stream-over-tcp option, specifying TCP streaming of RTP/RTCP
107 {"rtsp-stream-over-tcp", &rtsp_transport_tcp, CONF_TYPE_FLAG, 0, 0, 1, NULL}, 110 {"rtsp-stream-over-tcp", &rtsp_transport_tcp, CONF_TYPE_FLAG, 0, 0, 1, NULL},
108 #else 111 #else