From: Greg Farough <gregf@gnu.org>
Date: Sat, 19 Mar 2022 16:47:15 +0000 (-0400)
Subject: add tips
X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=fcef62cd5735b6c2c3a86799c768300183f9898b;p=libreplanet-static.git

add tips
---

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 -->