| ▲ | EGreg 6 hours ago | |
We've had peer-to-peer livestreaming for years, on the platform. Here is a video of how it works: https://www.youtube.com/watch?v=nh0cewsyJlw The code is here: https://github.com/Qbix/Media Peer to peer Livestreaming is much easier than storage + streaming, because everyone is online at the same time, and can restream to each other using webrtc. If someone drops out, those listening to their stream can join someone else. It helps the livestreamer save money and not have to rely on Big Tech platforms ingesting RTMP. | ||