summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEunhye Choi <eunhae1.choi@samsung.com>2022-08-31 16:51:00 +0900
committerEunhye Choi <eunhae1.choi@samsung.com>2022-08-31 16:51:58 +0900
commitdc3fcc74299eb5ca7ce051d95e766850edf6b428 (patch)
tree346160c8948e2ba341c098dae52419e180056137
parent7692d3132eb81533779b0b3adf2c52385d575202 (diff)
downloadmedia-config-dc3fcc74299eb5ca7ce051d95e766850edf6b428.tar.gz
media-config-dc3fcc74299eb5ca7ce051d95e766850edf6b428.tar.bz2
media-config-dc3fcc74299eb5ca7ce051d95e766850edf6b428.zip
[Version] 0.3.56 [Issue Type] Add Change-Id: Ie5470253f30fed20f5df17da7bf2ed89c269c388
-rw-r--r--media-config-generic/hal/etc/multimedia/mmfw_media_transporter.ini118
-rw-r--r--media-config-simulator/hal/etc/multimedia/mmfw_media_transporter.ini118
-rw-r--r--media-config-target-artik10/hal/etc/multimedia/mmfw_media_transporter.ini118
-rw-r--r--media-config-target-c4/hal/etc/multimedia/mmfw_media_transporter.ini118
-rw-r--r--media-config-target-rpi3-spk/hal/etc/multimedia/mmfw_media_transporter.ini118
-rw-r--r--media-config-target-rpi3/hal/etc/multimedia/mmfw_media_transporter.ini118
-rw-r--r--media-config-target-tm1/hal/etc/multimedia/mmfw_media_transporter.ini118
-rw-r--r--media-config-target-tw3/hal/etc/multimedia/mmfw_media_transporter.ini118
-rw-r--r--media-config-target-vim3/hal/etc/multimedia/mmfw_media_transporter.ini118
-rw-r--r--packaging/media-config.spec2
10 files changed, 1063 insertions, 1 deletions
diff --git a/media-config-generic/hal/etc/multimedia/mmfw_media_transporter.ini b/media-config-generic/hal/etc/multimedia/mmfw_media_transporter.ini
new file mode 100644
index 0000000..504d385
--- /dev/null
+++ b/media-config-generic/hal/etc/multimedia/mmfw_media_transporter.ini
@@ -0,0 +1,118 @@
+[general]
+; generating dot file representing pipeline state
+generate dot = no
+dot path = /tmp
+
+; enable verbose logging
+verbose log = no
+
+; | separated list of arguments that will pass to gst_init
+gstreamer arguments = --gst-debug=*:2
+
+; comma separated list of elements that will not use in the gstreamer pipeline
+gstreamer excluded elements =
+
+; allowed timeout for changing pipeline state
+timeout = 10 ; sec
+
+[connection]
+rtsp server ip = 127.0.0.1
+rtsp server port = 8554
+rtsp server mount point = /mtpr_server/tmp
+
+[media source]
+; default values for video source pipeline (e.g, videotest, camera, screen)
+video raw format = I420
+video width = 320
+video height = 240
+video framerate = 30
+video codec = mpeg
+video hw encoder element =
+video encoded format support = no
+video drc support = no
+; default values for audio source pipeline (e.g, audiotest, mic)
+audio raw format = F32LE
+audio samplerate = 8000
+audio channels = 2
+audio codec = aac
+audio hw encoder element =
+
+[source videotest]
+source element = videotestsrc
+; comma separated list of 'property-name=value' that will be set to the source element
+source element properties = is-live=1,pattern=18
+; values below will override the default one of [media source] above
+;video raw format =
+;video width =
+;video height =
+;video framerate =
+;video codec =
+;video hw encoder element =
+;video encoded format support =
+video drc support = yes
+
+
+[source camera]
+source element = v4l2src
+; comma separated list of 'property-name=value' that will be set to the source element
+source element properties =
+; values below will override the default one of [media source] above
+;video raw format =
+;video width =
+;video height =
+;video framerate =
+;video codec = h264
+;video hw encoder element = v4l2h264enc
+;video encoded format support =
+;video drc support =
+
+
+[source screen]
+source element = waylandsrc
+; comma separated list of 'property-name=value' that will be set to the source element
+source element properties =
+; values below will override the default one of [media source] above
+;video raw format =
+;video width =
+;video height =
+;video framerate =
+;video codec =
+;video hw encoder element =
+;video encoded format support =
+;video drc support =
+
+
+[source audiotest]
+source element = audiotestsrc
+; comma separated list of 'property-name=value' that will be set to the source element
+source element properties = is-live=1
+; values below will override the default one of [media source] above
+;audio raw format =
+;audio samplerate =
+;audio channels =
+;audio codec =
+;audio hw encoder element =
+use ulpfec red = no
+
+
+[source mic]
+source element = pulsesrc
+; comma separated list of 'property-name=value' that will be set to the source element
+source element properties =
+; values below will override the default one of [media source] above
+;audio raw format =
+;audio samplerate =
+;audio channels =
+;audio codec =
+;audio hw encoder element =
+use ulpfec red = no
+
+
+[rendering sink]
+audio sink element = pulsesink
+video sink element = tizenwlsink
+
+; comma separated list of elements, it should be one by one per codec type
+audio hw decoder elements =
+video hw decoder elements =
+
diff --git a/media-config-simulator/hal/etc/multimedia/mmfw_media_transporter.ini b/media-config-simulator/hal/etc/multimedia/mmfw_media_transporter.ini
new file mode 100644
index 0000000..907d741
--- /dev/null
+++ b/media-config-simulator/hal/etc/multimedia/mmfw_media_transporter.ini
@@ -0,0 +1,118 @@
+[general]
+; generating dot file representing pipeline state
+generate dot = no
+dot path = /tmp
+
+; enable verbose logging
+verbose log = no
+
+; | separated list of arguments that will pass to gst_init
+gstreamer arguments = --gst-debug=*:2
+
+; comma separated list of elements that will not use in the gstreamer pipeline
+gstreamer excluded elements =
+
+; allowed timeout for changing pipeline state
+timeout = 10 ; sec
+
+[connection]
+rtsp server ip = 127.0.0.1
+rtsp server port = 8554
+rtsp server mount point = /mtpr_server/tmp
+
+[media source]
+; default values for video source pipeline (e.g, videotest, camera, screen)
+video raw format = I420
+video width = 320
+video height = 240
+video framerate = 30
+video codec = mpeg
+video hw encoder element =
+video encoded format support = no
+video drc support = no
+; default values for audio source pipeline (e.g, audiotest, mic)
+audio raw format = F32LE
+audio samplerate = 8000
+audio channels = 2
+audio codec = aac
+audio hw encoder element =
+
+[source videotest]
+source element = videotestsrc
+; comma separated list of 'property-name=value' that will be set to the source element
+source element properties = is-live=1,pattern=18
+; values below will override the default one of [media source] above
+;video raw format =
+;video width =
+;video height =
+;video framerate =
+;video codec =
+;video hw encoder element =
+;video encoded format support =
+video drc support = yes
+
+
+[source camera]
+source element = videotestsrc
+; comma separated list of 'property-name=value' that will be set to the source element
+source element properties =
+; values below will override the default one of [media source] above
+;video raw format =
+;video width =
+;video height =
+;video framerate =
+;video codec = h264
+;video hw encoder element = v4l2h264enc
+;video encoded format support =
+;video drc support =
+
+
+[source screen]
+source element = waylandsrc
+; comma separated list of 'property-name=value' that will be set to the source element
+source element properties =
+; values below will override the default one of [media source] above
+;video raw format =
+;video width =
+;video height =
+;video framerate =
+;video codec =
+;video hw encoder element =
+;video encoded format support =
+;video drc support =
+
+
+[source audiotest]
+source element = audiotestsrc
+; comma separated list of 'property-name=value' that will be set to the source element
+source element properties = is-live=1
+; values below will override the default one of [media source] above
+;audio raw format =
+;audio samplerate =
+;audio channels =
+;audio codec =
+;audio hw encoder element =
+use ulpfec red = no
+
+
+[source mic]
+source element = pulsesrc
+; comma separated list of 'property-name=value' that will be set to the source element
+source element properties =
+; values below will override the default one of [media source] above
+;audio raw format =
+;audio samplerate =
+;audio channels =
+;audio codec =
+;audio hw encoder element =
+use ulpfec red = no
+
+
+[rendering sink]
+audio sink element = pulsesink
+video sink element = tizenwlsink
+
+; comma separated list of elements, it should be one by one per codec type
+audio hw decoder elements =
+video hw decoder elements =
+
diff --git a/media-config-target-artik10/hal/etc/multimedia/mmfw_media_transporter.ini b/media-config-target-artik10/hal/etc/multimedia/mmfw_media_transporter.ini
new file mode 100644
index 0000000..504d385
--- /dev/null
+++ b/media-config-target-artik10/hal/etc/multimedia/mmfw_media_transporter.ini
@@ -0,0 +1,118 @@
+[general]
+; generating dot file representing pipeline state
+generate dot = no
+dot path = /tmp
+
+; enable verbose logging
+verbose log = no
+
+; | separated list of arguments that will pass to gst_init
+gstreamer arguments = --gst-debug=*:2
+
+; comma separated list of elements that will not use in the gstreamer pipeline
+gstreamer excluded elements =
+
+; allowed timeout for changing pipeline state
+timeout = 10 ; sec
+
+[connection]
+rtsp server ip = 127.0.0.1
+rtsp server port = 8554
+rtsp server mount point = /mtpr_server/tmp
+
+[media source]
+; default values for video source pipeline (e.g, videotest, camera, screen)
+video raw format = I420
+video width = 320
+video height = 240
+video framerate = 30
+video codec = mpeg
+video hw encoder element =
+video encoded format support = no
+video drc support = no
+; default values for audio source pipeline (e.g, audiotest, mic)
+audio raw format = F32LE
+audio samplerate = 8000
+audio channels = 2
+audio codec = aac
+audio hw encoder element =
+
+[source videotest]
+source element = videotestsrc
+; comma separated list of 'property-name=value' that will be set to the source element
+source element properties = is-live=1,pattern=18
+; values below will override the default one of [media source] above
+;video raw format =
+;video width =
+;video height =
+;video framerate =
+;video codec =
+;video hw encoder element =
+;video encoded format support =
+video drc support = yes
+
+
+[source camera]
+source element = v4l2src
+; comma separated list of 'property-name=value' that will be set to the source element
+source element properties =
+; values below will override the default one of [media source] above
+;video raw format =
+;video width =
+;video height =
+;video framerate =
+;video codec = h264
+;video hw encoder element = v4l2h264enc
+;video encoded format support =
+;video drc support =
+
+
+[source screen]
+source element = waylandsrc
+; comma separated list of 'property-name=value' that will be set to the source element
+source element properties =
+; values below will override the default one of [media source] above
+;video raw format =
+;video width =
+;video height =
+;video framerate =
+;video codec =
+;video hw encoder element =
+;video encoded format support =
+;video drc support =
+
+
+[source audiotest]
+source element = audiotestsrc
+; comma separated list of 'property-name=value' that will be set to the source element
+source element properties = is-live=1
+; values below will override the default one of [media source] above
+;audio raw format =
+;audio samplerate =
+;audio channels =
+;audio codec =
+;audio hw encoder element =
+use ulpfec red = no
+
+
+[source mic]
+source element = pulsesrc
+; comma separated list of 'property-name=value' that will be set to the source element
+source element properties =
+; values below will override the default one of [media source] above
+;audio raw format =
+;audio samplerate =
+;audio channels =
+;audio codec =
+;audio hw encoder element =
+use ulpfec red = no
+
+
+[rendering sink]
+audio sink element = pulsesink
+video sink element = tizenwlsink
+
+; comma separated list of elements, it should be one by one per codec type
+audio hw decoder elements =
+video hw decoder elements =
+
diff --git a/media-config-target-c4/hal/etc/multimedia/mmfw_media_transporter.ini b/media-config-target-c4/hal/etc/multimedia/mmfw_media_transporter.ini
new file mode 100644
index 0000000..504d385
--- /dev/null
+++ b/media-config-target-c4/hal/etc/multimedia/mmfw_media_transporter.ini
@@ -0,0 +1,118 @@
+[general]
+; generating dot file representing pipeline state
+generate dot = no
+dot path = /tmp
+
+; enable verbose logging
+verbose log = no
+
+; | separated list of arguments that will pass to gst_init
+gstreamer arguments = --gst-debug=*:2
+
+; comma separated list of elements that will not use in the gstreamer pipeline
+gstreamer excluded elements =
+
+; allowed timeout for changing pipeline state
+timeout = 10 ; sec
+
+[connection]
+rtsp server ip = 127.0.0.1
+rtsp server port = 8554
+rtsp server mount point = /mtpr_server/tmp
+
+[media source]
+; default values for video source pipeline (e.g, videotest, camera, screen)
+video raw format = I420
+video width = 320
+video height = 240
+video framerate = 30
+video codec = mpeg
+video hw encoder element =
+video encoded format support = no
+video drc support = no
+; default values for audio source pipeline (e.g, audiotest, mic)
+audio raw format = F32LE
+audio samplerate = 8000
+audio channels = 2
+audio codec = aac
+audio hw encoder element =
+
+[source videotest]
+source element = videotestsrc
+; comma separated list of 'property-name=value' that will be set to the source element
+source element properties = is-live=1,pattern=18
+; values below will override the default one of [media source] above
+;video raw format =
+;video width =
+;video height =
+;video framerate =
+;video codec =
+;video hw encoder element =
+;video encoded format support =
+video drc support = yes
+
+
+[source camera]
+source element = v4l2src
+; comma separated list of 'property-name=value' that will be set to the source element
+source element properties =
+; values below will override the default one of [media source] above
+;video raw format =
+;video width =
+;video height =
+;video framerate =
+;video codec = h264
+;video hw encoder element = v4l2h264enc
+;video encoded format support =
+;video drc support =
+
+
+[source screen]
+source element = waylandsrc
+; comma separated list of 'property-name=value' that will be set to the source element
+source element properties =
+; values below will override the default one of [media source] above
+;video raw format =
+;video width =
+;video height =
+;video framerate =
+;video codec =
+;video hw encoder element =
+;video encoded format support =
+;video drc support =
+
+
+[source audiotest]
+source element = audiotestsrc
+; comma separated list of 'property-name=value' that will be set to the source element
+source element properties = is-live=1
+; values below will override the default one of [media source] above
+;audio raw format =
+;audio samplerate =
+;audio channels =
+;audio codec =
+;audio hw encoder element =
+use ulpfec red = no
+
+
+[source mic]
+source element = pulsesrc
+; comma separated list of 'property-name=value' that will be set to the source element
+source element properties =
+; values below will override the default one of [media source] above
+;audio raw format =
+;audio samplerate =
+;audio channels =
+;audio codec =
+;audio hw encoder element =
+use ulpfec red = no
+
+
+[rendering sink]
+audio sink element = pulsesink
+video sink element = tizenwlsink
+
+; comma separated list of elements, it should be one by one per codec type
+audio hw decoder elements =
+video hw decoder elements =
+
diff --git a/media-config-target-rpi3-spk/hal/etc/multimedia/mmfw_media_transporter.ini b/media-config-target-rpi3-spk/hal/etc/multimedia/mmfw_media_transporter.ini
new file mode 100644
index 0000000..504d385
--- /dev/null
+++ b/media-config-target-rpi3-spk/hal/etc/multimedia/mmfw_media_transporter.ini
@@ -0,0 +1,118 @@
+[general]
+; generating dot file representing pipeline state
+generate dot = no
+dot path = /tmp
+
+; enable verbose logging
+verbose log = no
+
+; | separated list of arguments that will pass to gst_init
+gstreamer arguments = --gst-debug=*:2
+
+; comma separated list of elements that will not use in the gstreamer pipeline
+gstreamer excluded elements =
+
+; allowed timeout for changing pipeline state
+timeout = 10 ; sec
+
+[connection]
+rtsp server ip = 127.0.0.1
+rtsp server port = 8554
+rtsp server mount point = /mtpr_server/tmp
+
+[media source]
+; default values for video source pipeline (e.g, videotest, camera, screen)
+video raw format = I420
+video width = 320
+video height = 240
+video framerate = 30
+video codec = mpeg
+video hw encoder element =
+video encoded format support = no
+video drc support = no
+; default values for audio source pipeline (e.g, audiotest, mic)
+audio raw format = F32LE
+audio samplerate = 8000
+audio channels = 2
+audio codec = aac
+audio hw encoder element =
+
+[source videotest]
+source element = videotestsrc
+; comma separated list of 'property-name=value' that will be set to the source element
+source element properties = is-live=1,pattern=18
+; values below will override the default one of [media source] above
+;video raw format =
+;video width =
+;video height =
+;video framerate =
+;video codec =
+;video hw encoder element =
+;video encoded format support =
+video drc support = yes
+
+
+[source camera]
+source element = v4l2src
+; comma separated list of 'property-name=value' that will be set to the source element
+source element properties =
+; values below will override the default one of [media source] above
+;video raw format =
+;video width =
+;video height =
+;video framerate =
+;video codec = h264
+;video hw encoder element = v4l2h264enc
+;video encoded format support =
+;video drc support =
+
+
+[source screen]
+source element = waylandsrc
+; comma separated list of 'property-name=value' that will be set to the source element
+source element properties =
+; values below will override the default one of [media source] above
+;video raw format =
+;video width =
+;video height =
+;video framerate =
+;video codec =
+;video hw encoder element =
+;video encoded format support =
+;video drc support =
+
+
+[source audiotest]
+source element = audiotestsrc
+; comma separated list of 'property-name=value' that will be set to the source element
+source element properties = is-live=1
+; values below will override the default one of [media source] above
+;audio raw format =
+;audio samplerate =
+;audio channels =
+;audio codec =
+;audio hw encoder element =
+use ulpfec red = no
+
+
+[source mic]
+source element = pulsesrc
+; comma separated list of 'property-name=value' that will be set to the source element
+source element properties =
+; values below will override the default one of [media source] above
+;audio raw format =
+;audio samplerate =
+;audio channels =
+;audio codec =
+;audio hw encoder element =
+use ulpfec red = no
+
+
+[rendering sink]
+audio sink element = pulsesink
+video sink element = tizenwlsink
+
+; comma separated list of elements, it should be one by one per codec type
+audio hw decoder elements =
+video hw decoder elements =
+
diff --git a/media-config-target-rpi3/hal/etc/multimedia/mmfw_media_transporter.ini b/media-config-target-rpi3/hal/etc/multimedia/mmfw_media_transporter.ini
new file mode 100644
index 0000000..504d385
--- /dev/null
+++ b/media-config-target-rpi3/hal/etc/multimedia/mmfw_media_transporter.ini
@@ -0,0 +1,118 @@
+[general]
+; generating dot file representing pipeline state
+generate dot = no
+dot path = /tmp
+
+; enable verbose logging
+verbose log = no
+
+; | separated list of arguments that will pass to gst_init
+gstreamer arguments = --gst-debug=*:2
+
+; comma separated list of elements that will not use in the gstreamer pipeline
+gstreamer excluded elements =
+
+; allowed timeout for changing pipeline state
+timeout = 10 ; sec
+
+[connection]
+rtsp server ip = 127.0.0.1
+rtsp server port = 8554
+rtsp server mount point = /mtpr_server/tmp
+
+[media source]
+; default values for video source pipeline (e.g, videotest, camera, screen)
+video raw format = I420
+video width = 320
+video height = 240
+video framerate = 30
+video codec = mpeg
+video hw encoder element =
+video encoded format support = no
+video drc support = no
+; default values for audio source pipeline (e.g, audiotest, mic)
+audio raw format = F32LE
+audio samplerate = 8000
+audio channels = 2
+audio codec = aac
+audio hw encoder element =
+
+[source videotest]
+source element = videotestsrc
+; comma separated list of 'property-name=value' that will be set to the source element
+source element properties = is-live=1,pattern=18
+; values below will override the default one of [media source] above
+;video raw format =
+;video width =
+;video height =
+;video framerate =
+;video codec =
+;video hw encoder element =
+;video encoded format support =
+video drc support = yes
+
+
+[source camera]
+source element = v4l2src
+; comma separated list of 'property-name=value' that will be set to the source element
+source element properties =
+; values below will override the default one of [media source] above
+;video raw format =
+;video width =
+;video height =
+;video framerate =
+;video codec = h264
+;video hw encoder element = v4l2h264enc
+;video encoded format support =
+;video drc support =
+
+
+[source screen]
+source element = waylandsrc
+; comma separated list of 'property-name=value' that will be set to the source element
+source element properties =
+; values below will override the default one of [media source] above
+;video raw format =
+;video width =
+;video height =
+;video framerate =
+;video codec =
+;video hw encoder element =
+;video encoded format support =
+;video drc support =
+
+
+[source audiotest]
+source element = audiotestsrc
+; comma separated list of 'property-name=value' that will be set to the source element
+source element properties = is-live=1
+; values below will override the default one of [media source] above
+;audio raw format =
+;audio samplerate =
+;audio channels =
+;audio codec =
+;audio hw encoder element =
+use ulpfec red = no
+
+
+[source mic]
+source element = pulsesrc
+; comma separated list of 'property-name=value' that will be set to the source element
+source element properties =
+; values below will override the default one of [media source] above
+;audio raw format =
+;audio samplerate =
+;audio channels =
+;audio codec =
+;audio hw encoder element =
+use ulpfec red = no
+
+
+[rendering sink]
+audio sink element = pulsesink
+video sink element = tizenwlsink
+
+; comma separated list of elements, it should be one by one per codec type
+audio hw decoder elements =
+video hw decoder elements =
+
diff --git a/media-config-target-tm1/hal/etc/multimedia/mmfw_media_transporter.ini b/media-config-target-tm1/hal/etc/multimedia/mmfw_media_transporter.ini
new file mode 100644
index 0000000..a3246d6
--- /dev/null
+++ b/media-config-target-tm1/hal/etc/multimedia/mmfw_media_transporter.ini
@@ -0,0 +1,118 @@
+[general]
+; generating dot file representing pipeline state
+generate dot = no
+dot path = /tmp
+
+; enable verbose logging
+verbose log = no
+
+; | separated list of arguments that will pass to gst_init
+gstreamer arguments = --gst-debug=*:2
+
+; comma separated list of elements that will not use in the gstreamer pipeline
+gstreamer excluded elements =
+
+; allowed timeout for changing pipeline state
+timeout = 10 ; sec
+
+[connection]
+rtsp server ip = 127.0.0.1
+rtsp server port = 8554
+rtsp server mount point = /mtpr_server/tmp
+
+[media source]
+; default values for video source pipeline (e.g, videotest, camera, screen)
+video raw format = I420
+video width = 320
+video height = 240
+video framerate = 30
+video codec = mpeg
+video hw encoder element =
+video encoded format support = no
+video drc support = no
+; default values for audio source pipeline (e.g, audiotest, mic)
+audio raw format = F32LE
+audio samplerate = 8000
+audio channels = 2
+audio codec = aac
+audio hw encoder element =
+
+[source videotest]
+source element = videotestsrc
+; comma separated list of 'property-name=value' that will be set to the source element
+source element properties = is-live=1,pattern=18
+; values below will override the default one of [media source] above
+;video raw format =
+;video width =
+;video height =
+;video framerate =
+;video codec =
+;video hw encoder element =
+;video encoded format support =
+video drc support = yes
+
+
+[source camera]
+source element = camerasrc
+; comma separated list of 'property-name=value' that will be set to the source element
+source element properties =
+; values below will override the default one of [media source] above
+video raw format = SN12
+video width = 640
+video height = 480
+video framerate = 30
+video codecs = h264
+video hw encoder element = sprdenc_h264
+;video encoded format support =
+;video drc support =
+
+
+[source screen]
+source element = waylandsrc
+; comma separated list of 'property-name=value' that will be set to the source element
+source element properties =
+; values below will override the default one of [media source] above
+;video raw format =
+;video width =
+;video height =
+;video framerate =
+;video codec =
+;video hw encoder element =
+;video encoded format support =
+;video drc support =
+
+
+[source audiotest]
+source element = audiotestsrc
+; comma separated list of 'property-name=value' that will be set to the source element
+source element properties = is-live=1
+; values below will override the default one of [media source] above
+;audio raw format =
+;audio samplerate =
+;audio channels =
+;audio codec =
+;audio hw encoder element =
+use ulpfec red = no
+
+
+[source mic]
+source element = pulsesrc
+; comma separated list of 'property-name=value' that will be set to the source element
+source element properties =
+; values below will override the default one of [media source] above
+;audio raw format =
+;audio samplerate =
+;audio channels =
+;audio codec =
+;audio hw encoder element =
+use ulpfec red = no
+
+
+[rendering sink]
+audio sink element = pulsesink
+video sink element = tizenwlsink
+
+; comma separated list of elements, it should be one by one per codec type
+audio hw decoder elements =
+video hw decoder elements =
+
diff --git a/media-config-target-tw3/hal/etc/multimedia/mmfw_media_transporter.ini b/media-config-target-tw3/hal/etc/multimedia/mmfw_media_transporter.ini
new file mode 100644
index 0000000..907d741
--- /dev/null
+++ b/media-config-target-tw3/hal/etc/multimedia/mmfw_media_transporter.ini
@@ -0,0 +1,118 @@
+[general]
+; generating dot file representing pipeline state
+generate dot = no
+dot path = /tmp
+
+; enable verbose logging
+verbose log = no
+
+; | separated list of arguments that will pass to gst_init
+gstreamer arguments = --gst-debug=*:2
+
+; comma separated list of elements that will not use in the gstreamer pipeline
+gstreamer excluded elements =
+
+; allowed timeout for changing pipeline state
+timeout = 10 ; sec
+
+[connection]
+rtsp server ip = 127.0.0.1
+rtsp server port = 8554
+rtsp server mount point = /mtpr_server/tmp
+
+[media source]
+; default values for video source pipeline (e.g, videotest, camera, screen)
+video raw format = I420
+video width = 320
+video height = 240
+video framerate = 30
+video codec = mpeg
+video hw encoder element =
+video encoded format support = no
+video drc support = no
+; default values for audio source pipeline (e.g, audiotest, mic)
+audio raw format = F32LE
+audio samplerate = 8000
+audio channels = 2
+audio codec = aac
+audio hw encoder element =
+
+[source videotest]
+source element = videotestsrc
+; comma separated list of 'property-name=value' that will be set to the source element
+source element properties = is-live=1,pattern=18
+; values below will override the default one of [media source] above
+;video raw format =
+;video width =
+;video height =
+;video framerate =
+;video codec =
+;video hw encoder element =
+;video encoded format support =
+video drc support = yes
+
+
+[source camera]
+source element = videotestsrc
+; comma separated list of 'property-name=value' that will be set to the source element
+source element properties =
+; values below will override the default one of [media source] above
+;video raw format =
+;video width =
+;video height =
+;video framerate =
+;video codec = h264
+;video hw encoder element = v4l2h264enc
+;video encoded format support =
+;video drc support =
+
+
+[source screen]
+source element = waylandsrc
+; comma separated list of 'property-name=value' that will be set to the source element
+source element properties =
+; values below will override the default one of [media source] above
+;video raw format =
+;video width =
+;video height =
+;video framerate =
+;video codec =
+;video hw encoder element =
+;video encoded format support =
+;video drc support =
+
+
+[source audiotest]
+source element = audiotestsrc
+; comma separated list of 'property-name=value' that will be set to the source element
+source element properties = is-live=1
+; values below will override the default one of [media source] above
+;audio raw format =
+;audio samplerate =
+;audio channels =
+;audio codec =
+;audio hw encoder element =
+use ulpfec red = no
+
+
+[source mic]
+source element = pulsesrc
+; comma separated list of 'property-name=value' that will be set to the source element
+source element properties =
+; values below will override the default one of [media source] above
+;audio raw format =
+;audio samplerate =
+;audio channels =
+;audio codec =
+;audio hw encoder element =
+use ulpfec red = no
+
+
+[rendering sink]
+audio sink element = pulsesink
+video sink element = tizenwlsink
+
+; comma separated list of elements, it should be one by one per codec type
+audio hw decoder elements =
+video hw decoder elements =
+
diff --git a/media-config-target-vim3/hal/etc/multimedia/mmfw_media_transporter.ini b/media-config-target-vim3/hal/etc/multimedia/mmfw_media_transporter.ini
new file mode 100644
index 0000000..504d385
--- /dev/null
+++ b/media-config-target-vim3/hal/etc/multimedia/mmfw_media_transporter.ini
@@ -0,0 +1,118 @@
+[general]
+; generating dot file representing pipeline state
+generate dot = no
+dot path = /tmp
+
+; enable verbose logging
+verbose log = no
+
+; | separated list of arguments that will pass to gst_init
+gstreamer arguments = --gst-debug=*:2
+
+; comma separated list of elements that will not use in the gstreamer pipeline
+gstreamer excluded elements =
+
+; allowed timeout for changing pipeline state
+timeout = 10 ; sec
+
+[connection]
+rtsp server ip = 127.0.0.1
+rtsp server port = 8554
+rtsp server mount point = /mtpr_server/tmp
+
+[media source]
+; default values for video source pipeline (e.g, videotest, camera, screen)
+video raw format = I420
+video width = 320
+video height = 240
+video framerate = 30
+video codec = mpeg
+video hw encoder element =
+video encoded format support = no
+video drc support = no
+; default values for audio source pipeline (e.g, audiotest, mic)
+audio raw format = F32LE
+audio samplerate = 8000
+audio channels = 2
+audio codec = aac
+audio hw encoder element =
+
+[source videotest]
+source element = videotestsrc
+; comma separated list of 'property-name=value' that will be set to the source element
+source element properties = is-live=1,pattern=18
+; values below will override the default one of [media source] above
+;video raw format =
+;video width =
+;video height =
+;video framerate =
+;video codec =
+;video hw encoder element =
+;video encoded format support =
+video drc support = yes
+
+
+[source camera]
+source element = v4l2src
+; comma separated list of 'property-name=value' that will be set to the source element
+source element properties =
+; values below will override the default one of [media source] above
+;video raw format =
+;video width =
+;video height =
+;video framerate =
+;video codec = h264
+;video hw encoder element = v4l2h264enc
+;video encoded format support =
+;video drc support =
+
+
+[source screen]
+source element = waylandsrc
+; comma separated list of 'property-name=value' that will be set to the source element
+source element properties =
+; values below will override the default one of [media source] above
+;video raw format =
+;video width =
+;video height =
+;video framerate =
+;video codec =
+;video hw encoder element =
+;video encoded format support =
+;video drc support =
+
+
+[source audiotest]
+source element = audiotestsrc
+; comma separated list of 'property-name=value' that will be set to the source element
+source element properties = is-live=1
+; values below will override the default one of [media source] above
+;audio raw format =
+;audio samplerate =
+;audio channels =
+;audio codec =
+;audio hw encoder element =
+use ulpfec red = no
+
+
+[source mic]
+source element = pulsesrc
+; comma separated list of 'property-name=value' that will be set to the source element
+source element properties =
+; values below will override the default one of [media source] above
+;audio raw format =
+;audio samplerate =
+;audio channels =
+;audio codec =
+;audio hw encoder element =
+use ulpfec red = no
+
+
+[rendering sink]
+audio sink element = pulsesink
+video sink element = tizenwlsink
+
+; comma separated list of elements, it should be one by one per codec type
+audio hw decoder elements =
+video hw decoder elements =
+
diff --git a/packaging/media-config.spec b/packaging/media-config.spec
index e1ecdcd..33be726 100644
--- a/packaging/media-config.spec
+++ b/packaging/media-config.spec
@@ -2,7 +2,7 @@
Name: media-config
Summary: Multimedia Framework system configuration package
-Version: 0.3.55
+Version: 0.3.56
Release: 0
Group: Multimedia/Configuration
License: LGPL-2.1 and Apache-2.0