Changes between Version 62 and Version 63 of Getting-Started/Windows


Ignore:
Timestamp:
Feb 16, 2022 5:39:32 AM (2 years ago)
Author:
ming
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Getting-Started/Windows

    v62 v63  
    2323The Visual Studio based project files can be used with one of the following tools: 
    2424 
    25     * ~~Microsoft Visual Studio 6,~~ (no longer supported since 2.0) 
    26     * ~~Microsoft Visual Studio .NET 2002,~~ 
    2725    * ~~Microsoft Visual Studio .NET 2003,~~ 
    2826    * Microsoft Visual Studio/C++ 2005 (including Express edition), 
     
    5452 1. [http://www.libsdl.org/ SDL] '''version 2.0''' 
    5553    - 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. 
    5856 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. 
    5957    - Note that for H.264 support, you need newer releases (October 2011 onwards), and it needs libz too. 
     
    9189    a. OpenH264 
    9290    a. libvpx 
    93     a. libyuv (only if using PJSIP 2.5.1 or older, it is bundled in PJSIP package since 2.5.5) 
    9491 1. Add these to your {{{config_site.h}}}: 
    9592{{{ 
     
    116113    * Windows NT, 2000, XP, 2003, Vista, Windows 7, Windows 10, or later , 
    117114    * Windows 95/98 should work too, but this has not been tested, 
    118     * Sufficient amount of RAM for the build process. 
    119115 
    120116== Building the Projects == 
     
    122118Follow the steps below to build the libraries/application using Visual Studio: 
    123119 
    124    1. ~~For Visual Studio 6/2002/2003: open {{{pjproject.dsw}}} workspace file.~~ (No longer supported since pjsip 2.0) 
    125120   1. For Visual Studio 8 (VS 2005): open {{{pjproject-vs8.sln}}} solution file. 
    126121   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.