Peertube

2239 readers
1 users here now

A free software to take back control of your videos

Peertube is an open, federated alternative to Youtube without advertising or tracking. On this site, you can find a good Peertube instance, with good rules, good moderation and most importantly a friendly community.

https://joinpeertube.org/

founded 5 years ago
MODERATORS
101
102
 
 

Because it doesn't seem to work as I expected.

I thought if a peertube server follows another peertube server that all the videos that the second server uploads to any channel are automatically pushed into the timeline of the first server. That doesn't seem to be the case though, I have seen multiple servers that follow each other but the videos posted on one are nowhere to be found on the other.

Why have this servers following servers thing then? Is it just a whitelist? But if it was a whitelist I shouldn't be able to follow any accounts on other servers from an obscure pt account, which doesn't seem to be the case also.

Soooooo, any ideas? Just bugs?

103
104
105
 
 

Hey everyone. I'm looking for feedback on my videos. This is the best one I've done in a long time. I'd like to improve upon it though.

Do you have any feedback? Please feel free to nit-pick.

I'm also curious as to what kind of videos you'd rather see, like do you prefer SuperTuxKart, Minetest, Dink Smallwood, FreeDoom, or any other fully free software gameplay?

106
107
108
109
 
 

cross-posted from: https://lemmy.ml/post/651369

You need to generate an openssl secret with:

openssl rand -hex 32

and include the following lines into your /var/www/peertube/config/production.yaml file after the webserver section:

# Secrets you need to generate the first time you run PeerTube
secrets:
  # Generate one using `openssl rand -hex 32`
  peertube: '[put output of openssl rand -hex 3 here]'

BE

110
 
 

I checked instances with most users here: https://fedidb.org/network

And I concluded that TILvids is the most decent instance if you consider userbase and quality videos/channels. At least for english-speaking folks. Am I right?

Do you know other good active instances?

111
 
 

PeerTube is a decentralized and federated alternative to YouTube. The goal of PeerTube is not to replace YouTube but to offer a viable alternative using the strength of ActivityPub and WebTorrent protocols.

Being built on ActivityPub means PeerTube is able to be part of a bigger social network, the Fediverse (the Federated Universe). On the other hand, WebTorrents and related technologies help PeerTube to solve the issue of money, inbound with all streaming platform : With PeerTube, you don't need to have a lot of bandwidth available on your server to host a PeerTube platform because all users (which didn't disable the feature) watching a video on PeerTube will be able to share this same video to other viewers.

If you are curious about PeerTube, I can't recommend you enough to check the official website to learn more about the project. If after that you want to try tu use PeerTube as a content creator, you can try to find a platform available there to register or host yourself your own PeerTube platform on your own server.

The development of PeerTube is actually sponsored by Framasoft, a french non-for-profit popular educational organization, a group of friends convinced that an emancipating digital world is possible, convinced that it will arise through actual actions on real world and online with and for you!

Framasoft is also involved in the development of Mobilizon, a decentralized and federated alternative to Facebook Events.

If you want to contribute to PeerTube, feel free to:

112
 
 

The first time this runs, it'll ask for details, but after that it should just upload your video.

The information it needs is dumped into a file, to be sourced later, so if you want to change a variable, you can just remove that line of the file (pt_info.txt), and it'll ask for it again.

A few notes:

  • The name of the file becomes the title of the video.
  • You need a second argument, which is the video's description.
  • You'll need fuzzy-finder (fzy) so it can let you select things.
  • If you don't have pass installed, it'll store your password in plain text.
  • If you do have pass installed, it'll remember what your passwords name is, and just use that.
  • It only takes 1 category ('education', 'sports', et c.), so all subsequent videos will have the same category unless you change that.
  • The default licence is CC0. (fuck copyright)

Example:

./ptup.sh myVideo.mp4 "This is my description of my video."

It's only been tested once, so I'd give it a 50/50 chance of working.

113
 
 

cross-posted from: https://feddit.de/post/427796

This is the second try (original post: https://feddit.de/post/426890) of me trying to get an answer, this time I'll be more specific of what I am thinking to do. I thought a more generalized question would be enough. Sorry for that.

A peertube server needs lots of storage. Many of the videos will hardly get any views. Storage space on a vps is pretty expensive, storage space in general isn't cheap. So my thought was to

have a disk at home (maybe external disk on a raspberry pi) and a VPS.

The VPS only has a very limited amount of storage, but is otherwise totally able to run peertube well. So why not have a virtual file system on the VPS, which looks like it has the size of the HDD and it uses a specified amount of the vps storage for caching. So if someone watches a popular part of a popular video, the vps can serve the video content from the local disk. If someone wants to watch the video that nobody ever watches, it's not a problem since the uplink from home can easily deliver that as well, without the video taking the precious storage. Block caching would be best, since file caching wouldn't be ideal with video files being really big in some cases. So a very long video would fill the cache, even if only parts of it are needed.

The remote storage doesn't need to be from home of course, could be cheap cloud storage. I know that peertube works with s3, but it will only move transcoded videos into a bucket and then serve them directly from there. I don't want that from home, it would also not use the upload performance of the VPS for popular videos.

Any thoughts? Good idea or not?

I have worked with bcache in the past and was always very impressed with the performance, I think my scenario could really work.

114
115
116
117
118
119
120
 
 
121
 
 

It's nice to see Vietnamese PeerTube videos and users.

122
123
124
 
 

I often use YouTube/invidious over odysee or peertube due to my devices lagging either due to the device being low spec or internet connection or something else. A bunch of Odyssey and peertube videos are only available at 720p or 1080p.

I'm consistently told I don't need a gaming computer and 100 Mbps to play 1080p videos without lag, but 1080p videos have been a problem across every device I've ever owned in my life, and the best device I've owned was a pixel 6, and on 75 Mbps connection. Inb4 I'm told this is my problem I should just deal.

So videos of being automatically scaled down to 360p or 480p would help a lot with adoption.

125
view more: ‹ prev next ›