summaryrefslogtreecommitdiff
path: root/doc/protocols.texi
diff options
context:
space:
mode:
authorRostislav Pehlivanov <atomnuker@gmail.com>2017-10-21 19:31:44 +0100
committerRostislav Pehlivanov <atomnuker@gmail.com>2018-01-06 18:31:37 +0000
commit6b35a83214f1bc3fb38c9ea9c2cd3676f28709fa (patch)
treece009e168ee6b5a998b3b53b13068ecc83c4a6cb /doc/protocols.texi
parent2ca65fc7b74444edd51d5803a2c1e05a801a6023 (diff)
Remove the ffserver program
Signed-off-by: Rostislav Pehlivanov <atomnuker@gmail.com>
Diffstat (limited to 'doc/protocols.texi')
-rw-r--r--doc/protocols.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/protocols.texi b/doc/protocols.texi
index 1ededa81c8..98deb73005 100644
--- a/doc/protocols.texi
+++ b/doc/protocols.texi
@@ -366,7 +366,7 @@ If set to 1 enables experimental HTTP server. This can be used to send data when
used as an output option, or read data from a client with HTTP POST when used as
an input option.
If set to 2 enables experimental multi-client HTTP server. This is not yet implemented
-in ffmpeg.c or ffserver.c and thus must not be used as a command line option.
+in ffmpeg.c and thus must not be used as a command line option.
@example
# Server side (sending):
ffmpeg -i somefile.ogg -c copy -listen 1 -f ogg http://@var{server}:@var{port}