Add the disable_watchdog feature at mused.conf
[platform/core/multimedia/mmfw-sysconf.git] / mmfw-sysconf-target-hawkp / 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 disable_watchdog_api=-1
33
34 [camera]
35 ; The 'camera' parameter represents the muse-camera.
36 ; This module recovers the "capi-media-camera".
37 path=libmuse-camera.so
38 preloaded=no
39 timeout=10
40 ;api 2 is camera_dispatcher_start_preview
41 disable_watchdog_api=2
42
43 [recorder]
44 ; The 'recorder' parameter represents the muse-recorder.
45 ; This module recovers the "capi-media-recorder".
46 ; This one should be paired with the 'camera' module.
47 path=libmuse-recorder.so
48 preloaded=no
49 timeout=10
50 ;api 5 is recorder_start
51 disable_watchdog_api=5