Removal of WebTorrent is sad, as it's still WIP in actual torrent clients (but those do move slow anyways, it's not WebTorrent's fault). So it was removed before it got a chance in an ecosystem that moves slow. It also takes PeerTube instances further away from being able to P2P without too many extra steps other than a shared infohash (and DHT). Video re-upload conflicts with such immutable solutions, but that's mor…
> but those do move slow anyways, it's not WebTorrent's fault Given how complicated WebRTC is, I wouldn't put the blame on torrent clients either. libwebrtc by Google is the de-facto standard, and afaik you need to compile all of it (including video and audio codecs) even though WebTorrent only cares about data streams. Even for Node.js, which should be an easy choice since webtorrent is written in JS, your choice is…
* https://github.com/shinyoshiaki/werift-webrtc
* https://github.com/murat-dogan/node-datachannel
If libwebrtc fits your needs you totally should use it! Alternatives have existed for years though