jigar-joshi / libjingle

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

CallSample no voice incoming for accept call #148

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. I use call sample to call windows client, it works, have voice receive and 
send voice to windows client.
2. I use windows client to call Call sample, the windows client has voice, but 
no voice received for call sample, The call sample can send voice to windows 
client

What is the expected output? What do you see instead?
The accepted call should receive voice

What version of the product are you using? On what operating system?
0.5.1 on Mac

Please provide any additional information below.
I set breakpoint in VoiceChannel, no data is coming.

Original issue reported on code.google.com by orzgames...@gmail.com on 20 Mar 2011 at 11:24

GoogleCodeExporter commented 9 years ago
The libjingle sample only supplied with the FileMediaEngine. You need to 
specify the following flags when running the call program:

  DEFINE_string(voiceinput, NULL, "RTP dump file for voice input.");
  DEFINE_string(voiceoutput, NULL, "RTP dump file for voice output.");
  DEFINE_string(videoinput, NULL, "RTP dump file for video input.");
  DEFINE_string(videooutput, NULL, "RTP dump file for video output.");

Please reply if you get things going, so that I can close this issue.

Original comment by jun...@google.com on 6 Apr 2011 at 3:06

GoogleCodeExporter commented 9 years ago
It is the device flag problem, you can close the issue.

Original comment by orzgames...@gmail.com on 9 May 2011 at 11:42

GoogleCodeExporter commented 9 years ago

Original comment by jun...@google.com on 12 May 2011 at 8:59