[all] Change library path for GStreamer and OMXIL
[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 ;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=--gst-plugin-path=@HAL_LIBDIR@/gstreamer-1.0
19 gstparam4=
20 gstparam5=
21 gstparam6=
22 gstparam7=
23 gstparam8=
24 gstparam9=
25 gstparam10=
26
27 ; gstparam#=--gst-plugin-load=/usr/lib/gstreamer-1.0/libgstcoreelements.so'
28 ; can be substituted with gstpreload=coreelements'
29 gstpreload=
30
31 [player]
32 ; The 'player' parameter represents the muse-player.
33 ; This module recovers the "capi-media-player".
34 path=libmuse-player.so
35 preloaded=no
36 timeout=60
37 disable_watchdog_api=-1
38 ;unlimited=-1
39 max_instance=-1
40 caution_instance=-1
41
42 [camera]
43 ; The 'camera' parameter represents the muse-camera.
44 ; This module recovers the "capi-media-camera".
45 path=libmuse-camera.so
46 preloaded=no
47 timeout=10
48 ;api 2 is camera_dispatcher_start_preview
49 disable_watchdog_api=2
50 ;unlimited=-1
51 max_instance=-1
52 caution_instance=-1
53
54 [recorder]
55 ; The 'recorder' parameter represents the muse-recorder.
56 ; This module recovers the "capi-media-recorder".
57 ; This one should be paired with the 'camera' module.
58 path=libmuse-recorder.so
59 preloaded=no
60 timeout=10
61 ;api 5 is recorder_start
62 disable_watchdog_api=5
63 ;unlimited=-1
64 max_instance=-1
65 caution_instance=-1
66