diff options
author | Mohammad Akhlaghi <mohammad@akhlaghi.org> | 2021-07-12 00:59:29 +0100 |
---|---|---|
committer | Mohammad Akhlaghi <mohammad@akhlaghi.org> | 2021-07-12 00:59:29 +0100 |
commit | 5869fa71bed25cc70ad4da58f0bcccb0c208e0e9 (patch) | |
tree | 855d1be6ee9c75896b50cb3052e77a17ff3b5a88 /index.html | |
parent | 1c9e196dac774da31e44658b949f50fde7c1fa9b (diff) |
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
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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> |