forked from darius-kim/pjsip
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathreadme.txt
More file actions
23 lines (18 loc) · 800 Bytes
/
readme.txt
File metadata and controls
23 lines (18 loc) · 800 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
pjsip 2.1.0 openh264/libyuv support version.
this repository was not pjsip official project.
this source distributed under pjsip, openh264, libyuv licences
license detail at
pjsip : http://www.pjsip.org/licensing.htm
openh264 : http://www.openh264.org/faq.html
libyuv : https://code.google.com/p/libyuv/source/browse/trunk/LICENSE
installation
1. clone repository
2. download sdl2 binary from http://www.libsdl.org/hg.php
3. extract sdl2 to git working directory
4. open pjproject-2.1.0/pjproject-vs9.sln
5. build libyuv (https://code.google.com/p/libyuv/wiki/GettingStarted)
6. check libyuv.lib at <working directory>/libyuv
7. build pjproject
8. copy sdl2.dll to pjproject-2.1.0/pjsip-apps/bin or %PATH%
9. copy welsdec.dll/welsenc.dll/welsvp.dll to pjproject-2.1.0/pjsip-apps/bin
or %PATH%