From 5869fa71bed25cc70ad4da58f0bcccb0c208e0e9 Mon Sep 17 00:00:00 2001 From: Mohammad Akhlaghi <mohammad@akhlaghi.org> Date: Mon, 12 Jul 2021 00:59:29 +0100 Subject: Added notice for PeerTube video not loading Until now, when http://maneage.org was used, the video would not load. However, when https://maneage.org was used (with a HTTPS), the video would load. This is because PeerTube uses HTTPS. Boud has provided a very complete description of the problem in [1]. With this commit, until we find a good/robust solution, a notice has been added just under the video (in a slightly smaller font), hinting at the solution for people who can't play the video. [1] https://savannah.nongnu.org/task/?15654#comment12 --- index.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index da18d16..1a2f87a 100644 --- a/index.html +++ b/index.html @@ -82,13 +82,14 @@ <img class="center" src="img/project-flow.svg" width="85%" /> - <h3>Short video introduction to Maneage:</h3> + <h3>Video presentation of Maneage:</h3> <p class="clean">In the box below, you can watch a video of an invited talk at RDA Adoption week 2020 to introduce Maneage (17 minutes, hosted <a href="https://peertube.stream/videos/watch/f8b1b565-0e8d-4279-b7c5-f20e51e1d8da">on PeerTube</a>). For a more detailed talk (80 minutes), see this <a href="https://peertube.stream/videos/watch/e7fdf27b-61b8-40cd-8306-482d79e4d6c5">invited lecture at CiTIUS</a> (link opens in PeerTube). - The slides are also <a href="pdf/slides-intro.pdf">available as PDF</a>.</p> + The slides are also <a href="pdf/slides-intro.pdf">available as PDF</a>.</p> <div class="aspect-ratio"> <iframe class="center" sandbox="allow-same-origin allow-scripts allow-popups" title="Maneage introduction (RDA Adoption Week 2020)" src="https://peertube.stream/videos/embed/f8b1b565-0e8d-4279-b7c5-f20e51e1d8da" frameborder="0" allowfullscreen></iframe> </div> + <p class="clean" style="font-size: 0.7em;"><i>If the video doesn't load</i> after clicking on it, you are probably viewing this page on a HTTP protocol. You have two solutions: either come back with <a href="https://maneage.org">https://maneage.org</a>, or watch the video directly <a href="http://peertube.stream/w/f8b1b565-0e8d-4279-b7c5-f20e51e1d8da">on PeerTube</a>.</p> </section> <section> -- cgit v1.2.1