FOSSRIT / Open-Video-chat

An open source video conferencing tool for the XO laptop
https://fossrit.github.io/projects/open-video-chat
GNU General Public License v3.0
17 stars 10 forks source link

Telepathy Stream Communication #15

Closed cdelorme closed 11 years ago

cdelorme commented 11 years ago

See if Telepathy supports inspecific methods for UDP communication such as with streams, without needing an IP Address, otherwise find a method to grab the IP Address and distribute it for communication.

cdelorme commented 11 years ago

Found the gajim linux package is built in python. Dated Gtk implementation but has every feature we need to implement for our system, so would be a great idea to check out their source as a reference.

cdelorme commented 11 years ago

Downloaded a copy of the latest Telepathy source from the "hidden" collabra repositories (shh, it's a secret).

Found modern python examples, and now fully understand how to create channels and request information using TelepathyGLib. Stream channel examples are provided and being tested as I type this, so this step is done.