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