add mused.conf
[platform/core/multimedia/mmfw-sysconf.git] / mmfw-sysconf-target-artik10 / etc / multimedia / mused.conf
1 [muse]
2 ; The 'hosts' parameter defines the modules,
3 ; which the user would like to connect to the muse.
4 hosts=player, camera, recorder, sound
5 logfile=/var/log/muse.log
6
7 ; parameters for initializing gstreamer
8 ; DEFAULT SET (--gst-debug=*:2)
9 gstparam1=--gst-debug=*:2
10 gstparam2=--gst-disable-segtrap
11 gstparam3=
12 gstparam4=
13 gstparam5=
14 gstparam6=
15 gstparam7=
16 gstparam8=
17 gstparam9=
18 gstparam10=
19
20 [player]
21 ; The 'player' parameter represents the muse-player.
22 ; This module recovers the "capi-media-player".
23 path=libmuse-player.so
24 preloaded=no
25
26 [camera]
27 ; The 'camera' parameter represents the muse-camera.
28 ; This module recovers the "capi-media-camera".
29 path=libmuse-camera.so
30 preloaded=no
31
32 [recorder]
33 ; The 'recorder' parameter represents the muse-recorder.
34 ; This module recovers the "capi-media-recorder".
35 ; This one should be paired with the 'camera' module.
36 path=libmuse-recorder.so
37 preloaded=no
38
39 [sound]
40 path=libmuse-sound.so
41 preloaded=no