exlted / StreamCore

This is a self-hosted streaming infrastructure system. Think StreamLabs, but you're in control. Long term, we intend to support as many platforms as possible!
MIT License
4 stars 0 forks source link

Consider a desktop (non-web-tech) program to display chat/alerts #36

Open exlted opened 1 year ago

exlted commented 1 year ago

To have the best performance, a dedicated program for chatUI and alerts could be best. OBS Studio plugin should be required for it.

jalcine commented 1 year ago

I'd be curious if something like @tauri-apps/tauri could be used here (mainly to allow people to use their own custom HTML + CSS to drive experiences).

(Originally published at: https://jacky.wtf/2022/8/MRPO)

exlted commented 1 year ago

Certainly not against something like that. I'd need to play around with it and see performance benefits VS standard embedded web. Overall the main goal here is to allow people with limited computing power to be able to still have great looking Stream UIs be a possibility.

At first blush though, it seems like a great starting point.