From c6fbf91a89db31081e740e77bf7c965147d4dc06 Mon Sep 17 00:00:00 2001 From: wm4 Date: Tue, 11 Dec 2012 01:04:13 +0100 Subject: manpage: mark HTTP related options as deprecated/broken Commit c02f25 switched the "http://" protocol to use ffmpeg's HTTP implementation (stream_lavf.c), instead of the mplayer internal one (http.c). Unfortunately, it turns out that there are some network related options that are not respected by stream_lavf.c, and consequently do not work anymore for "http://" URLs. This might be fixed later. Mark them as deprecated for now, as it might take arbitrarily long until this is taken care of. --- DOCS/man/en/mpv.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'DOCS/man/en/mpv.rst') diff --git a/DOCS/man/en/mpv.rst b/DOCS/man/en/mpv.rst index 7398ed8f43..73d8b0a06b 100644 --- a/DOCS/man/en/mpv.rst +++ b/DOCS/man/en/mpv.rst @@ -28,7 +28,7 @@ Synopsis | **mpv** \dvb://[card\_number@]channel [options] | **mpv** \mf://[filemask|\@listfile] [-mf options] [options] | **mpv** [cdda|cddb]://track[-endtrack][:speed][/device] [options] -| **mpv** [file|mms[t]|http|http\_proxy|rt[s]p|ftp|udp|unsv|icyx|noicyx|smb]:// [user:pass\@]URL[:port] [options] +| **mpv** [file|mms[t]|http|httpproxy|rt[s]p|ftp|udp|unsv|icyx|noicyx|smb]:// [user:pass\@]URL[:port] [options] DESCRIPTION -- cgit v1.2.3