msopenh264 - H.264 encoder/decoder plugin for mediastreamer2 based on the openh264 library.
Installation guide: -------------------
1) Install OpenH264:
$ git clone https://github.com/cisco/openh264.git -b v1.4.0
$ cd openh264 $ make $ make install PREFIX=<your installation prefix> 2) Install the msopenh264 plugins: $ export PKG_CONFIG_PATH=<your install prefix>/lib/pkgconfig $ ./autogen.sh $ ./configure --prefix=<your installation prefix> $ make $ make install