From 5869fa71bed25cc70ad4da58f0bcccb0c208e0e9 Mon Sep 17 00:00:00 2001 From: Mohammad Akhlaghi 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 @@ -

Short video introduction to Maneage:

+

Video presentation of Maneage:

In the box below, you can watch a video of an invited talk at RDA Adoption week 2020 to introduce Maneage (17 minutes, hosted on PeerTube). For a more detailed talk (80 minutes), see this invited lecture at CiTIUS (link opens in PeerTube). - The slides are also available as PDF.

+ The slides are also available as PDF.

+

If the video doesn't load after clicking on it, you are probably viewing this page on a HTTP protocol. You have two solutions: either come back with https://maneage.org, or watch the video directly on PeerTube.

-- cgit v1.2.1