-
Even if you can save on network costs with torrents (though it won't be that much for low viewership videos), you'll still need massive infrastructure for seeding and initial transcoding if you want to operate at the scale of YouTube.Peertube works exactly like that, and uses ActivityPub to split hosting and moderation costs over many communities, but they're very far from being able to scale and be as straightforward to use as YouTube or other commercial video platform.
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
If you ever did decide to add the complexity of RTC, my personal favorite SFU is MediaSoup with Janus a second. But if you want to be adventurous the Rust WebRTC project would be your go to. In any case cool project!!
-
-
Odysee
-
AFAIK ogg isn't really suitable for low latency audio streaming. Consider the Opus codec instead.
-
Obviously not super important, but would be super cool to see AV1 encode/decode support added. There's a great rust library for this too : https://github.com/xiph/rav1e
-
I used the awesome yew-ui: https://yew.rs/
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
You are right, I am planning to switch the transport to UDP + quic using the awesome QUINN library, https://github.com/quinn-rs/quinn .
-
I already had a beautiful Actix + Yew template which I used for this project: https://github.com/security-union/yew-actix-template