forked from ubports/media-hub
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
33 lines (22 loc) · 782 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
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