Search found 45 matches

by shorne
Fri Sep 09, 2011 5:12 am
Forum: H.323 Plus (Open Source H.323 Stack)
Topic: missing H.263 4CIF and 16CIF
Replies: 2
Views: 6061

Re: missing H.263 4CIF and 16CIF

By default H263 is limited to CIF however with some small changes you should be able to enable 4CIF and 16CIF. Look at h263CodecDefn in h263ffmpeg and look for the 4CIF H.239 encoder and decoder definition (4CIF is enabled for H.239) you can use this as a basis to define a 4CIF video capability by m...
by shorne
Thu Sep 08, 2011 5:55 am
Forum: H.323 Plus (Open Source H.323 Stack)
Topic: compile H.264 plugin
Replies: 5
Views: 8480

Re: compile H.264 plugin

You should redirect technical questions to the h323plus mailing list. http://lists.packetizer.com/mailman/listinfo/h323plus Compiling the X264 on windows is a real pain. You can use this precompiled version. http://www.h323plus.org/source/download/ffmpeg_x264.zip Extract into the same directory as y...
by shorne
Fri Aug 26, 2011 1:55 pm
Forum: H.323 Plus (Open Source H.323 Stack)
Topic: Problem in compiling the tutorial
Replies: 4
Views: 8523

Re: Problem in compiling the tutorial

try adding a reference to oleaut32.lib
by shorne
Sat Jun 18, 2011 1:19 am
Forum: H.323 Plus (Open Source H.323 Stack)
Topic: Create new h323 video codec plugin
Replies: 2
Views: 6081

Re: Create new h323 video codec plugin

When Introducing a new codec into H.323 (not just h323plus) you have decide whether its a non-standard or generic capability. H.261 and H.263 are standard capabilities H.264 (although standard) is a generic capability. h323plus has better support for generic rather than non-standard. A generic capab...
by shorne
Sat Dec 18, 2010 8:27 pm
Forum: H.323 Plus (Open Source H.323 Stack)
Topic: Video in OpenMCU
Replies: 2
Views: 8073

Re: Video in OpenMCU

The trace above is for Opal not H323plus. Both libraries use the ptlib base library. Anyway unlike a console application you need to set the environmental variable PTLIB_PLUGINDIR to point to the directory you have placed the plugins in. Note the X264_helper should remain in the same directory as yo...