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