Hi Merrick, Merrick Fonnesbeck wrote: > I am working on an application that may connect with another device > already being used that currently communicates and sends video using the > H.323 protocol. But I can't find anything that definitively states > whether the Nokia internet tablets support H.323. Can anyone help me > with this by letting me know if it does? Or if there is a plugin or > code library that would give me that supported protocol for streaming > video from the camera on the device out to another device that could > receive it using H.323? Thanks.
There is no a Telepathy backend (connection manager) for H.323 at the moment, so currently it's not supported on the internet tablets. The telepathy-glib library gives you the gobject base classes and ginterfaces to implement in order to implement a Telepathy connection manager. So, it should be possible to take a library like Opal or code from Ekiga and make a Telepathy CM without too much difficulty. I believe Senko took a look at it quite some time ago using Opal to write telepathy-gem, but I don't think it's very complete: http://darcs.collabora.co.uk/darcsweb.cgi?r=user/ptlo/telepathy-gem;a=summary I'm sure he (and we) would be very happy to help someone who wanted to hack on this (come chat to us in #telepathy on irc.freenode.net). Hope this helps. > MFonnesbeck Regards, Rob -- Robert McQueen +44 7876 562 564 Director, Collabora Ltd. http://www.collabora.co.uk _______________________________________________ Telepathy mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/telepathy
