0ac3657f31d98926794efb368cf9bb743be2d1b7
[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 ; If you want to add host, then write manually.
5 hosts=player, camera, recorder
6 logfile=/var/log/mused/muse-server
7 lockfile=/tmp/.muse_core.lock
8 muse_server_ready=/tmp/.muse_server_ready
9 min_timeout=5
10 max_timeout=90
11
12 ; parameters for initializing gstreamer
13 ; DEFAULT SET (--gst-debug=*:2)
14 gstparam1=--gst-debug=*:2
15 gstparam2=--gst-disable-segtrap
16 gstparam3=
17 gstparam4=
18 gstparam5=
19 gstparam6=
20 gstparam7=
21 gstparam8=
22 gstparam9=
23 gstparam10=
24
25 [player]
26 ; The 'player' parameter represents the muse-player.
27 ; This module recovers the "capi-media-player".
28 path=libmuse-player.so
29 preloaded=no
30 timeout=60
31
32 [camera]
33 ; The 'camera' parameter represents the muse-camera.
34 ; This module recovers the "capi-media-camera".
35 path=libmuse-camera.so
36 preloaded=no
37 timeout=10
38
39 [recorder]
40 ; The 'recorder' parameter represents the muse-recorder.
41 ; This module recovers the "capi-media-recorder".
42 ; This one should be paired with the 'camera' module.
43 path=libmuse-recorder.so
44 preloaded=no
45 timeout=10