[vlc-commits] Document --*-caching change
Rémi Denis-Courmont
git at videolan.org
Fri Oct 7 22:21:39 CEST 2011
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Fri Oct 7 20:57:31 2011 +0300| [fc4debe6e6408fcb3d048a697c77dd33143ed679] | committer: Rémi Denis-Courmont
Document --*-caching change
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=fc4debe6e6408fcb3d048a697c77dd33143ed679
---
NEWS | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/NEWS b/NEWS
index 9707941..08c7c28 100644
--- a/NEWS
+++ b/NEWS
@@ -6,6 +6,12 @@ Important notes:
conflicts with some URLs and file names. For instance, this plays a DVD
from the 2nd chapter of the 1st title up to the 4th chapter of the 3rd
title: vlc dvd://#1:2-3:4
+ * The 40+ --*-caching options were simplified and dumbed down to 4 options:
+ - --file-caching specifies caching for local files,
+ - --network-caching specifies caching for network resources,
+ - --live-caching specifies caching for capture devices and
+ - --disc-caching specifies caching for local optical media.
+ All values are expressed in milliseconds as in previous versions.
* HTTP server IP address, port, and TLS configuration is now centralized:
- The --http-host option sets the address, e.g. "--http-host=2001:db8::1".
By default, both :: and 0.0.0.0 are used.
More information about the vlc-commits
mailing list