Closed GoogleCodeExporter closed 9 years ago
Even I am also facing the same issue with Libjingle 0.6.14 and mediastreamer
2.8.2
As I went through the issue list, I couldn't locate the patches for these
compilation issues.
If anyone has already got past this issues. Could you please send your changed
files as zip attachment.
Original comment by krgaura...@gmail.com
on 3 May 2012 at 12:27
Find line in linphonemediaengine.cc:
talk_base::Thread* = talk_base::ThreadManager::CurrentThread()
and change it like this:
talk_base::ThreadManager = tm;
talk_base::Thread* = tm.CurrentThread();
If this helps you please send me your solution because i got some other errors
that i could not resolve.
Thanks.
Original comment by alek.i.m...@gmail.com
on 7 May 2012 at 7:46
Can you tell me how you countered "disaable lib412" while configuring media
streamer library.?
Original comment by mitivarun@gmail.com
on 17 May 2012 at 4:32
Alek, I used your solution and I got the following error when making calls:
Error(common.cc:67): base/physicalsocketserver.cc(1164): ASSERT FAILED:
dispatchers_.empty() @ ~PhysicalSocketServer
To fix the issue I had to use (in libjingle0.6.14) the following:
talk_base::Thread *thread =
talk_base::ThreadManager::Instance()->CurrentThread();
talk_base::SocketServer *ss = thread->socketserver();
Hope this helps.
Original comment by ame68...@gmail.com
on 23 May 2012 at 11:23
Hi, everybody.
I got the error when building Libjingle0.6.14 with mediastreamer2, the error
occurs when compiling linphonemediaengine.cc:
c:\src\libjingle\mediastreamer2\mscommon.h(22) : fatal error C1083: Cannot open
include file: 'ortp/ortp.h': No such file or directory
scons: *** [build\dbg\obj\session\phone\linphonemediaengine.obj] Error 2
scons: building terminated because of errors.
Because of missing other libraries, such as ortp,... I must add them to the
library, but anyway, it give errors, because there is so many errors like this
(missing or cannot open include file).
Who can hep to solve this problem?
The solution mediastreamer.2.8.2 has the same problem? Is it really the
solution has created with not being enough library?
Thanks.
Original comment by duc...@tin180.com
on 3 Jul 2012 at 2:10
Linphone is no longer supported.
Original comment by juberti@google.com
on 31 May 2013 at 8:49
Original issue reported on code.google.com by
manohara...@gmail.com
on 12 Mar 2012 at 4:52