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