Finally, a screen saver with ads
Show HN: MacOS Live Screensaver – A screensaver that plays live video streams
21–30 of 43 posts
Re: Show HN: MacOS Live Screensaver – A screensaver that plays live video streams
#22Does anyone still use screensavers? I have set my machines to turn off the screen as soon as that was an available option.
Re: Show HN: MacOS Live Screensaver – A screensaver that plays live video streams
#23Re: Show HN: MacOS Live Screensaver – A screensaver that plays live video streams
#24Earlier quoted context omitted.
it's just claude code commiting and pushing for me because i'm lazy
Not lazy! This should be a requirement, so future “us” can discern authorship - just like any developer.
Re: Show HN: MacOS Live Screensaver – A screensaver that plays live video streams
#25Earlier quoted context omitted.
it's a combination of people seeking aesthetic (imo), and naturally, preventing an oled, plasma, or crt from burn-in
If the screen is off, what's to burn in?
Re: Show HN: MacOS Live Screensaver – A screensaver that plays live video streams
#26Excellent, advertising-free live streams to choose from here:
https://www.youtube.com/@MontereyBayAquarium/streams
I often turn on the kelp forest (sound muted) as a pleasing backdrop on my living room TV, but they're all pretty neat.
Re: Show HN: MacOS Live Screensaver – A screensaver that plays live video streams
#27Does anyone still use screensavers? I have set my machines to turn off the screen as soon as that was an available option.
Re: Show HN: MacOS Live Screensaver – A screensaver that plays live video streams
#28> Disclaimer: This project was entirely vibe-coded. I've never written Swift before in my life Something I've wondered - but not had much empirical evidence for - is if entirely vibe-coded projects are difficult to maintain. I, too, don't know swift so I cannot look over the codebase to gauge this. I am curious if any swift savants out there can weigh in. Furthermore, I will follow the project and keep an eye out for…
Re: Show HN: MacOS Live Screensaver – A screensaver that plays live video streams
#29I was gonna warn you about a bug in macOS 15+ where your screensaver stays around after you go back to the desktop, but for some reason your code seems to avoid that issue. I'm not quite sure how, as you don't hook stopAnimation or any event apart from the deinit. But it works, so, massive kudos, I'll have to try and understand why !
Re: Show HN: MacOS Live Screensaver – A screensaver that plays live video streams
#30That's super cool, congrats on releasing it ! It's a feature that some people periodically ask me to add in Aerial, but I never got to it. Piping from yt-dlp to AVFoundation is definitely the way to go. I was gonna warn you about a bug in macOS 15+ where your screensaver stays around after you go back to the desktop, but for some reason your code seems to avoid that issue. I'm not quite sure how , as you don't hook s…
look at the animateoneframe function, there's the workaround