Skip to content

gemian/media-hub

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Coding Convention:
------------------

NOTE: the media-hub code did not start out with the following coding convention, but it is being introduced to try and
converge on a standard from this point forward:

https://google-styleguide.googlecode.com/svn/trunk/cppguide.html

Deviations from the Google Style Guide above:

1. We will agree to maximum of 100 characters in a single line instead of 80.


To Build:
---------

mkdir build
cd build
cmake ..
make

To Run From Console:
--------------------
CORE_UBUNTU_MEDIA_SERVICE_VIDEO_SINK_NAME=mirsink CORE_UBUNTU_MEDIA_SERVICE_AUDIO_SINK_NAME=pulsesink src/core/media/media-hub-server

To Run Unit Tests:
------------------

cd build/tests/acceptance-tests
./service_acceptance_test

cd build/tests/unit-tests
./test-gstreamer-engine

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 76.7%
  • C 20.0%
  • CMake 3.2%
  • Shell 0.1%