38 | | 1. OpenH264 (Recommended): Follow the instructions in ticket #1758 (or ticket #1947 if you use PJSIP version 2.6 or above). Alternatively, you can use ffmpeg as explained below. |
39 | | 1. [http://ffmpeg.org/ ffmpeg] development library. ffmpeg is used for format conversion and video manipulation; as well as video codecs: H.264 (together with libx264) and H263P/H263-1998. So, if you already use libyuv AND OpenH264, and you don't need H.263, then this is optional. We tested with ffmpeg version 1.x (1.2.5) to 0.x (from 0.5.1 (from circa 2009) to 0.10). Since #1897 we have added support for ffmpeg 2.8, however note that on applying the ticket, older ffmpeg will no longer be supported. |
40 | | To enable H.264 support in ffmpeg (this is not required if you already have OpenH264): |
| 38 | 1. OpenH264 (Recommended): Follow the instructions in ticket #1758 (or ticket #1947 if you use PJSIP version 2.6 or above). Alternatively, you can use !VideoToolbox (only for Mac) or ffmpeg as explained below. |
| 39 | 1. !VideoToolbox (for Mac only, supported since PJSIP version 2.7), define this in your config_site.h: {{{#define PJMEDIA_HAS_VID_TOOLBOX_CODEC 1}}} |
| 40 | 1. [http://ffmpeg.org/ ffmpeg] development library. ffmpeg is used for format conversion and video manipulation; as well as video codecs: H.264 (together with libx264) and H263P/H263-1998. So, if you already use libyuv AND H.264 (OpenH264 or !VideoToolbox), and you don't need H.263, then this is optional. We tested with ffmpeg version 1.x (1.2.5) to 0.x (from 0.5.1 (from circa 2009) to 0.10). Since #1897 we have added support for ffmpeg 2.8, however note that on applying the ticket, older ffmpeg will no longer be supported. |
| 41 | To enable H.264 support in ffmpeg (this is not required if you already have H.264 codec (via OpenH264 or !VideoToolbox)): |