By-bye web chat! 🤧 The online IRC <-> Matrix bridge I wanted to use in a website iframe is unusable after all. Anybody knows a way to make #matrix available as webchat?
@mray what do you mean exactly?
There are browser clients of you are referring to that
@sid I'm talking about a chat embedded in a website that anybody can use. Similar to kiwiirc.com or webchat.ircnet.net. So that people can effortless participate in a stream, but in Matrix
@mray that's basically what I wrote matrix-streamchat for, which already kind of works too https://git.pixie.town/f0x/matrix-streamchat
@f0x This looks super exciting. Is there any more documentation? It is not clear to me how to install or run it locally. Or what it actually *is*. "OBS integration for Matrix powered stream chat" sounds just like what I could need. 😃
@mray the documentation is rather lacking because i am always busy with different things. It's one webapp, that can be used either as the (embedded) Matrix client for viewers to chat through, or thrown in an OBS web browser view to show just the messages coming in the room.
Basic local install is yarn install && BUDO_BUILD=1 node index.js && node index.js
which will start a webserver hosting all the stuff
@f0x how exactly is the hosted version supposed to be integrated on a website?
@mray there's also a room at #streamchat:pixie.town, ill see if I can work at a couple of issues in the next few days