Git Product home page Git Product logo

peertube's Introduction

PeerTube

Federated (ActivityPub) video streaming platform using P2P (BitTorrent) directly in the web browser with WebTorrent.

PeerTube is sponsored by Framasoft, a non-profit that promotes, spreads and develops free culture in general, and free-libre software in particular. If you want to support this project, please consider donating to them.

Client
Dependency Status devDependency Status

Server
Build Status Dependencies Status devDependency Status JavaScript Style Guide PeerTube Freenode IRC


screenshot

Demonstration

Want to see it in action?

Why

We can't build a FOSS video streaming alternatives to YouTube, Dailymotion, Vimeo... with a centralized software. One organization alone may not have enough money to pay for bandwidth and video storage of its servers.

So we need to have a decentralized network of servers seeding videos (as Diaspora for example). But it's not enough because one video could become famous and overload the server. It's the reason why we need to use a P2P protocol to limit the server load. Thanks to WebTorrent, we can make P2P (thus BitTorrent) inside the web browser, as of today.

Features

  • Angular frontend
  • Join the fediverse
    • Follow other instances
    • Unfollow an instance
    • Get for the followers/following list
  • Upload a video
    • Seed the video
    • Send the meta data with ActivityPub to followers
  • Remove the video
  • List the videos
  • View the video in an HTML5 player with WebTorrent
  • Admin panel
  • OpenGraph tags
  • OEmbed
  • Update video
  • Federated videos view counter
  • Federated videos likes/dislikes
  • Transcoding to different definitions
  • Download file/torrent
  • User video bytes quota
  • User video channels
  • NSFW warnings/settings
  • Video description in markdown
  • User roles (administrator, moderator)
  • User registration
  • Video privacy settings (public, unlisted or private)
  • Signaling a video to the admin origin PeerTube instance
  • Federated videos comments
  • Video imports (URL, Torrent, YouTube...)
  • Advanced search
  • Subtitles
  • User playlist
  • User subscriptions (by tags, author...)
  • Add "DDOS" security

Front compatibility

  • Firefox
  • Chrome/Chromium

Dependencies

  • nginx
  • PostgreSQL
  • NodeJS >= 8.x
  • yarn
  • OpenSSL (cli)
  • FFmpeg

Production

See the production guide.

Contributing

See the contributing guide to see how to contribute to PeerTube. Spoiler alert: you don't need to be a coder to help!

API REST documentation

For now only on Github:

Architecture

See ARCHITECTURE.md for a more detailed explanation.

Backend

  • The backend is a REST API.
  • Servers communicate with each others with Activity Pub.
  • Each server has its own users who query it (search videos, query where the torrent URI of this specific video is...).
  • If a user uploads a video, the server seeds it and sends its followers some metadata (name, short description, torrent URI...).
  • A server is a tracker responsible for all the videos uploaded in it.
  • Even if nobody watches a video, it is seeded by the server (through WebSeed protocol) where the video was uploaded.

Here are some simple schemes:

Decentralized Watch a video Watch a P2P video

peertube's People

Contributors

alsai avatar bnjbvr avatar chocobozzz avatar dadall avatar dedesite avatar dimitrigilbert avatar ewasion avatar frozendroid avatar green-star avatar jankeromnes avatar ldidry avatar luzpaz avatar qsypoq avatar r3k2 avatar rigelk avatar sticmac avatar taziden avatar tcitworld avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.