Skip to content

Latest commit

 

History

History
37 lines (32 loc) · 1.29 KB

README.md

File metadata and controls

37 lines (32 loc) · 1.29 KB

Gaea Streaming Engine

Gaea is a cross platform streaming engine, which supports RTSP and web cam.
  • Using LibVLC to get RTSP stream and decode the video
  • Using OpenCV to get web cam stream and decode the video
  • Demo tester uses OpenGL to acclerate rendering the video on Qt windows GUI.

Dependency Library

  • QT 5.7.1
  • LibVlc 2.2.2
  • OpenCV 2.4.9

You can also downlaod the compiled binary here.

Windows Development Environment

  • Visual studio 2013 with x64 tool chain
  • Visual Studio Add-in 2.0.0 for Qt5 MSVC 2013

Ubuntu Development Environment

$ sudo apt-get install qt5-default
$ export LD_LIBRARY_PATH=$(pwd)

or

$ vim /etc/ld.so.conf.d/libc.conf
# Write down the absolute build path of libStreamEngine.so
$ ldconfig