From: Sangchul Lee Date: Tue, 14 Jun 2022 05:43:30 +0000 (+0900) Subject: [webrtc] Add [source null] category X-Git-Tag: submit/tizen/20220629.075411~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9824bbe7fd056eacf18c1755e1f3d3526f5d9f4e;p=platform%2Fhal%2Fbackend%2Fmedia-config.git [webrtc] Add [source null] category 'audio codecs' and 'audio codecs' for supported codec list are specified. Some comments for the codec list are also added. [Version] 0.3.46 [Issue Type] New feature Change-Id: I8b1b676118aef4acfc11f205aa4fdf5f17b9edfa Signed-off-by: Sangchul Lee --- diff --git a/media-config-generic/hal/etc/multimedia/mmfw_webrtc.ini b/media-config-generic/hal/etc/multimedia/mmfw_webrtc.ini index 90b3e96..4cc2bfa 100644 --- a/media-config-generic/hal/etc/multimedia/mmfw_webrtc.ini +++ b/media-config-generic/hal/etc/multimedia/mmfw_webrtc.ini @@ -37,6 +37,7 @@ video raw format = I420 video width = 320 video height = 240 video framerate = 30 +; comma separated list of default supported video codecs, the first one is default value. video codecs = vp8 video hw encoder element = video encoded format support = no @@ -45,6 +46,7 @@ video drc support = no audio raw format = S16LE audio samplerate = 8000 audio channels = 1 +; comma separated list of default supported audio codecs, the first one is default value. audio codecs = opus audio hw encoder element = ; default FEC setting of RTP packets @@ -129,6 +131,11 @@ source element properties = use inbandfec = yes +[source null] +audio codecs = opus,pcmu,pcma +video codecs = vp8,vp9,h264 + + [rendering sink] audio sink element = pulsesink video sink element = tizenwlsink diff --git a/media-config-simulator/hal/etc/multimedia/mmfw_webrtc.ini b/media-config-simulator/hal/etc/multimedia/mmfw_webrtc.ini index 5946246..eedaa99 100644 --- a/media-config-simulator/hal/etc/multimedia/mmfw_webrtc.ini +++ b/media-config-simulator/hal/etc/multimedia/mmfw_webrtc.ini @@ -37,6 +37,7 @@ video raw format = I420 video width = 320 video height = 240 video framerate = 30 +; comma separated list of default supported video codecs, the first one is default value. video codecs = vp8 video hw encoder element = video encoded format support = no @@ -45,6 +46,7 @@ video drc support = no audio raw format = S16LE audio samplerate = 8000 audio channels = 1 +; comma separated list of default supported audio codecs, the first one is default value. audio codecs = opus audio hw encoder element = ; default FEC setting of RTP packets @@ -129,6 +131,11 @@ source element properties = use inbandfec = yes +[source null] +audio codecs = opus,pcmu,pcma +video codecs = vp8,vp9,h264 + + [rendering sink] audio sink element = pulsesink video sink element = tizenwlsink diff --git a/media-config-target-artik10/hal/etc/multimedia/mmfw_webrtc.ini b/media-config-target-artik10/hal/etc/multimedia/mmfw_webrtc.ini index 80fa20e..7aa82a2 100644 --- a/media-config-target-artik10/hal/etc/multimedia/mmfw_webrtc.ini +++ b/media-config-target-artik10/hal/etc/multimedia/mmfw_webrtc.ini @@ -37,6 +37,7 @@ video raw format = I420 video width = 320 video height = 240 video framerate = 30 +; comma separated list of default supported video codecs, the first one is default value. video codecs = vp8 video hw encoder element = video encoded format support = no @@ -45,6 +46,7 @@ video drc support = no audio raw format = S16LE audio samplerate = 8000 audio channels = 1 +; comma separated list of default supported audio codecs, the first one is default value. audio codecs = opus audio hw encoder element = ; default FEC setting of RTP packets @@ -129,6 +131,11 @@ source element properties = use inbandfec = yes +[source null] +audio codecs = opus,pcmu,pcma +video codecs = vp8,vp9,h264 + + [rendering sink] audio sink element = pulsesink video sink element = tizenwlsink diff --git a/media-config-target-c4/hal/etc/multimedia/mmfw_webrtc.ini b/media-config-target-c4/hal/etc/multimedia/mmfw_webrtc.ini index 90b3e96..4cc2bfa 100644 --- a/media-config-target-c4/hal/etc/multimedia/mmfw_webrtc.ini +++ b/media-config-target-c4/hal/etc/multimedia/mmfw_webrtc.ini @@ -37,6 +37,7 @@ video raw format = I420 video width = 320 video height = 240 video framerate = 30 +; comma separated list of default supported video codecs, the first one is default value. video codecs = vp8 video hw encoder element = video encoded format support = no @@ -45,6 +46,7 @@ video drc support = no audio raw format = S16LE audio samplerate = 8000 audio channels = 1 +; comma separated list of default supported audio codecs, the first one is default value. audio codecs = opus audio hw encoder element = ; default FEC setting of RTP packets @@ -129,6 +131,11 @@ source element properties = use inbandfec = yes +[source null] +audio codecs = opus,pcmu,pcma +video codecs = vp8,vp9,h264 + + [rendering sink] audio sink element = pulsesink video sink element = tizenwlsink diff --git a/media-config-target-rpi3-spk/hal/etc/multimedia/mmfw_webrtc.ini b/media-config-target-rpi3-spk/hal/etc/multimedia/mmfw_webrtc.ini index 90b3e96..4cc2bfa 100644 --- a/media-config-target-rpi3-spk/hal/etc/multimedia/mmfw_webrtc.ini +++ b/media-config-target-rpi3-spk/hal/etc/multimedia/mmfw_webrtc.ini @@ -37,6 +37,7 @@ video raw format = I420 video width = 320 video height = 240 video framerate = 30 +; comma separated list of default supported video codecs, the first one is default value. video codecs = vp8 video hw encoder element = video encoded format support = no @@ -45,6 +46,7 @@ video drc support = no audio raw format = S16LE audio samplerate = 8000 audio channels = 1 +; comma separated list of default supported audio codecs, the first one is default value. audio codecs = opus audio hw encoder element = ; default FEC setting of RTP packets @@ -129,6 +131,11 @@ source element properties = use inbandfec = yes +[source null] +audio codecs = opus,pcmu,pcma +video codecs = vp8,vp9,h264 + + [rendering sink] audio sink element = pulsesink video sink element = tizenwlsink diff --git a/media-config-target-rpi3/hal/etc/multimedia/mmfw_webrtc.ini b/media-config-target-rpi3/hal/etc/multimedia/mmfw_webrtc.ini index 90b3e96..4cc2bfa 100644 --- a/media-config-target-rpi3/hal/etc/multimedia/mmfw_webrtc.ini +++ b/media-config-target-rpi3/hal/etc/multimedia/mmfw_webrtc.ini @@ -37,6 +37,7 @@ video raw format = I420 video width = 320 video height = 240 video framerate = 30 +; comma separated list of default supported video codecs, the first one is default value. video codecs = vp8 video hw encoder element = video encoded format support = no @@ -45,6 +46,7 @@ video drc support = no audio raw format = S16LE audio samplerate = 8000 audio channels = 1 +; comma separated list of default supported audio codecs, the first one is default value. audio codecs = opus audio hw encoder element = ; default FEC setting of RTP packets @@ -129,6 +131,11 @@ source element properties = use inbandfec = yes +[source null] +audio codecs = opus,pcmu,pcma +video codecs = vp8,vp9,h264 + + [rendering sink] audio sink element = pulsesink video sink element = tizenwlsink diff --git a/media-config-target-tm1/hal/etc/multimedia/mmfw_webrtc.ini b/media-config-target-tm1/hal/etc/multimedia/mmfw_webrtc.ini index 06d5175..625c0d5 100644 --- a/media-config-target-tm1/hal/etc/multimedia/mmfw_webrtc.ini +++ b/media-config-target-tm1/hal/etc/multimedia/mmfw_webrtc.ini @@ -37,6 +37,7 @@ video raw format = I420 video width = 320 video height = 240 video framerate = 30 +; comma separated list of default supported video codecs, the first one is default value. video codecs = vp8 video hw encoder element = video encoded format support = no @@ -45,6 +46,7 @@ video drc support = no audio raw format = S16LE audio samplerate = 8000 audio channels = 1 +; comma separated list of default supported audio codecs, the first one is default value. audio codecs = opus audio hw encoder element = ; default FEC setting of RTP packets @@ -129,6 +131,11 @@ source element properties = use inbandfec = yes +[source null] +audio codecs = opus,pcmu,pcma +video codecs = vp8,vp9,h264 + + [rendering sink] audio sink element = pulsesink video sink element = tizenwlsink diff --git a/media-config-target-tw3/hal/etc/multimedia/mmfw_webrtc.ini b/media-config-target-tw3/hal/etc/multimedia/mmfw_webrtc.ini index 5946246..eedaa99 100644 --- a/media-config-target-tw3/hal/etc/multimedia/mmfw_webrtc.ini +++ b/media-config-target-tw3/hal/etc/multimedia/mmfw_webrtc.ini @@ -37,6 +37,7 @@ video raw format = I420 video width = 320 video height = 240 video framerate = 30 +; comma separated list of default supported video codecs, the first one is default value. video codecs = vp8 video hw encoder element = video encoded format support = no @@ -45,6 +46,7 @@ video drc support = no audio raw format = S16LE audio samplerate = 8000 audio channels = 1 +; comma separated list of default supported audio codecs, the first one is default value. audio codecs = opus audio hw encoder element = ; default FEC setting of RTP packets @@ -129,6 +131,11 @@ source element properties = use inbandfec = yes +[source null] +audio codecs = opus,pcmu,pcma +video codecs = vp8,vp9,h264 + + [rendering sink] audio sink element = pulsesink video sink element = tizenwlsink diff --git a/media-config-target-vim3/hal/etc/multimedia/mmfw_webrtc.ini b/media-config-target-vim3/hal/etc/multimedia/mmfw_webrtc.ini index 90b3e96..4cc2bfa 100644 --- a/media-config-target-vim3/hal/etc/multimedia/mmfw_webrtc.ini +++ b/media-config-target-vim3/hal/etc/multimedia/mmfw_webrtc.ini @@ -37,6 +37,7 @@ video raw format = I420 video width = 320 video height = 240 video framerate = 30 +; comma separated list of default supported video codecs, the first one is default value. video codecs = vp8 video hw encoder element = video encoded format support = no @@ -45,6 +46,7 @@ video drc support = no audio raw format = S16LE audio samplerate = 8000 audio channels = 1 +; comma separated list of default supported audio codecs, the first one is default value. audio codecs = opus audio hw encoder element = ; default FEC setting of RTP packets @@ -129,6 +131,11 @@ source element properties = use inbandfec = yes +[source null] +audio codecs = opus,pcmu,pcma +video codecs = vp8,vp9,h264 + + [rendering sink] audio sink element = pulsesink video sink element = tizenwlsink diff --git a/packaging/media-config.spec b/packaging/media-config.spec index 7e55eca..88928ca 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.45 +Version: 0.3.46 Release: 0 Group: Multimedia/Configuration License: LGPL-2.1 and Apache-2.0