Existe algum aplicativo gratuito para bate-papo por áudio através de contas do Google no Ubuntu?

5

Existem aplicativos gratuitos para bate-papo de áudio para contas do Google no Ubuntu?

    
por joe 28.07.2009 / 10:14

3 respostas

9

Dê uma olhada no Empathy , é um aplicativo de mensagens instantâneas com vários protocolos que, ao contrário do Pidgin, oferece suporte ao bate-papo por voz do Google Talk .

Está disponível nos repositórios do Ubuntu. Você também precisará instalar um backend para empatia, a fim de usar o gtalk. Instale ambos com:

sudo apt-get install empathy telepathy-gabble
    
por 28.07.2009 / 10:24
3

Existem algumas alternativas:

  • Google Talk --- NÃO
  • Google talk gadget --- SIM
  • Adium --- NÃO
  • Pidgin --- YES
  • iChat --- NÃO
  • Kopete --- SIM
  • Miranda --- NÃO
  • Psi --- Sim
  • Trillian Pro --- NÃO

Embora haja alguém relatando que eles conseguiram trabalhar em Suse

Google Talk voice chat on SuSE

One of the things that I sometimes miss on Linux is the ability of voice chat. Skype is the only IM network that supports voice call to and from Linux machines. However, with recent release of libjingle by Google, it is now possible to call my friends using Google Talk from Linux. psi-jingle branch of psi has implemented the support of libjingle. I recently installed it on my desktop running SuSE 9.3 and it works great. Here is the procedure for installation.

  1. Get the sources either directly from the darcs repository

darcs get --partial --set-scripts-executable http://dev.psi-im.org/darcs/psi-jingle

  1. Install all required packages (use apt)

apt install speex-devel apt install qca-devel

  1. Compile ORTP from source because the version of package in repository was not compatible.

wget http://www.linphone.org/ortp/sources/ortp-0.7.1.tar.gz tar zxvf ortp-0.7.1.tar.gz; cd ortp-0.7.1 ./configure --prefix=/usr/ make && make install

  1. Install psi-jingle cd psi-jingle ./configure --enable-jingle --with-qca-inc=/usr/lib/qt3/include/ --with-qca-lib=/usr/lib/qt3/lib/
    --with-ortp-lib=/usr/lib/ --with-ortp-inc=/usr/include/
    --with-glib-inc=/opt/gnome/include/glib-2.0/ --with-glib-lib=/opt/gnome/lib/ --with-glibconfig-inc=/opt/gnome/lib/glib-2.0/include/ make

  2. Fire up psi and login to Google Talk network and start voice chatting.

It is important to note that psi-jingle is an under development code and there may be bugs (although it works fine for me). If there are problems, check artsd is not running and mic is functioning fine.

Note: these instructions will work only with 32-bit OS. While I was able to successfully compile it on amd64, the procedure was non-trivial and required me to edit many Makefiles and source files manually.

    
por 28.07.2009 / 10:19
1

Desde a versão 2.6, o Pidgin tem suporte a áudio e vídeo para o gtalk. Ainda não está no repositório do Ubuntu, mas deve haver debs em algum lugar.

    
por 29.09.2009 / 18:52