Changes between Version 62 and Version 63 of Getting-Started/Windows
- Timestamp:
- Feb 16, 2022 5:39:32 AM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Getting-Started/Windows
v62 v63 23 23 The Visual Studio based project files can be used with one of the following tools: 24 24 25 * ~~Microsoft Visual Studio 6,~~ (no longer supported since 2.0)26 * ~~Microsoft Visual Studio .NET 2002,~~27 25 * ~~Microsoft Visual Studio .NET 2003,~~ 28 26 * Microsoft Visual Studio/C++ 2005 (including Express edition), … … 54 52 1. [http://www.libsdl.org/ SDL] '''version 2.0''' 55 53 - SDL sources comes with VS project settings, under {{{VisualC}}} sub-directory 56 1. libyuv (Recommended): Follow the instructions in ticket #1937 (or ticket #1776 for version before 2.5.5). Alternatively, you can use ffmpeg as explained below.57 1. OpenH264 (Recommended): Follow the instructions in ticket #1947 (or ticket #1758 for version before 2.6). Alternatively, you can use ffmpeg as explained below.54 1. libyuv (Recommended): Follow the instructions in ticket #1937. Alternatively, you can use ffmpeg as explained below. 55 1. OpenH264 (Recommended): Follow the instructions in ticket #1947. Alternatively, you can use ffmpeg as explained below. 58 56 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. 59 57 - Note that for H.264 support, you need newer releases (October 2011 onwards), and it needs libz too. … … 91 89 a. OpenH264 92 90 a. libvpx 93 a. libyuv (only if using PJSIP 2.5.1 or older, it is bundled in PJSIP package since 2.5.5)94 91 1. Add these to your {{{config_site.h}}}: 95 92 {{{ … … 116 113 * Windows NT, 2000, XP, 2003, Vista, Windows 7, Windows 10, or later , 117 114 * Windows 95/98 should work too, but this has not been tested, 118 * Sufficient amount of RAM for the build process.119 115 120 116 == Building the Projects == … … 122 118 Follow the steps below to build the libraries/application using Visual Studio: 123 119 124 1. ~~For Visual Studio 6/2002/2003: open {{{pjproject.dsw}}} workspace file.~~ (No longer supported since pjsip 2.0)125 120 1. For Visual Studio 8 (VS 2005): open {{{pjproject-vs8.sln}}} solution file. 126 121 1. For Visual Studio 9 (VS 2008): open {{{pjproject-vs8.sln}}} solution file. One-time conversion of projects to VS 2008 format will done automatically.