Nate, depending on how technical you are, and how timely (live or post
processed) you want the chat info into other system here a few
approaches to consider.
1) You can connect to redis and capture the chat events live as they
happen. If you connect to redis with telnet and monitor the messages
you can see them generated live, You can open redis port and have
another system monitor.
2) If recorded, after the meeting you will find in published directory
an events.xml file, this file has all the chat messages shortly after
the meeting is published.
3) Lastly, you could modify the processing .rb scripts (look at
slides.rb, presentation.rb mattorhorn.rb for examples) to take only
chat events needed and either ftp to another server, or insert direct
into a MS-SQL or MYSQL database on other system.
Sounds like a fun project.
regards.
Stephen
http://hostbbb.com
On May 17, 6:18 pm, Chad Pilkey <
capil...@gmail.com> wrote:
> Recording has to be decided when the meeting is first started so you would
> have to know ahead of time that you want to keep a record.
>
> If you're looking for commercial support, the best place to start would be
> here,
http://www.bigbluebutton.org/commercial-support/.
>
> If you instead want to make the modifications yourself and you want to
> modify the recording processing scripts you should look into how the
> scripts work currently. You can see them all here,
https://github.com/bigbluebutton/bigbluebutton/tree/master/record-and....
> The processing scripts are all written in Ruby as well.
>
> There's an overview of how the recording processing works on the wiki here,
http://code.google.com/p/bigbluebutton/wiki/RecordPlaybackSpecification. It
> >>> Nate- Hide quoted text -
>
> - Show quoted text -