[rpi][aot] Add configuration file for aot-mediaserver 70/312670/3 accepted/tizen/unified/20240614.085140 accepted/tizen/unified/dev/20240620.010513 accepted/tizen/unified/x/20240614.160316
authorJeongmo Yang <jm80.yang@samsung.com>
Thu, 13 Jun 2024 01:03:58 +0000 (10:03 +0900)
committerJeongmo Yang <jm80.yang@samsung.com>
Thu, 13 Jun 2024 07:52:38 +0000 (16:52 +0900)
[Version] 0.3.82
[Issue Type] New feature

Change-Id: I3c3ccb8b682f1cb312e7e16702f4ccc369571aed
Signed-off-by: Jeongmo Yang <jm80.yang@samsung.com>
media-config-target-rpi3/hal/etc/multimedia/aot_mediaserver.ini [new file with mode: 0644]
packaging/media-config.spec

diff --git a/media-config-target-rpi3/hal/etc/multimedia/aot_mediaserver.ini b/media-config-target-rpi3/hal/etc/multimedia/aot_mediaserver.ini
new file mode 100644 (file)
index 0000000..63a86f5
--- /dev/null
@@ -0,0 +1,28 @@
+[general]
+gstreamer option0 = --gst-debug=*:2,appsrc:6,v4l2*:6,tizen*:6
+gstreamer option1 =
+gstreamer option2 =
+gstreamer option3 =
+gstreamer option4 =
+register service interval ms = 500
+boosting thread name =
+add video parser = no
+
+[buffer]
+input count = 3
+input size = 5242880
+output count = 3 ; for kTexturingMode
+v4l2h264dec = 1920,1080 ; max resolution for kTexturingMode
+
+[decoder]
+video/x-h264 = v4l2h264dec
+
+[sink]
+overlay = tizenwlsink ; kDefaultCodecMode
+texturing = fakesink  ; kTexturingMode
+bytebuffer = fakesink ; kByteBufferMode
+
+[element property]
+tizenwlsink = sync=false,async=false,use-tbm=true
+fakesink = sync=false,async=false
+
index 78fcae4d3d04670412d63d7ef28bc459fdf8a6dc..e41f9ab00919478b065574941430d25ab347c29e 100644 (file)
@@ -2,7 +2,7 @@
 
 Name:       media-config
 Summary:    Multimedia Framework system configuration package
-Version:    0.3.81
+Version:    0.3.82
 Release:    0
 Group:      Multimedia/Configuration
 License:    LGPL-2.1 and Apache-2.0