[qrb2210] Add media-config-target-qrb2210
[platform/hal/backend/media-config.git] / media-config-target-qrb2210 / hal / etc / multimedia / mmfw_webrtc.ini
1 [general]
2 ; generating dot file representing pipeline state
3 generate dot = no
4 dot path = /tmp
5
6 ; | separated list of arguments that will pass to gst_init
7 gstreamer arguments = --gst-debug=webrtcbin:7,3
8
9 ; comma separated list of elements that will not use in the gstreamer pipeline
10 gstreamer excluded elements =
11
12 ; latency of RTP jitterbuffer
13 rtp jitterbuffer latency = 100
14
15 ; FEC setting of RTP packets
16 use ulpfec red = yes
17
18 ; default STUN server URL
19 stun server = stun://stun.l.google.com:19302
20
21
22 [media source]
23 ; default values for video source pipeline (e.g, videotest, camera, screen)
24 video raw format = I420
25 video width = 320
26 video height = 240
27 video framerate = 30
28 video codec = vp8
29 video hw encoder element =
30 video encoded format support = no
31 video drc support = no
32 ; default values for audio source pipeline (e.g, audiotest, mic)
33 audio raw format = S16LE
34 audio samplerate = 8000
35 audio channels = 1
36 audio codec = opus
37 audio hw encoder element =
38
39
40 [source videotest]
41 source element = videotestsrc
42 ; values below will override the default one of [media source] above
43 ;video raw format =
44 ;video width =
45 ;video height =
46 ;video framerate =
47 ;video codec =
48 ;video hw encoder element =
49 ;video encoded format support =
50 video drc support = yes
51
52
53 [source camera]
54 source element = v4l2src
55 ; values below will override the default one of [media source] above
56 ;video raw format =
57 ;video width =
58 ;video height =
59 ;video framerate =
60 ;video codec =
61 ;video hw encoder element =
62 ;video encoded format support =
63 ;video drc support =
64
65
66 [source screen]
67 source element = waylandsrc
68 ; values below will override the default one of [media source] above
69 ;video raw format =
70 ;video width =
71 ;video height =
72 ;video framerate =
73 ;video codec =
74 ;video hw encoder element =
75 ;video encoded format support =
76 ;video drc support =
77
78
79 [source audiotest]
80 source element = audiotestsrc
81 ; values below will override the default one of [media source] above
82 ;audio raw format =
83 ;audio samplerate =
84 ;audio channels =
85 ;audio codec =
86 ;audio hw encoder element =
87
88
89 [source mic]
90 source element = pulsesrc
91 ; values below will override the default one of [media source] above
92 ;audio raw format =
93 ;audio samplerate =
94 ;audio channels =
95 ;audio codec =
96 ;audio hw encoder element =
97
98
99 [rendering sink]
100 audio sink element = pulsesink
101 video sink element = tizenwlsink
102
103 ; comma separated list of elements, it should be one by one per codec type
104 audio hw decoder elements =
105 video hw decoder elements =
106
107
108 [resource acquisition]
109 camera = yes
110 video encoder = no
111 video decoder = no
112 video overlay = no
113
114
115 [vpxenc params]
116 ;threads =
117 ;end usage =
118 ;cpu used =
119 ;target bitrate =
120 ;keyframe max dist =
121 ;min quantizer =
122 ;max quantizer =
123 ;undershoot =