this post was submitted on 27 Aug 2024
455 points (95.0% liked)

Memes

8111 readers
477 users here now

Post memes here.

A meme is an idea, behavior, or style that spreads by means of imitation from person to person within a culture and often carries symbolic meaning representing a particular phenomenon or theme.

An Internet meme or meme, is a cultural item that is spread via the Internet, often through social media platforms. The name is by the concept of memes proposed by Richard Dawkins in 1972. Internet memes can take various forms, such as images, videos, GIFs, and various other viral sensations.


Laittakaa meemejä tänne.

founded 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] The_Decryptor@aussie.zone 2 points 3 weeks ago* (last edited 3 weeks ago) (1 children)

Unfortunately WebTorrent isn't compatible with normal BitTorrent, so unless you're using a client that specifically supports it, you're not helping out any PeerTube clients

[–] Andromxda@lemmy.dbzer0.com 1 points 2 weeks ago (1 children)

Oh I didn't realize that it's a different protocol. I thought WebTorrent was just an implementation of BT that could run in the browser. PeerTube uses normal BitTorrent though.

[–] The_Decryptor@aussie.zone 2 points 2 weeks ago* (last edited 2 weeks ago) (1 children)

You can't do normal BitTorrent in browsers, there's no support for plain sockets that you'd need to communicate with other peers, WebTorrent is technically a new protocol that implements the BT semantics over stuff the browsers do provide (So you can proxy between the different swarms, that's the "hybrid" nodes in the image on the WebTorrent page)

But it turns out it's all a moot point, since PeerTube removed WebTorrent support anyway in favour of their own P2P system

Edit: Ok so I misunderstood, and it seems like it's a bit complicated. The server can (it's disabled by default) use WebTorrent to import videos, the client still uses the WT trackers to find peers but uses a different protocol to actually share the video data.

There's this tool that provides the ability to automatically seed videos, but development has stalled because no up to date client will ever make use of it.

I think the one remaining use is the "download as torrent" option, but even then that's just using a web seed, so it's just an alternative way to download the video.

[–] Andromxda@lemmy.dbzer0.com 2 points 2 weeks ago

All of this is really confusing, because PeerTube lets you download .torrent files, but the torrent client needs to support WebTorrent.