comparison cfg-mplayer.h @ 9796:2552d4413fd8

Remove -sdp, use sdp:// instead.
author albeu
date Wed, 02 Apr 2003 16:27:51 +0000
parents 7422a4240659
children 55a284809828
comparison
equal deleted inserted replaced
9795:20f8944a6e0c 9796:2552d4413fd8
325 #ifdef HAVE_DXR2 325 #ifdef HAVE_DXR2
326 {"dxr2", &dxr2_opts, CONF_TYPE_SUBCONFIG, 0, 0, 0, NULL}, 326 {"dxr2", &dxr2_opts, CONF_TYPE_SUBCONFIG, 0, 0, 0, NULL},
327 #endif 327 #endif
328 328
329 #ifdef STREAMING_LIVE_DOT_COM 329 #ifdef STREAMING_LIVE_DOT_COM
330 // -sdp option, specifying that the source is a SDP file 330 {"sdp", "-sdp is deprecated, use sdp://file instead.", CONF_TYPE_PRINT, 0, 0, 0, NULL},
331 {"sdp", &isSDPFile, CONF_TYPE_FLAG, 0, 0, 1, NULL},
332 // -rtsp-stream-over-tcp option, specifying TCP streaming of RTP/RTCP 331 // -rtsp-stream-over-tcp option, specifying TCP streaming of RTP/RTCP
333 {"rtsp-stream-over-tcp", &rtspStreamOverTCP, CONF_TYPE_FLAG, 0, 0, 1, NULL}, 332 {"rtsp-stream-over-tcp", &rtspStreamOverTCP, CONF_TYPE_FLAG, 0, 0, 1, NULL},
334 #else 333 #else
335 {"sdp", "SDP file support requires the \"LIVE.COM Streaming Media\" libraries!\n", CONF_TYPE_PRINT, CONF_NOCFG, 0, 0, NULL},
336 {"rtsp-stream-over-tcp", "RTSP support requires the \"LIVE.COM Streaming Media\" libraries!\n", CONF_TYPE_PRINT, CONF_NOCFG, 0, 0, NULL}, 334 {"rtsp-stream-over-tcp", "RTSP support requires the \"LIVE.COM Streaming Media\" libraries!\n", CONF_TYPE_PRINT, CONF_NOCFG, 0, 0, NULL},
337 #endif 335 #endif
338 336
339 //---------------------- mplayer-only options ------------------------ 337 //---------------------- mplayer-only options ------------------------
340 338