[Release version 0.2.55] 1. Move some files from "/usr/etc" to "%{_sysconfdir}",...
[platform/core/multimedia/mmfw-sysconf.git] / mmfw-sysconf-target-hawkp / etc / multimedia / mmfw_media_streamer.ini
1 [general]
2 ; generating dot file representing pipeline state
3 generate dot = no
4 dot dir =
5
6 ; decodebin will be used instead of decoder node
7 use decodebin = yes
8
9 ; comma separated list of element names which
10 ; will not be used in autoplug mode
11 exclude elements = v4l2video,omx,sprd
12
13 ; comma separated list of arguments
14 ; that will pass to gst_init
15 gstreamer arguments = --gst-debug=2
16
17 [sources]
18
19 audio_source = pulsesrc
20 camera_source = v4l2src
21 video_source = ximagesrc
22 udp_source = udpsrc
23
24
25 [sinks]
26 audio_sink = pulsesink
27 video_sink = waylandsink
28 evas_sink = evaspixmapsink
29 udp_sink = udpsink
30
31
32 [h263]
33 encoder = avenc_h263
34 decoder = avdec_h263
35 rtppay = rtph263pay
36 rtpdepay = rtph263depay
37 parser = h263parse
38
39
40 [h264]
41 encoder = avenc_h264
42 decoder = avdec_h264
43 rtppay = rtph264pay
44 rtpdepay = rtph264depay
45 parser = h264parse
46
47
48 [audio-raw]
49 rtppay = rtpL16pay
50 rtpdepay = rtpL16depay