Fenrirthviti / stream-site

Rachni - nginx RTMP streaming front end
Other
197 stars 71 forks source link

Chat #16

Closed petrichbg closed 7 years ago

petrichbg commented 7 years ago

hello where is chat database.sql ?

how to add chat table ?

Fenrirthviti commented 7 years ago

Apologies, I forgot to upload the sql task to create the chat table. I'll take care of it later tonight or you can manually create the table with

name chat

column name - type: id - serial (PK) channel_email - text sender - text message - text timestamp - bigint type - text

Also, you will need to create a user with display name of GlobalChatChannel to store the global chat messages in. This will also be corrected in later versions, chat is still a work in progress.

petrichbg commented 7 years ago

thanks i will test now ;)

Fenrirthviti commented 7 years ago

Going to assume this worked, closing.