diff options
author | Stephan Holljes <klaxa1337@googlemail.com> | 2015-04-02 22:49:07 +0200 |
---|---|---|
committer | Nicolas George <george@nsup.org> | 2015-04-05 10:17:47 +0200 |
commit | 4a58d757de286f49eacb071d12f7e5c6cff61941 (patch) | |
tree | 34132814bffe558165c2fc25a06779937a27b742 /doc/protocols.texi | |
parent | 0224b35c89e9e75f156962c93b37adab75d8df6a (diff) | |
download | ffmpeg-4a58d757de286f49eacb071d12f7e5c6cff61941.tar.gz |
lavf/http: add proof-of-concept http server.
Signed-off-by: Stephan Holljes <klaxa1337@googlemail.com>
Reviewed-By: Nicolas George <george@nsup.org>
Diffstat (limited to 'doc/protocols.texi')
-rw-r--r-- | doc/protocols.texi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/protocols.texi b/doc/protocols.texi index 2a19b41ad4..5b7b6cf255 100644 --- a/doc/protocols.texi +++ b/doc/protocols.texi @@ -277,6 +277,9 @@ Set initial byte offset. @item end_offset Try to limit the request to bytes preceding this offset. + +@item listen +If set to 1 enables experimental HTTP server. @end table @subsection HTTP Cookies |