From fcef62cd5735b6c2c3a86799c768300183f9898b Mon Sep 17 00:00:00 2001 From: Greg Farough <gregf@gnu.org> Date: Sat, 19 Mar 2022 12:47:15 -0400 Subject: [PATCH] add tips --- 2022/live/index.html | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/2022/live/index.html b/2022/live/index.html index 2d23e319..c30ba1cd 100755 --- a/2022/live/index.html +++ b/2022/live/index.html @@ -61,6 +61,13 @@ ffplay https://live.fsf.org/stream-room-neptune.webm <div style="margin-top: 20px"> <p>For low resolution stream URLs, check the sidebar to the right.</p> </div> + <div style="margin-top: 20px"> + <p>Thanks for bearing with us in our bandwidth problems. Here are some commands you can use to locally decrease the amount of buffering on your video. Please substitute the name of the "planet" with the one you would like to see. + <ul> + <li><code>mpv --cache-pause-wait=30 https://live.fsf.org/stream-room-jupiter-lowres.webm</code></li> + <li><code>vlc --file-caching=20000 https://live.fsf.org/stream-room-jupiter-lowres.webm</code></li> + <li><code>mplayer -cache 16384 -af-adv force=2 https://live.fsf.org/stream-room-jupiter-lowres.webm</code></li></ul> + </p></div> </div> <!-- end of main content --> -- 2.25.1