Video support in PJSIP

KS
Kchitiz Saxena
Wed, Jun 27, 2012 12:11 PM

Hi
I am trying to compile PJSIP with video support. The documentation mentions
that following macros:

#define PJMEDIA_HAS_VIDEO        1
#define PJMEDIA_HAS_FFMPEG        1
#define PJMEDIA_VIDEO_DEV_HAS_SDL      1
#define PJMEDIA_VIDEO_DEV_HAS_DSHOW    1

Is it possible to run the video call without
enabling PJMEDIA_VIDEO_DEV_HAS_SDL macro and not linking the PJSIP with SDL
libraries. I tried compiling the code without PJMEDIA_VIDEO_DEV_HAS_SDL and
it was compiled correctly.
However I am not sure, how critical SDL is for video feature. Will it work
with some limitations or will it not work at all.

Thanks in advance,

Regards
Kchitiz

Hi I am trying to compile PJSIP with video support. The documentation mentions that following macros: #define PJMEDIA_HAS_VIDEO 1 #define PJMEDIA_HAS_FFMPEG 1 #define PJMEDIA_VIDEO_DEV_HAS_SDL 1 #define PJMEDIA_VIDEO_DEV_HAS_DSHOW 1 Is it possible to run the video call without enabling PJMEDIA_VIDEO_DEV_HAS_SDL macro and not linking the PJSIP with SDL libraries. I tried compiling the code without PJMEDIA_VIDEO_DEV_HAS_SDL and it was compiled correctly. However I am not sure, how critical SDL is for video feature. Will it work with some limitations or will it not work at all. Thanks in advance, Regards Kchitiz
FF
Fedot Fedotov
Wed, Jun 27, 2012 12:16 PM

SDL is used for preview.

I didn't try to build pjsip with video support without SDL.

SDL is used for preview. I didn't try to build pjsip with video support without SDL.
KS
Kchitiz Saxena
Wed, Jun 27, 2012 12:21 PM

I am compiling PJSIP on Windows. SDL v2.0 comes only with Visual Studio
2008 solution files. I am using Visual Studio 2005 for all other things.
Anyone has compiled SDL V2.0 or v1.3 with Visual Studio 2005?

On Wed, Jun 27, 2012 at 5:46 PM, Fedot Fedotov fedot.fedotov@gmail.comwrote:

SDL is used for preview.

I didn't try to build pjsip with video support without SDL.


Visit our blog: http://blog.pjsip.org

pjsip mailing list
pjsip@lists.pjsip.org
http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org

I am compiling PJSIP on Windows. SDL v2.0 comes only with Visual Studio 2008 solution files. I am using Visual Studio 2005 for all other things. Anyone has compiled SDL V2.0 or v1.3 with Visual Studio 2005? On Wed, Jun 27, 2012 at 5:46 PM, Fedot Fedotov <fedot.fedotov@gmail.com>wrote: > SDL is used for preview. > > I didn't try to build pjsip with video support without SDL. > > _______________________________________________ > Visit our blog: http://blog.pjsip.org > > pjsip mailing list > pjsip@lists.pjsip.org > http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org > >
FF
Fedot Fedotov
Wed, Jun 27, 2012 12:39 PM

I build pj-project only under VS2005, and the SDL under VS2005, too.

about build SDL, read posts:
http://blog.gmane.org/gmane.comp.voip.pjsip/day=20120420
http://comments.gmane.org/gmane.comp.voip.pjsip/15436

If you will not have success - I'll send to you my solution.

I build pj-project only under VS2005, and the SDL under VS2005, too. about build SDL, read posts: http://blog.gmane.org/gmane.comp.voip.pjsip/day=20120420 http://comments.gmane.org/gmane.comp.voip.pjsip/15436 If you will not have success - I'll send to you my solution.