Fenrirthviti / stream-site-chat

Python chat back-end for Rachni stream site.
1 stars 0 forks source link

How? #1

Open ustoopia opened 3 years ago

ustoopia commented 3 years ago

So how does this work? I run the script manually? How? Or does the site call the script? Where should I put it?

Fenrirthviti commented 3 years ago

The site is a PHP front-end that lives on top of an nginx server that has either nginx-rtmp-module or nginx-http-flv-module (strongly recommended and currently the only supported). Basic installation instructions are in the readme.

This part is just a python script that starts a websockets server that the site connects to.

ustoopia commented 3 years ago

I know. I have the streamsite pretty much up running, with nginx. Except for chat. I'll have another look at the readme. Thanks