summaryrefslogtreecommitdiff
path: root/mmfw-sysconf-simulator/usr/etc/mmfw_player.ini
blob: cbbb981f70fa5dcd8bf77b65fb9f0aa4c9d49225 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
[general] 

; if disabled typefind element will used directely 
use decodebin = no ; async state change problem exist 

use sink handler = yes 

disable segtrap = yes ; same effect with --gst-disable-segtrap 

; set default video sink but, it can be replaced with others selected by application
; 0:v4l2sink, 1:ximagesink, 2:xvimagesink, 3:fakesink 4:evasimagesink 5:glimagesink
videosink element = 2

video converter element = ffmpegcolorspace

audiosink element = avsysaudiosink 

drmsrc element = filesrc 

; if yes. gstreamer will not update registry 
skip rescan = yes 
delay before repeat = 50 ; msec

; comma separated list of tocken which elemnts has it in it's name will not be used 
element exclude keyword = ffdec_, omx

async start = yes 

multiple codec supported = no

; parameters for initializing gstreamer 
gstparam1 = 
gstparam2 = 
gstparam3 = 
gstparam4 = 
gstparam5 = 

; generating dot file representing pipeline state 
generate dot = no 

; parameter for clock provide in audiosink 
provide clock = yes 

; allowed timeout for changing pipeline state 
live state change timeout = 30 ; sec 
localplayback state change timeout = 4 ; sec 

; delay in msec for sending EOS 
eos delay = 150 ; msec 


[http streaming]

httppsrc element = souphttpsrc

; if set, use file or not use memory for buffering
http file buffer path = /opt/media

http buffering limit = 99.0 ; percent

http max size bytes = 1048576 ; bytes

http buffering time = 1.2

http timeout = 30 ; sec


[rtsp streaming]

rtspsrc element = rtspsrc

rtsp buffering time = 5000; msec

rtsp rebuffering time = 15000; msec

rtsp do typefinding = no; if no, caps on rtspsrc:src pad will be used for autoplugging

rtsp error concealment = yes


[hw accelation] 
use video hw accel = no


[features] 

audio filter = no


[priority] 

use priority setting = no 

demux = 95 

videosink = 96 

audiosink = 97

ringbuffer = 98