Search found 9 matches

by Y030052
Mon Jun 18, 2012 9:26 am
Forum: H.323 Plus (Open Source H.323 Stack)
Topic: H.264 encoding quality
Replies: 1
Views: 4802

H.264 encoding quality

Hi, Is there a way to adjust the quality of H.264 video codec for use in H323plus's application? I tried to invoke H323VideoCodec::SetTxQualityLevel() when the video logical channel is opened. But I do not see any difference on the quality. Anyone know what is the right way to set the video codec op...
by Y030052
Tue Jan 31, 2012 7:34 am
Forum: H.323 Plus (Open Source H.323 Stack)
Topic: 64bit compilation
Replies: 1
Views: 4560

64bit compilation

hello,

Is it possible for H.323plus to be compiled in Windows 7 - 64 bits (using Visual Studio 2010)? Can someone guide me on this? Thank you.

Best regards,
Jess
by Y030052
Tue Sep 13, 2011 3:28 am
Forum: H.323 Plus (Open Source H.323 Stack)
Topic: compile H.264 plugin
Replies: 5
Views: 8482

Re: compile H.264 plugin

Hi Simon,

I have downloaded the plugin from the URL you gave and placed them under c:\ptlib_plugin directory. But when I don't see H.264 codec is loaded in the sample application simple.exe. Is there some configuration that I must do? Please help. Thank you.
by Y030052
Fri Sep 09, 2011 6:35 am
Forum: H.323 Plus (Open Source H.323 Stack)
Topic: missing H.263 4CIF and 16CIF
Replies: 2
Views: 6063

Re: missing H.263 4CIF and 16CIF

Hi Simon, where can I find the "4CIF H.239 encoder and decoder definition" you mentioned? It will be great help if you can point out directly on the right file/class/method. Thanks.
by Y030052
Fri Sep 09, 2011 3:13 am
Forum: H.323 Plus (Open Source H.323 Stack)
Topic: missing H.263 4CIF and 16CIF
Replies: 2
Views: 6063

missing H.263 4CIF and 16CIF

Any idea why I cannot see H.263-4CIF and -16CIF loaded from the sample application simple.exe? Initially only H.263(sw) is loaded and after I commented the code line SetVideoFrameSize(MaxVideoFrame), I able to see that H.263-CIF and H.26-QCIF are loaded, but still not for H.263-4CIF and -16CIF. I ha...
by Y030052
Thu Sep 08, 2011 6:16 am
Forum: H.323 Plus (Open Source H.323 Stack)
Topic: compile H.264 plugin
Replies: 5
Views: 8482

Re: compile H.264 plugin

Hi Simon,

Thank you for the dlls. That will be the life saver.
Can you post or send me the header files, such as libavcodec\avcodec.h, x264.h, etc? Thanks.
by Y030052
Wed Sep 07, 2011 6:07 am
Forum: H.323 Plus (Open Source H.323 Stack)
Topic: compile H.264 plugin
Replies: 5
Views: 8482

compile H.264 plugin

Hi, I have some questions about compiling H.264 plugin using Visual Studio 2010. Based on the instruction from the ReadMe file, I suppose to compile FFMPEG and X264 using MinGW, but I have been trying to avoid this step. Instead, I am trying to use the DLL I can find online at http://mediatools.cs.u...
by Y030052
Wed Aug 31, 2011 1:06 am
Forum: H.323 Plus (Open Source H.323 Stack)
Topic: Problem in compiling the tutorial
Replies: 4
Views: 8528

Re: Problem in compiling the tutorial

Hi Shrone,

Thanks for pointing out the solution. In addition to oleaut32.lib, I have to refer to ole32.lib as well.
by Y030052
Fri Aug 26, 2011 10:02 am
Forum: H.323 Plus (Open Source H.323 Stack)
Topic: Problem in compiling the tutorial
Replies: 4
Views: 8528

Problem in compiling the tutorial

Hi all, I just downloaded the H323plus library version 1.23.0 and ptlib version 2.10.1 for Windows. I managed to compile both libraries using Visual Studio 2010. But now I am struggling to get the tutorial from http://toncar.cz/openh323/tut/files.html to compile. I have set the VC++ directories prop...