blob: b445680b39b92057ae557af43ca573b23187de05 (
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
|
[general]
disable segtrap = yes ; same effect with --gst-disable-segtrap
; set default videosink element according to video surface type
videosink element x = xvimagesink
videosink element evas = evaspixmapsink
videosink element fake = fakesink
video converter element = videoconvert
audiosink element = pulsesink
; if yes. gstreamer will not update registry
skip rescan = yes
delay before repeat = 350 ; msec
; comma separated list of tocken which elemnts has it in it's name will not be used
element exclude keyword =
; comma separated list of tocken
unsupported codec keyword = divx
async start = yes
; parameters for initializing gstreamer
gstparam1 = --gst-debug=2
gstparam2 =
gstparam3 =
gstparam4 =
gstparam5 =
; generating dot file representing pipeline state
; export GST_DEBUG_DUMP_DOT_DIR=
generate dot = no
; parameter is for only video to be determined
; which clock will be used
; if yes, system clock will be used
; apart from this, audiosink is clock provider for audio
use system clock = yes
; allowed timeout for changing pipeline state
live state change timeout = 30 ; sec
localplayback state change timeout = 10 ; sec
; delay in msec for sending EOS
eos delay = 150 ; msec
[http streaming]
httpsrc element = souphttpsrc
; if set, use file or not use memory for buffering
http file buffer path = /opt/usr/media
http buffering limit = 99.0 ; percent
http max size bytes = 1048576 ; bytes
http buffering time = 1.2
http timeout = 20 ; sec
|