Merge the latest code.
[platform/core/multimedia/libmm-wfd.git] / config / mmfw_wfd_sink.ini
1 [general]
2 ; parameters for initializing gstreamer
3 ; DEFAULT SET (--gst-debug=2,*wfd*:5)
4 gstparam1 = --gst-debug=2,*wfd*:5,*wfdtsdemux:1,*wfdrtpbuffer:1
5 gstparam2 =
6 gstparam3 =
7 gstparam4 =
8 gstparam5 =
9
10 ; generating dot file representing pipeline state
11 ; do export GST_DEBUG_DUMP_DOT_DIR=[dot file path] in the shell
12 generate dot = no
13
14 ; enable pad probe
15 enable pad probe = no
16
17 ; enable wfdrtspsrc inner pad probe
18 enable wfdrtspsrc pad probe = no
19
20 ; enable ts data dump (/var/tmp/*.ts)
21 enable ts data dump = no
22
23 ; allowed timeout for changing pipeline state
24 state change timeout = 5; sec
25
26 ; set debug property to wfdrtspsrc plugin for debugging rtsp message
27 set debug property = yes
28
29 ; for asm function enable = yes, disable = no
30 enable asm = no
31
32 ; 0: default value set by wfdrtspsrc element, other: user define value.
33 jitter buffer latency=10
34
35 ; for retransmission request enable = yes, disable = no
36 enable retransmission = yes
37
38 ; for reset basetime, enable = yes, disable = no
39 enable reset basetime = yes
40
41 ; Maximum number of nanoseconds that a buffer can be late before it is dropped by videosink (-1 unlimited)
42 video sink max lateness=20000000
43
44 ; nanoseconds to be added to buffertimestamp by sink elements
45 sink ts offset=150000000
46
47 ; if no, go asynchronously to PAUSED without preroll
48 audio sink async=no
49
50 ; if no, go asynchronously to PAUSED without preroll
51 video sink async=no
52
53
54 [pipeline]
55 tsdemux element = tsdemux
56
57 aac parser element = aacparse
58
59 aac decoder element = avdec_aac
60
61 ac3 parser element = ac3parse
62
63 ac3 decoder element = 
64
65 lpcm converter element = audioconvert
66
67 lpcm filter element = capsfilter
68
69 audio resampler element = audioconvert
70
71 audio volume element =
72
73 audio sink element = pulsesink
74
75 video parser element = h264parse
76
77 video decoder element = omxh264dec;avdec_h264
78
79 video sink element = xvimagesink
80
81
82
83 [audio param]
84 ; 0x1: LPCM, 0x2: AAC, 0x4: AC3
85 ;default aac and LPCM
86 audio codec=0x3
87
88 audio latency=0x0
89
90 ;0x1 : 48000khz, 0x2: 44100khz
91 audio sampling frequency=0x3
92
93 ; 0x1:2 channels, 0x2:4 channels, 0x4:6channels, 0x8:8channels
94 audio channels=0x1
95
96
97
98 [video param]
99 ; 0: H264CBP 1: H264CHP
100 video codec=0x1
101
102 video native resolution = 0x20
103
104 video cea support=0x194ab
105
106 video vesa support=0x5555555
107
108 video hh support=0x555
109
110 ; 0x1:base, 0x2:high
111 video profile=0x1
112
113 ; 0x1:level_3_1, 0x2:level_3_2, 0x4:level_4, 0x8:level_4_1, 0x10:level_4_2
114 video level=0x2
115
116 video latency=0x0
117
118 video vertical resolution=1080
119
120 video horizontal resolution=1920
121
122 video minimum slicesize=0
123
124 video slice encoding params=200
125
126 video framerate control support=11
127
128 [hdcp param]
129 ;0x0:none, 0x1:HDCP_2.0, 0x2:HDCP_2.1
130 hdcp content protection=0x0
131
132 hdcp port no=0
133