move scmirroring_src.ini to mmfw_sysconf package
[platform/core/multimedia/mmfw-sysconf.git] / mmfw-sysconf-target-tm1 / etc / multimedia / scmirroring_src.ini
1
2 [general]
3
4 ; set default video source element
5 ; 0: ximagesrc, 1: xvimagesrc, 2: camerasrc, 3: videotestsrc, 4:waylandsrc
6 videosrc element = 4
7
8 ; set default video encoder element
9 video encoder element = sprdenc_h264
10
11 ; sending video only mirroring mode
12 ; 0: audio-video-muxed sending, 1:video-only, 2:audio-only, 3:audio-video-saperate
13 session_mode = 0
14 disable segtrap = yes ; same effect with --gst-disable-segtrap
15
16 ; set default video sink when video is rendered on the WFD source as well
17 ; 0:v4l2sink, 1:ximagesink, 2:xvimagesink, 3:fakesink 4:evasimagesink 5:glimagesink
18 videosink element = 2
19
20 mtu_size value = 1400
21
22 video converter element =
23
24 ; if yes. gstreamer will not update registry
25 skip rescan = yes
26
27 ; set default audio encoder element
28 audio encoder aac name = avenc_aac
29 audio encoder ac3 name = avenc_ac3
30
31 ; set audio codec for source
32 ; according to GstWFDAudioFormat
33 ; 0x1: LPCM, 0x2: AAC, 0x4: AC3
34 ; default aac and LPCM
35 audio codec = 0x3
36
37 ; set exynos audiosrc property
38 ; exynosaudio device name = alsa_output.0.analog-stereo.monitor
39 exynosaudio device name = alsa_output.hw_0_0.monitor
40 audio properties name = props,media.role=loopback-mirroring
41
42 exynosaudio buffer_time = 200000
43 ; set qcmsm audiosrc property
44 qcmsmaudio device name = hw:0,8
45 qcmsmaudio buffer_time = 1000
46
47 audio latency_time = 10000
48 audio do_timestamp = 0
49
50 ; Video Resolutions supported need to be filled in 32 bits according to WFD spec
51 video resolution_supported = 0x00000001
52
53 ; Bitrate range for different resolutions
54 ; Resolution Set 1: default
55 ; Resolution Set 2: 1920 x 1080
56 ; Resolution Set 3: 1280 x 720
57 ; Resolution Set 4: 960 x 540
58 ; Resolution Set 5: 854 x 480
59 ; Resolution Set 6: 640 x 360
60 ; Resolution Set 7: 720 Remote Touch
61 ; UDP bitrate settings
62 INIT_UDP_resolution_set_1 = 1048576
63 MIN_UDP_resolution_set_1 = 838861
64 MAX_UDP_resolution_set_1 = 1572864
65
66 INIT_UDP_resolution_set_2 = 5242880
67 MIN_UDP_resolution_set_2 = 3670016
68 MAX_UDP_resolution_set_2 = 6291456
69
70 INIT_UDP_resolution_set_3 = 2621440
71 MIN_UDP_resolution_set_3 = 1572864
72 MAX_UDP_resolution_set_3 = 3145728
73
74 INIT_UDP_resolution_set_4 = 2621440
75 MIN_UDP_resolution_set_4 = 1572864
76 MAX_UDP_resolution_set_4 = 3145728
77
78 INIT_UDP_resolution_set_5 = 838861
79 MIN_UDP_resolution_set_5 = 314573
80 MAX_UDP_resolution_set_5 = 1048576
81
82 INIT_UDP_resolution_set_6 = 838861
83 MIN_UDP_resolution_set_6 = 314573
84 MAX_UDP_resolution_set_6 = 838861
85
86 INIT_UDP_resolution_set_7 = 1572864
87 MIN_UDP_resolution_set_7 = 838861
88 MAX_UDP_resolution_set_7 = 1572864
89
90
91 ; Native resolution supported  CEA resolution=0, VESA resolution=1, HH resolution=2
92 video native_resolution = 0
93
94 ; HDCP encryption
95 encryption HDCP_enabled = 1
96
97 ; UIBC Capability
98 uibc UIBC_GEN_capability = 15
99
100 ; parameters for initializing gstreamer
101 gstparam1 =
102 gstparam2 =
103 gstparam3 =
104 gstparam4 =
105 gstparam5 =
106
107 ; generating dot file representing pipeline state
108 generate dot = no
109
110 ; parameter for clock provide in audiosink
111 provide clock = yes
112
113 ;dumping ts stream to file
114 dump ts = 0
115