summaryrefslogtreecommitdiffstats
path: root/cfg-mplayer.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2012-08-18 10:50:14 +0200
committerwm4 <wm4@nowhere>2012-08-20 15:36:03 +0200
commite181547db10c48a92b6c4d891c184b416ebe2add (patch)
tree080c0e8d8c5b6f621a92abbc1bd47906d2230506 /cfg-mplayer.h
parent3a5d5f01d4d8d7beb53c3288d72db20f2ad0b141 (diff)
downloadmpv-e181547db10c48a92b6c4d891c184b416ebe2add.tar.bz2
mpv-e181547db10c48a92b6c4d891c184b416ebe2add.tar.xz
Remove support for libnemesi RTSP streaming
Removed due to being a maintainance burden. Support for FFmpeg is available.
Diffstat (limited to 'cfg-mplayer.h')
-rw-r--r--cfg-mplayer.h19
1 files changed, 0 insertions, 19 deletions
diff --git a/cfg-mplayer.h b/cfg-mplayer.h
index ed788aab9a..4e2756b298 100644
--- a/cfg-mplayer.h
+++ b/cfg-mplayer.h
@@ -180,13 +180,6 @@ const m_option_t pvropts_conf[]={
extern const m_option_t dvbin_opts_conf[];
extern const m_option_t lavfdopts_conf[];
-int rtsp_transport_tcp;
-int rtsp_transport_http;
-int rtsp_transport_sctp;
-int rtsp_port;
-char *rtsp_destination;
-
-
extern int sws_chr_vshift;
extern int sws_chr_hshift;
extern float sws_chr_gblur;
@@ -382,18 +375,6 @@ const m_option_t common_opts[] = {
#endif /* HAVE_AF_INET6 */
#endif /* CONFIG_NETWORKING */
-#if defined(CONFIG_LIBNEMESI)
- // -rtsp-stream-over-tcp option, specifying TCP streaming of RTP/RTCP
- {"rtsp-stream-over-tcp", &rtsp_transport_tcp, CONF_TYPE_FLAG, 0, 0, 1, NULL},
-#endif /* defined(CONFIG_LIBNEMESI) */
-#ifdef CONFIG_LIBNEMESI
- {"rtsp-stream-over-sctp", &rtsp_transport_sctp, CONF_TYPE_FLAG, 0, 0, 1, NULL},
-#endif /* CONFIG_LIBNEMESI */
-#ifdef CONFIG_NETWORKING
- {"rtsp-port", &rtsp_port, CONF_TYPE_INT, CONF_RANGE, -1, 65535, NULL},
- {"rtsp-destination", &rtsp_destination, CONF_TYPE_STRING, CONF_MIN, 0, 0, NULL},
-#endif /* CONFIG_NETWORKING */
-
// ------------------------- demuxer options --------------------
// number of frames to play/convert