[all][mtpr] add mediatransporter ini 30/280530/1 accepted/tizen/unified/20220901.020246 submit/tizen/20220901.015435
authorEunhye Choi <eunhae1.choi@samsung.com>
Wed, 31 Aug 2022 07:51:00 +0000 (16:51 +0900)
committerEunhye Choi <eunhae1.choi@samsung.com>
Wed, 31 Aug 2022 07:51:58 +0000 (16:51 +0900)
[Version] 0.3.56
[Issue Type] Add

Change-Id: Ie5470253f30fed20f5df17da7bf2ed89c269c388

media-config-generic/hal/etc/multimedia/mmfw_media_transporter.ini [new file with mode: 0644]
media-config-simulator/hal/etc/multimedia/mmfw_media_transporter.ini [new file with mode: 0644]
media-config-target-artik10/hal/etc/multimedia/mmfw_media_transporter.ini [new file with mode: 0644]
media-config-target-c4/hal/etc/multimedia/mmfw_media_transporter.ini [new file with mode: 0644]
media-config-target-rpi3-spk/hal/etc/multimedia/mmfw_media_transporter.ini [new file with mode: 0644]
media-config-target-rpi3/hal/etc/multimedia/mmfw_media_transporter.ini [new file with mode: 0644]
media-config-target-tm1/hal/etc/multimedia/mmfw_media_transporter.ini [new file with mode: 0644]
media-config-target-tw3/hal/etc/multimedia/mmfw_media_transporter.ini [new file with mode: 0644]
media-config-target-vim3/hal/etc/multimedia/mmfw_media_transporter.ini [new file with mode: 0644]
packaging/media-config.spec

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 (file)
index 0000000..504d385
--- /dev/null
@@ -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 (file)
index 0000000..907d741
--- /dev/null
@@ -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 (file)
index 0000000..504d385
--- /dev/null
@@ -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 (file)
index 0000000..504d385
--- /dev/null
@@ -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 (file)
index 0000000..504d385
--- /dev/null
@@ -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 (file)
index 0000000..504d385
--- /dev/null
@@ -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 (file)
index 0000000..a3246d6
--- /dev/null
@@ -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 (file)
index 0000000..907d741
--- /dev/null
@@ -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 (file)
index 0000000..504d385
--- /dev/null
@@ -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 =
+
index e1ecdcd6fb197b1f69e9e587fd5084b2809b6318..33be726e73a824edf14d17e6168f7d64b0421c3f 100644 (file)
@@ -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