X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=README.md;h=8248e3a7c8179083b86dc0e801287b1097591f36;hb=8a02bd0433b7101c5ea36e87a4edb63204d2adec;hp=391a9ec67313cbb14e2f8e4f4387285300bbbb2b;hpb=66dd264f7b15c05006faa00694c88c56794edc54;p=github%2FChocobozzz%2FPeerTube.git diff --git a/README.md b/README.md index 391a9ec67..8248e3a7c 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ Decentralized video streaming platform using P2P (BitTorrent) directly in the we Want to see in action? * [Demo server](http://peertube.cpy.re) - * [Video](https://vimeo.com/164881662 "Yes Vimeo, please don't judge me") to see how the "decentralization feature" looks like + * [Video](https://peertube.cpy.re/videos/watch/f78a97f8-a142-4ce1-a5bd-154bf9386504) to see how the "decentralization feature" looks like * Experimental demo servers that share videos (they are in the same network): [peertube2](http://peertube2.cpy.re), [peertube3](http://peertube3.cpy.re). Since I do experiments with them, sometimes they might not work correctly. ## Why @@ -178,7 +178,7 @@ You can check the application (CORS headers, tracker websocket...) by running: The following commands will upgrade the source (according to your current branch), upgrade node modules and rebuild client application: # systemctl stop peertube - $ npm run upgrade + $ npm run upgrade-peertube # systemctl start peertube ### Development @@ -189,10 +189,15 @@ To develop on the server side (server files are automatically compiled when we m $ npm run dev:server +The server (with the client) will listen on `localhost:9000`. + + To develop on the client side (client files are automatically compiled when we modify them): $ npm run dev:client +The API will listen on `localhost:9000` and the frontend on `localhost:3000` (with hot module replacement, you don't need to refresh the web browser). + **Username**: *root*
**Password**: *test* @@ -246,19 +251,19 @@ Here are some simple schemes:

-Decentralized +Decentralized -Watch a video +Watch a video -Watch a P2P video +Watch a P2P video -Join a network +Join a network -Many networks +Many networks

### Frontend -There already is a frontend (Angular 2) but the backend is a REST API so anybody can build a frontend (Web application, desktop application...). +There already is a frontend (Angular) but the backend is a REST API so anybody can build a frontend (Web application, desktop application...). The backend uses BitTorrent protocol, so users could use their favorite BitTorrent client to download/play the video with its torrent URI.