Search found 6 matches

by siguadao
Wed Feb 18, 2015 6:22 pm
Forum: H.323 Plus (Open Source H.323 Stack)
Topic: How to add h.264 video capability in TCS?
Replies: 0
Views: 22394

How to add h.264 video capability in TCS?

I downloaded h323plus source code(h323plus-v1_26_5), I have no idea how to add h.264 video capability in local capability set. When new an endpoint, I use 'AddAllCapability(0, 0, "*")', but there're only audio capabilities in local capability set (use WireShark tool to ensure the point). I...
by siguadao
Mon Feb 09, 2015 10:00 am
Forum: H.323 Plus (Open Source H.323 Stack)
Topic: How to cross compile latest h323plus source code?
Replies: 1
Views: 15983

Re: How to cross compile latest h323plus source code?

I met the same problem too. I modified "~/h323plus/configure" file, changed all "ptlib/make/lib.mak" to "ptlib/make/ptlib.mak"... But after that, when execute "make optnoshared" to compile h323plus, error happened. Which is like: no rule to make target "d...
by siguadao
Thu Oct 09, 2014 2:36 am
Forum: H.323 Plus (Open Source H.323 Stack)
Topic: How to use openh323 in an exist project?
Replies: 3
Views: 21910

Re: How to use openh323 in an exist project?

I think its probably easier to convert your current project to C++: With very few exceptions, C is also valid C++ code. OpenH323 is meant to be used by subclassing. Converting every method overload into a callback is doable, but a huge amount of work. Also, please go to http://www.h323plus.org/ and...
by siguadao
Thu Sep 18, 2014 4:12 pm
Forum: H.323 Plus (Open Source H.323 Stack)
Topic: How to use openh323 in an exist project?
Replies: 3
Views: 21910

How to use openh323 in an exist project?

How to use openh323 in an exist project? I have downloaded openh323_v1_18_0 source code and pwlib_v1_10_3 source code and compile them successfully with 'make optnoshared' separately. Then I faced some problems when using the lib. Q1. How to use the openh323 lib in an exist project? All openh323 tut...
by siguadao
Fri Aug 29, 2014 3:33 pm
Forum: H.323 Plus (Open Source H.323 Stack)
Topic: How to compile h323plus source code?
Replies: 3
Views: 21277

Re: How to compile h323plus source code?

You probably forgot to run "./configure" before make or something went wrong with it. "make bothdepend" and "make bothnoshared" should work. You're right. I had run "./configure", but it failed. I paied no attention to it so compilation process is nok. I modi...
by siguadao
Sat Aug 09, 2014 4:37 pm
Forum: H.323 Plus (Open Source H.323 Stack)
Topic: How to compile h323plus source code?
Replies: 3
Views: 21277

How to compile h323plus source code?

I have downloaded h323plus-v1_26_0 source code and ptlib-2.12.8 source code from http://www.h323plus.org. Then I compiled them in linux as what saied in 'Simple H323Plus/OpenH323 Tutorial' (http://www.toncar.cz/openh323/tut/). It's ok when compiling ptlib, but some errors occured when compiling h323...