bill-auger / av-caster

A light-weight native gStreamer GUI for screencast, webcam, and audio recording and streaming
Other
87 stars 15 forks source link

implement chat feature #30

Closed bill-auger closed 8 years ago

bill-auger commented 8 years ago

chat feature is implemented as the IrcClient class wrapping libircclient >= v1.8

makes use of bitlbee to access jabber chats such as LCTV but is designed so that bitlbee should not be a dependency - currently the chat is disabled unless a running bitlbee instance is found that is properly configured with an external chat (e.g. LCTV) with an internal name corresponding to the hard-coded constant IRC:: MY_CHANNEL

GUI support nyi #44

bill-auger commented 8 years ago

fully implemented with GUI controls 8fe47b50b6b064ec03e4f1168898b8b69e26e6a4

TODO: perhaps to automate bitlbee registration