Re: [Farsight-devel] Farsight msnwebcam protocol
Hi, Steve Kreyer wrote: > Hi, > > after taking a look into msnwebcam.c, I've noticed that the > configuration for this plugin must be provided by the application due to > an XML formatted string. What is the format of this XML? Do I have to > construct this string for my own or can I retrieve it from any MSN service? > > The background is that I play with the idea to write a webcam plugin for > the im pidgin. > > Any help on this issue would be appreciated. I do not know the answer to your specific request but just in case you are not aware of it please check the voice and video branch as that seems to have the greatest chances of becoming part of the official pidgin. You'd need to fix (if needed) the msn webcam support in fs2 and in pidgin add the needed support in the existing msn purple plugin. Jani - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ ___ Farsight-devel mailing list Farsight-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/farsight-devel
Re: [Farsight-devel] Farsight msnwebcam protocol
Hi Jani, Jani Monoses wrote: > Hi, > > I do not know the answer to your specific request but just in case you > are not aware of it please check the voice and video branch as that > seems to have the greatest chances of becoming part of the official pidgin. > No I wasn't. Now I've noticed that there are some efforts. Maybe i should first ask on the pidgin mailing list about the progress of this branch. Thank you for the hint. > You'd need to fix (if needed) the msn webcam support in fs2 and in > pidgin add the needed support in the existing msn purple plugin. > > Ok, it looks like a bit of work :-)... In the current git repository of fs2 there aren't any existing general FsPlugins. I only found some transmitter plugins. Is there any documentation or any examples out there which describes the integration of a FsPlugin in fs2? > Jani > Thanks, Steve - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ ___ Farsight-devel mailing list Farsight-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/farsight-devel
Re: [Farsight-devel] Farsight msnwebcam protocol
On Sun, 2008-11-16 at 23:56 +0100, Steve Kreyer wrote: > > I do not know the answer to your specific request but just in case you > > are not aware of it please check the voice and video branch as that > > seems to have the greatest chances of becoming part of the official pidgin. > > > No I wasn't. Now I've noticed that there are some efforts. Maybe i > should first ask on the pidgin mailing list about the progress of this > branch. Thank you for the hint. Look at the pidgin-vv work done by Maiku, he was interested in having msn webcam support. > > You'd need to fix (if needed) the msn webcam support in fs2 and in > > pidgin add the needed support in the existing msn purple plugin. > > > > > Ok, it looks like a bit of work :-)... > > In the current git repository of fs2 there aren't any existing general > FsPlugins. I only found some transmitter plugins. Is there any > documentation or any examples out there which describes the integration > of a FsPlugin in fs2? In farsight2, FsPlugins are only used for RTP transmitters. The protocol plugins are regular gstreamer plugins that implement a certain interface called FsConference. There is a branch with a msn webcam plugin at http://github.com/dksaarth/farsight2-msn-plugin/tree/master I've started cleaning it up to satisfy my merging requirements, but I haven't finished yet.. http://git.collabora.co.uk/?p=user/tester/farsight2.git;a=shortlog;h=refs/heads/msn-webcam And I didn't have time to work on it for the last month.. -- Olivier CrĂȘte [EMAIL PROTECTED] Collabora Ltd signature.asc Description: This is a digitally signed message part - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/___ Farsight-devel mailing list Farsight-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/farsight-devel