PeerTube App
About
PeerTube is an activityPub-federated video streaming platform using P2P directly in your web browser.
- Questions? Ask in the Cloudron Forum - PeerTube
- PeerTube Website
- PeerTube issue tracker
Customization
Use the File manager to edit custom configuration under /app/data/production.yaml
.
CLI
The CLI can be accessed using the peertube
command.
Uploading video
# peertube up --file /tmp/video.wmv --url https://peertube.cloudron.club --username root --password changeme --video-name "Sample video"
Uploading Sample video video...
Video Sample video uploaded.
Importing video
# peertube import --url https://peertube.cloudron.club --username root --password changeme --target-url https://www.youtube.com/watch?v=xxx --tmpdir /tmp
info: Will download and upload 1 videos.
Disable P2P
If playback is slow, it might be a good idea to disable the P2P functionality. For this, use the file File manager to edit /app/data/production.yaml
and set tracker to false.
tracker:
# If you disable the tracker, you disable the P2P aspect of PeerTube
enabled: false