View Single Post
  #2  
Old 02-08-2014, 02:04 PM
Elgero Elgero is offline
Senior Member
 
Join Date: Feb 2012
Posts: 177
Elgero is on a distinguished road
Default

Re: Chaturbate chat text recording.


I have written a console application that connects to the chat server and shows the chat messages (public chat only). Saving the chat messages to a text file (SRT) is easy, but there are two problems:

1) You must somehow start to record the video stream and chat stream at exactly the same time or else they will be out of sync. For example, if you start to record the video stream 5 seconds before the chat stream, then the timestamps in the SRT file are 5 seconds off and the model responds to a question before you have read the question.

2) When there are a few thousand viewers in the chatroom and the model hasn't silenced the 'greys', then there are often dozens of new messages at once. How are you going to show all these messages?
Reply With Quote