From b9e4fb952dbfc3b0b021fb3a838c4ab0328808cf Mon Sep 17 00:00:00 2001 From: wm4 Date: Fri, 24 Mar 2017 15:31:01 +0100 Subject: 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. --- DOCS/man/input.rst | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'DOCS') 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. -- cgit v1.2.3