Le jeudi 04 décembre 2008 à 21:15 +0100, Giorgio Zoppi a écrit :
> 2008/12/4 Andrea Nigido <[EMAIL PROTECTED]>:
> >
> >
> > ________________________________
> >
> > Hi guys...
> >
> > First of, thanks for this project...Elisa is growing day by day and is
> > getting beautyful!
> >
> > The idea of a browser integration sounds very nice but very complicate to
> > implement!
> It depends on the enviroment. I remember that two years ago on Win32, one
> group
> included Internet Explorer inside an app, in week. That's because in
> Win32 you have IE COM Control.
> Ref: http://blogs.clearscreen.com/juanjo/archive/2004/11/19/608.aspx
> Embedding Mozilla, it might be more complicated..i say i might,
> because I've never done.
>
It doesn't only depend on the stuff you want to include, but on the app
where you want to include it. To include a browser in elisa, you need to
display the browsing stuff in pigment, which means it has to be able to
render its display in memory, instead of on screen. And, well, that kind
of integration takes some time, but it's definitely possible (afaik,
they have some form of webkit and mozilla integration in clutter). The
only reason it's not done so far is because nobody took the time to do
it :).
> > What about starting by adding plugins like RSS reader, messenger (maybe
> > multiprotocol in the future) with an easy interface for calling (and
> > video-calling)?
> > I looked for the SKYPE python API some time ago in order to undestand if is
> > possible to port the videocallings in Elisa but the VIDEO IN/OUT API in
> > linux is not avaliable yet..Therefore, there are other protocols that are
> > open and ready to implement.
>
> A good research project on SIP/RTP over P2P network is QuteCom
> You might investigate on it, and I guess that it hasn't a python
> binding, however it's written in C++
> and you should write your python layer. I saw it the first time a
> while ago, when I was investigating about VoIP Nat Traversal,
>
> Regards,
> jo.