6 messages in com.googlegroups.google-talk-openRe: failed cricket::MediaEngine::Init()
FromSent OnAttachments
Victor Sklyar01 Mar 2007 06:12.jpg, .jpg
Victor Sklyar05 Mar 2007 08:02.jpg, .jpg, .jpg
Victor Sklyar05 Mar 2007 12:49 
karl...@gmail.com29 Apr 2007 23:21 
Swats02 May 2007 22:22 
Gtalk forum05 Jun 2007 08:33 
Subject:Re: failed cricket::MediaEngine::Init()
From:Victor Sklyar (vinn@gmail.com)
Date:03/05/2007 12:49:13 PM
List:com.googlegroups.google-talk-open

Today I received answer to my question from GIPS. As I understood its was their mistake. And it work fine (look like) in updated version.

The topic can be closed.

Thanks for attention.

Ok. As I see only me have such type of error... I downloaded GIPD Lite Voice Engine Test Application and... it is not working too. I have recevied next error messages (see in attach). It seems not trouble of a libjingle, but maybe somebody have similar?.. (The forum GISP developer site save silent)

2007-03-01_170401.jpg 11KПросмотретьЗагрузить

2007-03-01_170413.jpg 12KПросмотретьЗагрузить

2007-03-01_170421.jpg 13KПросмотретьЗагрузить

Hello. I can't to get work properly *call* sample from libjingle SDK. I work in VS 2005 Pro. I have installed Expat2.0.0, GIPS Lite. Project compiled fine. But in run-time when I type command

(call) call some@gmail.com

i receive Debug Error! (see in attach) it occurs in this function

VoiceChannel *ChannelManager::CreateVoiceChannel_w(Session *session) { talk_base::CritScope cs(&crit_);

// This is ok to alloc from a thread other than the worker thread *assert(initialized_); * MediaChannel *channel = media_engine_->CreateChannel(); if (channel == NULL) return NULL;

VoiceChannel *voice_channel = new VoiceChannel(this , session, channel); channels_.push_back(voice_channel); return voice_channel; }

When I debug code I found

bool ChannelManager::Init() { * initialized_ = media_engine_->Init();* return initialized_; }

whete Init() return false

My question is *why?* **

Thanks.- Скрыть цитируемый текст -

- Показать цитируемый текст -