This is why I moved my video streaming app (strimoza.com) to signed URLs with short expiry times for every single request. Extra complexity but at least if something leaks, the damage is contained. Curious how many people actually audit their CDN token policies before an incident forces them to.
Cool project. I've been working on something similar in spirit — a personal video cloud (strimoza.com) — and the hardest part was also getting local playback to work reliably without internet. How are you handling memory pressure on the M-series chips with larger models?
Used Claude Design to build the landing page for my side project (strimoza.com) over the weekend. Honestly impressive for a solo dev with no design background — got something shippable in a few hours. That said, I still ended up going back to tweak things manually. It's great for 80%, the last 20% still needs judgment. Not sure it kills Figma for teams, but for indie devs it's a game changer.
Interesting timing — I've been using Bunny CDN for video delivery and considering moving parts to Cloudflare. Anyone have experience comparing the two for media streaming specifically?
Curious how they handled it at the CDN level. I use Bunny CDN for video streaming on my project and signed URLs help a lot for abuse prevention, but a full DDoS is a different beast entirely.