add tips
authorGreg Farough <gregf@gnu.org>
Sat, 19 Mar 2022 16:47:15 +0000 (12:47 -0400)
committerGreg Farough <gregf@gnu.org>
Sat, 19 Mar 2022 16:47:15 +0000 (12:47 -0400)
2022/live/index.html

index 2d23e319dbcbc7a999c719f3e2ea6dec97c3172d..c30ba1cda98e876b0b65f81105e7d25844afcdf7 100755 (executable)
@@ -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 -->