fbeaf51d42a4e9306db9a5761730af8189300a7e
max
  Fri Nov 24 06:59:47 2023 -0800
chinafying all other video links, refs #32535

diff --git src/hg/htdocs/goldenPath/help/gbic.html src/hg/htdocs/goldenPath/help/gbic.html
index 2e8b122..423e4a4 100755
--- src/hg/htdocs/goldenPath/help/gbic.html
+++ src/hg/htdocs/goldenPath/help/gbic.html
@@ -73,40 +73,49 @@
 
 <pre><code>sudo bash browserSetup.sh install</code></pre>
 
 <p>
 The <code>install</code> command downloads and configures Apache, MySQL (MariaDB) and Ghostscript, copies the
 Genome Browser CGIs, and configures the mirror to load data remotely from UCSC. The <code>install</code>
 command must be run before any other command is used.
 </p>
 
 <p>
 For mirror-specific help, please contact the Mirror Forum as listed on our <a href='https://genome.ucsc.edu/contacts.html' title=''>contact page</a>.
 </p>
 
 <p>
 For an installation demonstration, see the <a href='https://www.youtube.com/watch?v=dcJERBVnjio' title=''>Genome Browser in the Cloud (GBiC) Introduction</a>
-video:
-</p>
-
-<p>
-
-<iframe width="560" height="315" src="https://www.youtube.com/embed/dcJERBVnjio?rel=0" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen>
+video:<br>
 
-</iframe>
+<!--#if expr="${SERVER_NAME} = /-china/" -->
+    <a href='../../../videos/dcJERBVnjio.mp4'>
+    <img src=../../images/videoIcon.png></a>
+    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
+    Visit our <a href="/videos/" target="_blank">Video Page</a>.
+<!--#else -->
+<iframe width="560" height="350" src="https://www.youtube.com/embed/dcJERBVnjio?rel=0" 
+frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" 
+allowfullscreen></iframe> </p>
 
+<p> Visit our <a href="https://www.youtube.com/channel/UCQnUJepyNOw0p8s2otX4RYQ/videos"
+target="_blank">YouTube channel</a> for more videos.
 </p>
+<!--#endif -->
+</p>
+
+<p>
 
 <a name='how-does-the-gbic-program-work'></a>
 <h2>How does the GBiC program work?</h2>
 
 <p>
 The GBiC program downloads the Genome Browser CGIs and sets up the central MySQL (MariaDB) database.
 All potentially destructive steps require confirmation by the user (unless the <code>-b</code> batch mode
 option is specified).
 </p>
 
 <p>
 In particular, MySQL (MariaDB) and Apache are installed and set up with the right package manager
 (yum or apt-get). A default random password is set for the MySQL (MariaDB) root user and added to
 the <code>~/.my.cnf</code> file of the Unix root account. If you have already set up MySQL (MariaDB), you must
 create the <code>~/.my.cnf</code> file. The program will detect this and create a template file for you. The