Bonjour, c/opensource@lemmy.ml!

Framasoft (that’s us!) is a small French non-profit (10 employees + 25 volunteers), that has been promoting Free-Libre software and its culture to a French-speaking audience for 20+ years.

What does Framasoft do?

We strongly believe that Free-Libre software is one of the essential tools for achieving a Free-Libre society. That is why we maintain and contribute to lots of projects that aim to empower people to get more freedom in their digital lives.

Among those tools are:

  • 20 FOSS based web-services that we host (mainly for our French-speaking audience) on our Degooglify Internet website, including Framadate and Framaforms… ;
  • many talks, workshops, and participations to conventions ;
  • A blog, where we share our views and where a group of volunteers translate into French news from the English-speaking FLOSS world ;
  • Many, many ressources to help people and organizations in their transition to ethical digital tools (guides, documentation, even card games!) ;

Framasoft is funded by donations (94% of our 2024 budget), mainly grassroots donations (75% of the 2024 budget). As we mainly communicate in French, the overwhelming majority of our donations comes from the French-speaking audience. You can help us through joinpeertube.org/contribute.

We develop PeerTube

In the English-speaking community, we are mostly known for developing PeerTube, a self-hosted video and live-streaming free/libre platform, which has become the main alternative to Big Tech’s video platforms.

From a student project to a software with international reach, our video platform solution is now, seven years later, used and acknowledged by many institutions!

The last major version of PeerTube, v7, has been released at the end of 2024, along with the first version of the official mobile app, available on both Android (Play Store, F-Droid) and iOS.

Now that the PeerTube platform has matured significantly over successive versions, we believe that the way to enable even more people to use PeerTube is to improve the mobile app so that it can be carried around in people’s pockets.

Ask Us Anything!

Last month, we have published the roadmap for the project. This week, we also launched our new crowdfunding campaign which focuses on our mobile app. We want to give you the opportunity through this AMA to give us feedback on the product and the project and discuss the crowdfunding campaign and our next steps!

If you have any questions, please ask them below (and upvote those you want us to answer first).

We will answer them to the best of our abilities with the /u/Framasoft account, from May. 28th 2025 5pm CET (11 am EST) until we are too tired ;).

EDIT (8:16 pm CET): This wraps it for the day, thanks for all of your questions and feedback!

  • AbnormalHumanBeingA
    link
    fedilink
    arrow-up
    13
    ·
    edit-2
    4 days ago

    Not part of Framasoft, but I am administrating a PeerTube platform/instance myself, and can anecdotally say, that it works rather well. Another factor is, that as an admin, you can set up to automatically mirror videos on other instances, when they meet certain criteria.

    For example, I have ~300GB set aside to mirror trending, new and most-watched videos of some instances, that I consider to have quality (EDIT: and reliably non-illegal) content regularily (e.g. spectra.video, makertube.net, peertube.wtf, etc.) That way, in addition to just users watching videos acting as a seeding peer via webtorrent, my own dedicated server in Finland among other professional servers with large bandwith also add to the resilience of the network, even for smaller instances.

    Anecdotally, I have also heard of some people running a PeerTube instance successfully from just a SBC, like a RaspPi or similar, from home, utilising the WebTorrent integratio you mentioned EDIT: As I have learned, while they are using P2P connections, it is no longer the WebTorrent protocol to their advantage. Here’s a video I remember talking about this as an example.

    • Meldrik@lemmy.wtf
      link
      fedilink
      arrow-up
      6
      ·
      edit-2
      4 days ago

      From PeerTube docs:

      At the beginning of PeerTube, we only supported Web Video (previously known as “WebTorrent”) streaming. Due to several limitations of the Web Video system, we had to add HLS with P2P support. Unfortunately, we can’t use the same video file for the two methods: we need to transcode 2 different versions of the file (a fragmented mp4 for HLS, and a raw mp4 for Web Videos).

      So if you enable Web Videos and HLS, the storage will be multiplied by 2.

      We recommend you to enable HLS (and disable Web Videos if you don’t want to store 2 different versions of the same video resolution) because video playback in PeerTube web client is better:

      • Support P2P (using WebRTC) to exchange parts of the video with other users watching the same video to save server bandwidth
      • Support video redundancy by other PeerTube platforms
      • The player can adapt video resolution automatically
      • Video resolution change is smoother

      It’s probably not WebTorrent you are using, HLS.

      Also, thank you for running with redundancy! I need to get it setup myself, with some new SSDs.