zf8848 / libjingle

Automatically exported from code.google.com/p/libjingle
0 stars 0 forks source link

ASSERT FAILED #129

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Run the example call, authorization successful
but after when I do get an outbound call is a critical error

(call) Error(common.cc:67): d:\libjingle\libjingle-0.5.1\talk\p2p\base\session.c
c(615): ASSERT FAILED: state_ == STATE_INIT || msg.from == remote_name_ @ 
cricket::Session::OnIncomingMessage

how to fix?

Thanks

Original issue reported on code.google.com by crackm...@yandex.ru on 25 Jan 2011 at 12:43

GoogleCodeExporter commented 9 years ago
It hard to tell whether the assertion failure is from "state_" or from 
"msg.from". Could you please run "call.exe -d" then attach the screen log.

Original comment by jun...@google.com on 25 Jan 2011 at 10:43

GoogleCodeExporter commented 9 years ago
Attached log

Original comment by crackm...@yandex.ru on 26 Jan 2011 at 6:51

Attachments:

GoogleCodeExporter commented 9 years ago
Libjingle is shipped only with file media engine. When you run "call" example 
program, you need to use file media engine, for example:
call.exe -d --videoinput=..\..\..\session\phone\testdata\video.rtpdump 
--voiceinput=..\..\..\session\phone\testdata\voice.rtpdump 
--videooutput=vout.rtpdump --voiceoutput=aout.rtpdump

I would suggest to use latest version of libjingle and try with this command. 
You shouldn't run into any issues like this.

Original comment by jun...@google.com on 14 Jun 2011 at 9:17