summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2017-03-24 15:31:01 +0100
committerwm4 <wm4@nowhere>2017-03-24 15:31:01 +0100
commitb9e4fb952dbfc3b0b021fb3a838c4ab0328808cf (patch)
tree3fc43d5f9c18319fdf9015ed1e3b204f39a7aadb /DOCS
parent8de7ba6dfd87b1c62b0d057f1ed547360aff3eb1 (diff)
downloadmpv-b9e4fb952dbfc3b0b021fb3a838c4ab0328808cf.tar.bz2
mpv-b9e4fb952dbfc3b0b021fb3a838c4ab0328808cf.tar.xz
command: add a property to signal whether networking is used
Requested. The property semantics are a bit muddy due to lack of effort. Anticipated use is different display of cache status, so it should not matter anyway.
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/input.rst8
1 files changed, 8 insertions, 0 deletions
diff --git a/DOCS/man/input.rst b/DOCS/man/input.rst
index 67c5e81b7d..e14a69c770 100644
--- a/DOCS/man/input.rst
+++ b/DOCS/man/input.rst
@@ -1224,6 +1224,14 @@ Property list
Returns ``yes`` if the demuxer is idle, which means the demuxer cache is
filled to the requested amount, and is currently not reading more data.
+``demuxer-via-network``
+ Returns ``yes`` if the stream demuxed via the main demuxer is most likely
+ played via network. What constitutes "network" is not always clear, might
+ be used for other types of untrusted streams, could be wrong in certain
+ cases, and its definition might be changing. Also, external files (like
+ separate audio files or streams) do not influence the value of this
+ property (currently).
+
``paused-for-cache``
Returns ``yes`` when playback is paused because of waiting for the cache.