[all] Change library path for GStreamer and OMXIL
[platform/core/multimedia/mmfw-sysconf.git] / mmfw-sysconf-target-artik10 / etc / multimedia / mused.conf
index 4c91450..76a73d9 100644 (file)
@@ -1,14 +1,21 @@
 [muse]
 ; The 'hosts' parameter defines the modules,
 ; which the user would like to connect to the muse.
-hosts=player, camera, recorder, sound
-logfile=/var/log/muse.log
+; If you want to add host, then write manually.
+hosts=player, camera, recorder
+logfile=/var/log/mused/muse-server
+lockfile=/tmp/.muse_core.lock
+min_timeout=5
+max_timeout=90
+;100MB=100000
+memory_threshold=100000
+enable_watch_external_storage=1
 
 ; parameters for initializing gstreamer
 ; DEFAULT SET (--gst-debug=*:2)
 gstparam1=--gst-debug=*:2
 gstparam2=--gst-disable-segtrap
-gstparam3=
+gstparam3=--gst-plugin-path=@HAL_LIBDIR@/gstreamer-1.0
 gstparam4=
 gstparam5=
 gstparam6=
@@ -17,17 +24,32 @@ gstparam8=
 gstparam9=
 gstparam10=
 
+; gstparam#=--gst-plugin-load=/usr/lib/gstreamer-1.0/libgstcoreelements.so'
+; can be substituted with gstpreload=coreelements'
+gstpreload=
+
 [player]
 ; The 'player' parameter represents the muse-player.
 ; This module recovers the "capi-media-player".
 path=libmuse-player.so
 preloaded=no
+timeout=60
+disable_watchdog_api=-1
+;unlimited=-1
+max_instance=-1
+caution_instance=-1
 
 [camera]
 ; The 'camera' parameter represents the muse-camera.
 ; This module recovers the "capi-media-camera".
 path=libmuse-camera.so
 preloaded=no
+timeout=10
+;api 2 is camera_dispatcher_start_preview
+disable_watchdog_api=2
+;unlimited=-1
+max_instance=-1
+caution_instance=-1
 
 [recorder]
 ; The 'recorder' parameter represents the muse-recorder.
@@ -35,7 +57,10 @@ preloaded=no
 ; This one should be paired with the 'camera' module.
 path=libmuse-recorder.so
 preloaded=no
+timeout=10
+;api 5 is recorder_start
+disable_watchdog_api=5
+;unlimited=-1
+max_instance=-1
+caution_instance=-1
 
-[sound]
-path=libmuse-sound.so
-preloaded=no