Merge "[murphy] Change not to use murphy-console" into tizen
[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 min_timeout=5
9 max_timeout=90
10 ;100MB=100000
11 memory_threshold=100000
12 enable_watch_external_storage=1
13
14 ; parameters for initializing gstreamer
15 ; DEFAULT SET (--gst-debug=*:2)
16 gstparam1=--gst-debug=*:2
17 gstparam2=--gst-disable-segtrap
18 gstparam3=
19 gstparam4=
20 gstparam5=
21 gstparam6=
22 gstparam7=
23 gstparam8=
24 gstparam9=
25 gstparam10=
26
27 [player]
28 ; The 'player' parameter represents the muse-player.
29 ; This module recovers the "capi-media-player".
30 path=libmuse-player.so
31 preloaded=no
32 timeout=60
33 disable_watchdog_api=-1
34 ;unlimited=-1
35 max_instance=-1
36 caution_instance=-1
37
38 [camera]
39 ; The 'camera' parameter represents the muse-camera.
40 ; This module recovers the "capi-media-camera".
41 path=libmuse-camera.so
42 preloaded=no
43 timeout=10
44 ;api 2 is camera_dispatcher_start_preview
45 disable_watchdog_api=2
46 ;unlimited=-1
47 max_instance=-1
48 caution_instance=-1
49
50 [recorder]
51 ; The 'recorder' parameter represents the muse-recorder.
52 ; This module recovers the "capi-media-recorder".
53 ; This one should be paired with the 'camera' module.
54 path=libmuse-recorder.so
55 preloaded=no
56 timeout=10
57 ;api 5 is recorder_start
58 disable_watchdog_api=5
59 ;unlimited=-1
60 max_instance=-1
61 caution_instance=-1
62