psi-im / media

Helix RTP abstraction (deprecated)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

To build the helix plugin:

  cd helix
  vi helixplugin.pro    # change CS_BASE and HELIX_BASE to your system
  qmake
  make
  cd ..

To build the sample app:

  vi testplay.cpp       # change main() to refer to same path as HELIX_BASE
  qmake
  make

To run:

  ./testplay
  click the play button and watch some tori

About

Helix RTP abstraction (deprecated)


Languages

Language:C++ 99.1%Language:Prolog 0.7%Language:C 0.2%