diff options
author | Sangchul Lee <sc11.lee@samsung.com> | 2022-08-08 12:22:27 +0900 |
---|---|---|
committer | Sangchul Lee <sc11.lee@samsung.com> | 2022-08-08 12:34:14 +0900 |
commit | a2b71a9e9882de9b9ef262d70c3d5bff2da3e248 (patch) | |
tree | 417de2d72de43d8c091328539ce6008a1811595a /media-config-target-artik10 | |
parent | 332b6884ef0179a3453ba57ef8b4c3a4a05da7ec (diff) | |
download | media-config-a2b71a9e9882de9b9ef262d70c3d5bff2da3e248.tar.gz media-config-a2b71a9e9882de9b9ef262d70c3d5bff2da3e248.tar.bz2 media-config-a2b71a9e9882de9b9ef262d70c3d5bff2da3e248.zip |
[webrtc] Add more codecs to the supported list as default
VP9 codec is added to the default video codec list.
PCMU, PCMA codecs are added to the default audio codec list.
Default stun server url is also commented out. Application could set it by calling
the function - webrtc_set_stun_server().
[Version] 0.3.50
[Issue Type] Update
Change-Id: I21972436e0b5ab8ce5591b4f5a3d4be2729f60c8
Signed-off-by: Sangchul Lee <sc11.lee@samsung.com>
Diffstat (limited to 'media-config-target-artik10')
-rw-r--r-- | media-config-target-artik10/hal/etc/multimedia/mmfw_webrtc.ini | 6 |
1 files changed, 3 insertions, 3 deletions
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 56707e3..6d56d8e 100644 --- a/media-config-target-artik10/hal/etc/multimedia/mmfw_webrtc.ini +++ b/media-config-target-artik10/hal/etc/multimedia/mmfw_webrtc.ini @@ -28,7 +28,7 @@ rtp jitterbuffer latency = 100 bundle policy = 3 ; default STUN server URL -stun server = stun://stun.l.google.com:19302 +;stun server = stun://stun.l.google.com:19302 [media source] @@ -38,7 +38,7 @@ 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 codecs = vp8,vp9 video hw encoder element = video encoded format support = no video drc support = no @@ -47,7 +47,7 @@ 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 codecs = opus,pcmu,pcma audio hw encoder element = ; default FEC setting of RTP packets use ulpfec red = no |