1
mirror of https://github.com/streamlink/streamlink synced 2024-11-14 01:04:54 +01:00

docs: Minor tweaks.

This commit is contained in:
Christopher Rosell 2014-07-22 16:15:23 +02:00
parent f8b664f573
commit 86915d50f9
2 changed files with 5 additions and 7 deletions

View File

@ -123,9 +123,9 @@ Examples
================= ====================================================
Platform Location
================= ====================================================
Unix-like (POSIX) - $XDG_CONFIG_HOME/livestreamer/config\ ``.twitch``
- ~/.livestreamerrc\ ``.ustreamtv``
Windows %APPDATA%\\livestreamer\\livestreamerrc\ ``.youtube``
Unix-like (POSIX) - $XDG_CONFIG_HOME/livestreamer/config\ **.twitch**
- ~/.livestreamerrc\ **.ustreamtv**
Windows %APPDATA%\\livestreamer\\livestreamerrc\ **.youtube**
================= ====================================================
Have a look at the :ref:`list of plugins <plugin_matrix>` to see

View File

@ -21,10 +21,8 @@ MPC-HC -- Currently no way of configuring the cache
MPlayer ``-cache <kbytes>`` Between 1024 and 8192 is recommended
MPlayer2 ``-cache <kbytes>`` Between 1024 and 8192 is recommended
mpv ``--cache <kbytes>`` Between 1024 and 8192 is recommended
VLC ``--file-caching Between 1000 and 10000 is recommended
<milliseconds>
--network-caching
<milliseconds>``
VLC ``--file-caching <ms> Between 1000 and 10000 is recommended
--network-caching <ms>``
============= ======================== ======================================
Use the :option:`--player` option to pass these options to your player.