ActivityPub federated video streaming platform using P2P directly in the web browser https://joinpeertube.org/
 
 
 
 
 
 
Go to file
Luc Didry dddf58c8ce Add `etc` on some points of the CoC (#305) 2018-02-20 14:40:54 +01:00
.github Add service worker 2018-02-08 17:31:05 +01:00
client Fix instance name displaying with long text 2018-02-20 14:16:32 +01:00
config Change default logging 2018-02-14 16:03:09 +01:00
scripts Fix travis tests 2018-02-16 19:00:31 +01:00
server Handle line feeds in comments 2018-02-20 10:41:11 +01:00
shared Add ability to update thumbnail and preview on client 2018-02-16 16:35:32 +01:00
support Add ability to import just one video from youtube 2018-02-19 11:12:58 +01:00
.codeclimate.yml Fetch outbox to grab old activities 2017-11-27 19:40:53 +01:00
.dockerignore Add production Alpine and Debian Stretch Docker images (#225) 2018-01-29 08:52:20 +01:00
.gitignore Fix gitignore 2018-02-16 19:21:42 +01:00
.travis.yml Add redis for travis 2018-01-25 19:13:08 +01:00
ARCHITECTURE.md Try to improve documentations/readme 2018-01-12 18:07:41 +01:00
CHANGELOG.md Improve comment highlighting 2018-02-19 10:48:44 +01:00
CODE_OF_CONDUCT.md Add `etc` on some points of the CoC (#305) 2018-02-20 14:40:54 +01:00
CREDITS.md Update code contributors list 2018-02-15 19:33:20 +01:00
FAQ.md Add note in FAQ for server hardware 2018-02-08 09:52:57 +01:00
LICENSE Change licence to AGPL 2017-02-24 18:26:09 +01:00
README.md Add ability to import just one video from youtube 2018-02-19 11:12:58 +01:00
package.json Upgrade server dependencies 2018-02-16 18:42:02 +01:00
server.ts Handle thumbnail update 2018-02-14 16:03:09 +01:00
tsconfig.json Add ability to reset our password 2018-01-30 13:27:07 +01:00
tslint.json Fix lint 2017-10-26 09:11:38 +02:00
yarn.lock Upgrade server dependencies 2018-02-16 18:42:02 +01:00

README.md

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?

Currently PeerTube is still in alpha (we plan to release a beta in march). Demonstration servers do not support public registration. If you really want to test PeerTube before the public release, here is a list of PeerTube servers: https://github.com/Chocobozzz/PeerTube/wiki#other-peertube-servers.

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
  • Redis
  • NodeJS >= 8.x
  • yarn
  • OpenSSL (cli)
  • FFmpeg

Run using Docker

See the docker guide

Production

See the production guide.

Contributing/Test

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

API REST documentation

For now only on Github:

Tools

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