mirror of
https://github.com/mpv-player/mpv
synced 2025-01-05 03:06:28 +01:00
Improve wording for missing sctp support
You need libnemesi in order to get -rtsp-stream-over-sctp git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29472 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
64d5279410
commit
6e79a56592
@ -92,7 +92,7 @@
|
||||
#ifdef CONFIG_LIBNEMESI
|
||||
{"rtsp-stream-over-sctp", &rtsp_transport_sctp, CONF_TYPE_FLAG, 0, 0, 1, NULL},
|
||||
#else
|
||||
{"rtsp-stream-over-sctp", "-rtsp-stream-over-sctp requires the", CONF_TYPE_PRINT, CONF_NOCFG, 0, 0, NULL},
|
||||
{"rtsp-stream-over-sctp", "-rtsp-stream-over-sctp requires the \"libnemesi\" library\n", CONF_TYPE_PRINT, CONF_NOCFG, 0, 0, NULL},
|
||||
#endif /* CONFIG_LIBNEMESI */
|
||||
#ifdef CONFIG_NETWORK
|
||||
{"rtsp-port", &rtsp_port, CONF_TYPE_INT, CONF_RANGE, -1, 65535, NULL},
|
||||
|
Loading…
Reference in New Issue
Block a user