diff options
author | Anssi Hannula <anssi.hannula@iki.fi> | 2014-03-06 18:40:00 +0100 |
---|---|---|
committer | Luca Barbato <lu_zero@gentoo.org> | 2014-03-11 22:08:57 +0100 |
commit | 2ec33d27127251bbc45e1f88e60691ad59cf2319 (patch) | |
tree | 8752ab61fa22520f7e6cc645de7d72de88251919 /doc/protocols.texi | |
parent | ddfc98906373d1f17f6205cedd14c68d7a75995f (diff) | |
download | ffmpeg-2ec33d27127251bbc45e1f88e60691ad59cf2319.tar.gz |
http: Add support for selecting a request range
Comment from Reimar Döffinger included as pro memoria.
Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
Diffstat (limited to 'doc/protocols.texi')
-rw-r--r-- | doc/protocols.texi | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/protocols.texi b/doc/protocols.texi index fa14a8c53d..406a431841 100644 --- a/doc/protocols.texi +++ b/doc/protocols.texi @@ -114,6 +114,12 @@ If the server supports ICY metadata, and @option{icy} was set to 1, this contains the last non-empty metadata packet sent by the server. It should be polled in regular intervals by applications interested in mid-stream metadata updates. + +@item offset +Set initial byte offset. + +@item end_offset +Try to limit the request to bytes preceding this offset. @end table @section mmst |