Remove muse_server_ready at mused.conf
[platform/core/multimedia/mmfw-sysconf.git] / mmfw-sysconf-simulator / 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 min_timeout=5
9 max_timeout=90
10
11 ; parameters for initializing gstreamer
12 ; DEFAULT SET (--gst-debug=*:2)
13 gstparam1=--gst-debug=*:2
14 gstparam2=--gst-disable-segtrap
15 gstparam3=
16 gstparam4=
17 gstparam5=
18 gstparam6=
19 gstparam7=
20 gstparam8=
21 gstparam9=
22 gstparam10=
23
24 [player]
25 ; The 'player' parameter represents the muse-player.
26 ; This module recovers the "capi-media-player".
27 path=libmuse-player.so
28 preloaded=no
29 timeout=60
30
31 [camera]
32 ; The 'camera' parameter represents the muse-camera.
33 ; This module recovers the "capi-media-camera".
34 path=libmuse-camera.so
35 preloaded=no
36 timeout=10
37
38 [recorder]
39 ; The 'recorder' parameter represents the muse-recorder.
40 ; This module recovers the "capi-media-recorder".
41 ; This one should be paired with the 'camera' module.
42 path=libmuse-recorder.so
43 preloaded=no
44 timeout=10