1
mirror of https://github.com/mpv-player/mpv synced 2025-01-01 04:36:24 +01:00

Remove -sdp, use sdp:// instead.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9797 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
albeu 2003-04-02 16:27:51 +00:00
parent 3df7e63bf6
commit b80e027d4e

View File

@ -327,12 +327,10 @@ static config_t mplayer_opts[]={
#endif
#ifdef STREAMING_LIVE_DOT_COM
// -sdp option, specifying that the source is a SDP file
{"sdp", &isSDPFile, CONF_TYPE_FLAG, 0, 0, 1, NULL},
{"sdp", "-sdp is deprecated, use sdp://file instead.", CONF_TYPE_PRINT, 0, 0, 0, NULL},
// -rtsp-stream-over-tcp option, specifying TCP streaming of RTP/RTCP
{"rtsp-stream-over-tcp", &rtspStreamOverTCP, CONF_TYPE_FLAG, 0, 0, 1, NULL},
#else
{"sdp", "SDP file support requires the \"LIVE.COM Streaming Media\" libraries!\n", CONF_TYPE_PRINT, CONF_NOCFG, 0, 0, NULL},
{"rtsp-stream-over-tcp", "RTSP support requires the \"LIVE.COM Streaming Media\" libraries!\n", CONF_TYPE_PRINT, CONF_NOCFG, 0, 0, NULL},
#endif