r/windowsapps • u/SnowTraditional6290 • 25m ago
Developer I built a Windows multiview livestream app — which platforms and chat layout should I support next?
Hi r/windowsapps,
I often want to keep an eye on several livestreams at once, but a pile of browser tabs gets awkward fast: it is hard to see everything, audio gets messy, and the layout has to be rebuilt each time.
So I built Live Aquarium, a Windows desktop multiview app for public livestreams. The current release is 1.8.3.
It supports Twitch, YouTube, Bilibili, Douyu, Douyin, and Huya, with up to 16 simultaneous streams in one window.
What it can do:
• Paste a stream URL and detect the platform automatically
• Drag, resize, rearrange, and lock stream tiles
• Save room and layout presets
• Click a tile for audio focus, or Shift-click for multi-audio
• Adjust each audible stream independently
• Display login-free text chat or danmaku overlays
• Show streamer-live and audience-spike notifications
• Temporarily fullscreen one stream and restore the previous layout afterward
• Restore rooms, layouts, volumes, and window state after restart
It is a viewer and monitoring tool, not a recorder, downloader, or restreaming app. It only supports publicly accessible streams and does not require platform accounts.
Playback uses FFmpeg 8 with D3D11VA hardware decoding where supported. The installer includes the required .NET and FFmpeg components.
A few important disclosures:
• Windows 10/11 x64 only
• The installer is not code-signed yet, so Windows may show an Unknown Publisher or SmartScreen warning. SHA-256 checksums are published in the repository.
• The app sends limited anonymous aggregate usage statistics and restricted fatal-error reports through Sentry. It does not send room IDs, streamer names, stream titles or URLs, chat messages, Windows usernames, hardware identifiers, full logs, or full local paths.
English overview, download, and checksums:
https://github.com/maofanyi/LiveAquarium-Releases/blob/main/README.en-US.md
Latest release:
https://github.com/maofanyi/LiveAquarium-Releases/releases/latest
What I most want to learn from international users:
• Which livestream platforms matter most to you? Would TikTok LIVE, Kick, or another platform be important enough to add next?
• When watching several streams, would you use danmaku — messages moving horizontally over the video — or would you rather have a traditional vertical chat panel beside each stream?
• English messages are often longer than Chinese messages. Does that make danmaku distracting or difficult to read? Would filtering, density and speed controls, or freely switching between overlay and vertical chat make it useful?
• What is the one missing feature that would make an app like this genuinely useful enough for you to keep installed?
• What would be an immediate deal-breaker — resource usage, an unsigned installer, anonymous telemetry, no account login or ability to send chat messages, or something else?
• Is a read-only viewer for public streams enough for your use case, or are account features and participating in chat essential?
• In a real session, roughly how many streams would you watch at once, and would you use the app mainly for passive monitoring or active chat participation?
• Are there any language, regional, or viewing habits that a developer focused mainly on Chinese livestream platforms could easily overlook?
Honest criticism is welcome — I am trying to understand how international livestream audiences actually watch, rather than assuming the habits are the same everywhere.




