Project

General

Profile

Feature (development) #17103

Updated by Andrej Ondrejovic about 2 months ago

END GOAL 
  - user download widget, configure it and start to play. as it receive an events it is commenting base on that. That's it ! 


 - widget should be standalone webpage(OBS)/application(twitch) kind of independent of the game itself 
 - OBS plugin can not do real commentary because of delay, with twitch widget you are not capable to interact with the streamer.  
 - infrastructure 
  - backend for configuration of the widget(URL for datastream, URL for some knowledge base, name) 
  - backend for event handling 
  - usage of MQTT 
  - agent web page should interact with AWS Polly to skip one more node in the processing 
 - we should try utilize twitch chat as much as possible though their API(bear can say something for donation, we can track some prompts) 


 - syncing might be big issue which we do not consider now

Back