Acquire Video Sink POC

To build:

cd build
cmake ..
make

Project Dependency Setup

  1. build cpp-hpplib
    1. cd build
    2. cmake ..
    3. make
  2. build libvpx
    1. ./configure
    2. make
  3. ffmpeg
    1. ./configure
    2. make
  4. libwebm
    1. mkdir build
    2. cmake ..
    3. make
  5. x264
    1. ./configure
    2. make

Useful links: