freeswitch/src/mod/codecs/mod_vpx
Anthony Minessale 765fff3d75 FS-7500: add support for codec control and use it to pass messages down to the codec and use it to implement keyframe reset for fir, pli and nack. Later we will expand to handle nack correctly. 2015-05-28 12:46:44 -05:00
..
Makefile.am FS-7508 FS-7517: import h264 and vpx codec files 2015-05-28 12:46:44 -05:00
README FS-7508 FS-7517: import h264 and vpx codec files 2015-05-28 12:46:44 -05:00
mod_vpx.c FS-7500: add support for codec control and use it to pass messages down to the codec and use it to implement keyframe reset for fir, pli and nack. Later we will expand to handle nack correctly. 2015-05-28 12:46:44 -05:00

README

To build this module I used the following steps:

apt-get install yasm
git /usr/local/src/
git clone https://chromium.googlesource.com/webm/libvpx
cd libvpx/build/
../configure --enable-pic --enable-shared
make
make install