tuannv19 / idoubs

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

Not compiling #19

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.Compiling most recent versions of Doubango and idoubs
2.
3.

What is the expected output? What do you see instead?
for it to compile

What version of the product are you using? On what operating system?
revision 28

Please provide any additional information below.

revisison 27 seemed to work, compiled without errors, but with ~300 warnings. 
Ran in iPhone simulator. tinySAK seems to be the problem, it gets two errors, 
gcc fails with exit code 1, and it just stops. Doubango rev 428.

Original issue reported on code.google.com by camerond...@gmail.com on 25 Oct 2010 at 1:43

GoogleCodeExporter commented 8 years ago
Got it to compile, but I can't send or receive video on a 4th gen iPod touch, 
is 4.2 also: above I meant the most recent version of doubango. I have no idea 
why I put 428

Original comment by camerond...@gmail.com on 26 Oct 2010 at 5:12

GoogleCodeExporter commented 8 years ago
I cannot guess what is the problem without more information. Please send the 
wireshark capture trace.
What about the sound?
Which codec are you using?

Original comment by boss...@yahoo.fr on 26 Oct 2010 at 9:22

GoogleCodeExporter commented 8 years ago
I can't get a wireshark capture. I don't have a wifi packet sniffer, and I 
don't have access to the one on the server side. However, audio does work, and 
I'm using PCMA codec; video doesn't work, and I need to use H.264 for a video 
codec. I've tried all three h.264 codecs (bp10, 20, 30) and none of them work 
sending or recieving. Let me know what ya think. 

Original comment by camerond...@gmail.com on 26 Oct 2010 at 9:24

GoogleCodeExporter commented 8 years ago
I finally got an iPhone4 with iOS 4.1 but I can't reproduce the issue.
Do you see the preview video when you press "Start Video"?

Original comment by boss...@yahoo.fr on 27 Oct 2010 at 5:27

GoogleCodeExporter commented 8 years ago
I don't see anything at all when I press the button. There's also not anything 
like a placeholder, or something. It may be because I'm running iOS 4.2. I'll 
downgrade to 4.1 if I can and try it again. If that doesn't work, then could it 
be from the hardware restrictions added in rev. 27? 

Original comment by camerond...@gmail.com on 28 Oct 2010 at 8:19

GoogleCodeExporter commented 8 years ago
To test that the camera is correctly detected you can put a breakpoint in 
"startVideoCapture" (InCallViewController.m line 64). This function will only 
be available if iOS version is >=40000 and "TARGET_OS_EMBEDDED" macro is 
defined.
Could you check that "HAS_VIDEO_CAPTURE" macro (InCallViewController.h line 31) 
is true?

Original comment by boss...@yahoo.fr on 28 Oct 2010 at 8:38

GoogleCodeExporter commented 8 years ago

Original comment by boss...@yahoo.fr on 17 Nov 2010 at 10:56