ce95c255de7ab04954728dff4624d47faad6395f
[platform/adaptation/intel_mfld/mmfw-sysconf-mfld-blackbay.git] / mmfw-sysconf-simulator / usr / etc / mmfw_player.ini
1 [general] 
2
3 ; if disabled typefind element will used directely 
4 use decodebin = no ; async state change problem exist 
5
6 use sink handler = yes 
7
8 disable segtrap = yes ; same effect with --gst-disable-segtrap 
9
10 ; set default videosink element according to video surface type(X, EVAS, NULL)
11 videosink element x = vaapisink
12 videosink element evas = evasimagesink
13 videosink element fake = fakesink
14
15 video converter element =
16
17 audiosink element = avsysaudiosink 
18
19 drmsrc element = filesrc 
20
21 ; if yes. gstreamer will not update registry 
22 skip rescan = yes 
23 delay before repeat = 50 ; msec
24
25 ; comma separated list of tocken which elemnts has it in it's name will not be used 
26 element exclude keyword = ffdec_h263, ffdec_h264, ffdec_mpeg4, ffdec_msmpeg4, ffdec_vc1, omx_
27
28 async start = yes 
29
30 multiple codec supported = no
31
32 ; parameters for initializing gstreamer 
33 gstparam1 = 
34 gstparam2 = 
35 gstparam3 = 
36 gstparam4 = 
37 gstparam5 = 
38
39 ; generating dot file representing pipeline state 
40 generate dot = no 
41
42 ; parameter for clock provide in audiosink 
43 provide clock = yes 
44
45 ; allowed timeout for changing pipeline state
46 live state change timeout = 30 ; sec
47 localplayback state change timeout = 10 ; sec
48
49 ; delay in msec for sending EOS
50 eos delay = 150 ; msec
51
52
53 [http streaming]
54
55 httppsrc element = souphttpsrc
56
57 ; if set, use file or not use memory for buffering
58 http file buffer path = /opt/media
59
60 http buffering limit = 99.0 ; percent
61
62 http max size bytes = 1048576 ; bytes
63
64 http buffering time = 1.2
65
66 http timeout = 30 ; sec
67
68
69 [rtsp streaming]
70
71 rtspsrc element = rtspsrc
72
73 rtsp buffering time = 5000; msec
74
75 rtsp rebuffering time = 15000; msec
76
77 rtsp do typefinding = no; if no, caps on rtspsrc:src pad will be used for autoplugging
78
79 rtsp error concealment = yes
80
81
82 [hw accelation] 
83 use video hw accel = no
84
85
86 [sound effect]
87 ; preset audio filter setting
88 audio filter preset = no
89
90 ; custom audio filter setting (EQ/extension)
91 audio filter custom = no
92
93
94 [priority]
95
96 use priority setting = no 
97
98 demux = 95 
99
100 videosink = 96 
101
102 audiosink = 97
103
104 ringbuffer = 98