bebo / gst-plugins-bebo

collection of gst plugins that are used in bebo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gst-plugins-bebo

This is a collection of gstreamer plugins that we wrote for our livestreaming application.

Building

  • CMake 3.8+ is required.
  • Windows SDK 15063 (any version, but need to update CMakeLists). Right now the version is hardcoded. It can be switched to a CMake function to look for the SDK.

For CMake 3.14:

cmake -G "Visual Studio 15 2017 Win64" -S . -B build
cmake --build build

Older CMake:

mkdir build
cd build
cmake -G "Visual Studio 15 2017 Win64" ..
cd ..
cmake --build build

License

The source code provied by Pigs in Flight Inc. is licensed under the MIT license.

Different parts of the project are under different licenses depending on their respective origin.

For the full text of the licenses see: LICENSE.TXT

About

collection of gst plugins that are used in bebo

License:Other


Languages

Language:C 86.8%Language:C++ 9.6%Language:CMake 3.5%