Closed GoogleCodeExporter closed 9 years ago
Hi,
I have the same problem. Any help is much appreciated.
Original comment by alek.i.m...@gmail.com
on 23 Apr 2012 at 11:44
[deleted comment]
[deleted comment]
I have been through these problems and got those fixed by using patches
provided in the existing issues.
Please paste your exact error in google and you will see past issues containing
4-5 patches with in this list.
Original comment by fayya...@gmail.com
on 24 Apr 2012 at 8:13
[deleted comment]
Hi,
Already try that but it's not working. Can you provide links to these patches?
Thanks.
Original comment by alek.i.m...@gmail.com
on 24 Apr 2012 at 1:43
Hi,
I have probably missed this one.
I will have to dig in my fedora installation for code changes and patch links,
but i probably can do that in a day or two in case you still need that.
Please let me know. Keep in mind that i was only able to build pcp successfully
and upon running was able to authenticate with google servers but failed to
transfer actual file
Thanks,
Fayyaz
Original comment by fayya...@gmail.com
on 26 Jun 2012 at 11:48
Hey Fayyaz,
Would you mind compiling a list of changes needed to eliminate the errors? I
have been through the entire issues list and was unable to find the patches
that you were talking about. The only issue with 4-5 patches I found (issue
#16) had patches that did not seem to relate to these
mediaengine/linphonemediaengine problems.
Thanks,
Kyle
Original comment by Cummings.Kyle.M
on 19 Jul 2012 at 9:24
Okay, so I managed to get past these errors. For those that are curious, delete
the " = 0" part at the end of the line with the function producing the error.
Then, add the following into "linphonemediaengine.cc":
bool SetVideoCapturer(cricket::VideoCapturer* vidcapturer, uint32 unsigndint) {
return true; }
bool GetOutputVolume(int* intpointer) { return true; }
bool RegisterVideoProcessor(cricket::VideoProcessor* processor) { return true; }
bool UnregisterVideoProcessor(cricket::VideoProcessor* processor) { return
true; }
bool RegisterVoiceProcessor(uint32 unsigndint, cricket::VoiceProcessor*
processor, cricket::MediaProcessorDirection mediadirection) { return true; }
bool UnregisterVoiceProcessor(uint32 unsigndint, cricket::VoiceProcessor*
processor, cricket::MediaProcessorDirection mediadirection) { return true; }
Original comment by Cummings.Kyle.M
on 19 Jul 2012 at 10:23
Linphone is no longer supported.
Original comment by juberti@google.com
on 31 May 2013 at 8:38
Original issue reported on code.google.com by
krgaura...@gmail.com
on 20 Apr 2012 at 10:36