[rpi3][webrtc] Use JPEG format for camera source 39/264239/1 accepted/tizen/unified/20210915.124902 submit/tizen/20210915.065726
authorSangchul Lee <sc11.lee@samsung.com>
Wed, 15 Sep 2021 01:20:06 +0000 (10:20 +0900)
committerSangchul Lee <sc11.lee@samsung.com>
Wed, 15 Sep 2021 01:20:59 +0000 (10:20 +0900)
It is revised to avoid using encoder after v4l2src on rpi target.
Some of USB cameras might not support this format.

[Version] 0.3.22
[Issue Type] Revise

Change-Id: I378085fa31ecc1bc41c89a46db43836f87568321
Signed-off-by: Sangchul Lee <sc11.lee@samsung.com>
media-config-target-rpi3/hal/etc/multimedia/mmfw_webrtc.ini
packaging/media-config.spec

index d5e5176e1d003c3d412e9062698d32c1e582f284..f00b0174ba698bc0ea4d319a65ae836e6edb0be5 100644 (file)
@@ -65,10 +65,11 @@ source element = v4l2src
 ;video width =
 ;video height =
 ;video framerate =
-;video codec =
+video codec = JPEG
 ;video hw encoder element =
-;video encoded format support =
+video encoded format support = yes
 ;video drc support =
+use ulpfec red = no
 
 
 [source screen]
index 8b0667d1455162c2dd963430f8492d512edd415e..dbbee3f2af4302b57d027585bccf26f9839f068d 100644 (file)
@@ -1,6 +1,6 @@
 Name:       media-config
 Summary:    Multimedia Framework system configuration package
-Version:    0.3.21
+Version:    0.3.22
 Release:    0
 Group:      Multimedia/Configuration
 License:    LGPL-2.1 and Apache-2.0