From: SeokHoon Lee Date: Mon, 31 Oct 2016 06:36:39 +0000 (+0900) Subject: Add mmfw_wfd_sink.ini from libmm-wfd package X-Git-Tag: submit/tizen_3.0/20161108.053851~4 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=dfe334ceda0ab99945e8a3ccbfc75ecc3f415eb8;p=platform%2Fcore%2Fmultimedia%2Fmmfw-sysconf.git Add mmfw_wfd_sink.ini from libmm-wfd package [Version] 0.2.212 [Profile] Common [Issue Type] Add feature [Dependency module] N/A [Test] [M(T) - Boot=(OK), sdb=(OK), Home=(OK), Touch=(OK), Version=tizen-mobile_20161027.1] Signed-off-by: SeokHoon Lee Change-Id: Ib69996b1a4df8b63a834370adeb5a9b602b94400 --- diff --git a/mmfw-sysconf-target-n4/etc/multimedia/mmfw_wfd_sink.ini b/mmfw-sysconf-target-n4/etc/multimedia/mmfw_wfd_sink.ini new file mode 100644 index 0000000..7bf50b2 --- /dev/null +++ b/mmfw-sysconf-target-n4/etc/multimedia/mmfw_wfd_sink.ini @@ -0,0 +1,235 @@ +[general] +; parameters for initializing gstreamer +; DEFAULT SET (--gst-debug=2,*wfd*:5) +gstparam1 = --gst-debug=2,*wfd*:5,*wfdtsdemux:1,*wfdrtpbuffer:1 +gstparam2 = +gstparam3 = +gstparam4 = +gstparam5 = + +; allowed timeout for changing pipeline state +state change timeout = 5; sec + +; for rm function enable = yes, disable = no +enable rm = no + +; 0: default value set by wfdrtspsrc element, other: user define value. +jitter buffer latency=10 + +; for retransmission request enable = yes, disable = no +enable retransmission = no + +; for reset basetime, enable = yes, disable = no +enable reset basetime = yes + +; Maximum number of nanoseconds that a buffer can be late before it is dropped by videosink (-1 unlimited) +video sink max lateness=20000000 + +; nanoseconds to be added to buffertimestamp by sink elements +sink ts offset=250000000 + +; if no, go asynchronously to PAUSED without preroll +audio sink async=no + +; if no, go asynchronously to PAUSED without preroll +video sink async=no + +; user agent +user agent = + + +[debug] +; generating dot file representing pipeline state +; do export GST_DEBUG_DUMP_DOT_DIR=/tmp/ in the shell +generate dot = no + +; set property to wfdsrc plugin for dumping rtsp message +dump rtsp message = yes + +; enable tracing buffers using pad probe +trace buffers = no + +; enable tracing first buffer +trace first buffer = no + +; enable tracing buffers of wfdsrc +trace buffers of wfdsrc = no + +; enable dumping ts data (eg. /var/tmp/*.ts) +dump ts data = no + +; enable dumping rtp data (eg. /var/tmp/screenmirroring_sink_rtp.dump) +dump rtp data = no + + +[pipeline] +wfdsrc element = wfdsrc + +tsdemux element = wfdtsdemux + +audio hdcp element = + +aac parser element = aacparse + +aac decoder element = avdec_aac + +ac3 parser element = ac3parse + +ac3 decoder element = + +lpcm converter element = + +lpcm filter element = capsfilter + +audio resampler element = audioconvert + +audio volume element = + +audio sinkbin queue element = ;queue + +audio sink element = pulsesink + +video hdcp element = + +video h264 parser element = h264parse + +video h265 parser element = + +video h264 decoder element = avdec_h264 + +video h265 decoder element = + +video converter element = + +video filter element = + +video sink element = waylandsink + +video evas sink element = evaspixmapsink + + +[wfd audio codecs] +; 0x1: LPCM, 0x2: AAC, 0x4: AC3 +;default aac and LPCM +audio codec=0x3 + +audio latency=0x0 + +;0x1 : 48000khz, 0x2: 44100khz +audio sampling frequency=0x3 + +; 0x1:2 channels, 0x2:4 channels, 0x4:6channels, 0x8:8channels +audio channels=0x1 + + +[wfd video formats] +; 0x0:not support, 0x1:H264 +video codec=0x1 + +; 0x0:not supoort, 0x1: CHP, 0x2:CBP +video profile=0x1 + +video native resolution = 0x20 + +video cea support=0x84ab;0x194ab + +video vesa support=0x1;0x5555555 + +video hh support=0x555 + +; 0x1:base, 0x2:high +video profile=0x1 + +; 0x1:level_3_1, 0x2:level_3_2, 0x4:level_4, 0x8:level_4_1, 0x10:level_4_2 +video level=0x2 + +video latency=0x0 + +video vertical resolution=720 + +video horizontal resolution=1280 + +video minimum slicesize=0 + +video slice encoding params=200 + +video framerate control support=11 + + +[wfd hdcp content protection] +enable hdcp = no + +;0x0:none, 0x1:HDCP_2.0, 0x2:HDCP_2.1 +hdcp content protection=0x0 + +hdcp port no=0 + + +[wfd2 video formats] +;0x0:not support, 0x1:H264, 0x2:H265, 0x3:both +video codec=0x3 + +video native resolution = 0x20 + +video non transcoding support=1 + +[wfd2 h264 video format] +video cea support=0x194ab + +video vesa support=0x5555555 + +video hh support=0x555 + +video profile=0x1 + +video level=0x2 + +video latency=0x0 + +video vertical resolution=1080 + +video horizontal resolution=1920 + +video minimum slicesize=0 + +video slice encoding params=200 + +video framerate control support=0 + +[wfd2 h265 video format] +video cea support=394ab + +video vesa support=5555555 + +video hh support=555 + +; 0x1:WFD_H265_MAIN_PROFILE +video profile=0x1 + +; 0x1:WFD_H265_LEVEL_3_1 +video level=0x2 + +video latency=0x0 + +video vertical resolution=2360 + +video horizontal resolution=3840 + +video minimum slicesize=0 + +video slice encoding params=200 + +video framerate control support=0 + +[wfd2 audio codecs] +; 0x1: LPCM, 0x2: AAC, 0x4: AC3 +;default aac and LPCM +audio codec=0x3 + +;see mm_wfd_sink_wfd_enum.h +audio lpcm mode=0x3 + +audio aac mode=0x1 + +audio ac3 mode=0x1 + diff --git a/mmfw-sysconf-target-tm1/etc/multimedia/mmfw_wfd_sink.ini b/mmfw-sysconf-target-tm1/etc/multimedia/mmfw_wfd_sink.ini new file mode 100644 index 0000000..7bf50b2 --- /dev/null +++ b/mmfw-sysconf-target-tm1/etc/multimedia/mmfw_wfd_sink.ini @@ -0,0 +1,235 @@ +[general] +; parameters for initializing gstreamer +; DEFAULT SET (--gst-debug=2,*wfd*:5) +gstparam1 = --gst-debug=2,*wfd*:5,*wfdtsdemux:1,*wfdrtpbuffer:1 +gstparam2 = +gstparam3 = +gstparam4 = +gstparam5 = + +; allowed timeout for changing pipeline state +state change timeout = 5; sec + +; for rm function enable = yes, disable = no +enable rm = no + +; 0: default value set by wfdrtspsrc element, other: user define value. +jitter buffer latency=10 + +; for retransmission request enable = yes, disable = no +enable retransmission = no + +; for reset basetime, enable = yes, disable = no +enable reset basetime = yes + +; Maximum number of nanoseconds that a buffer can be late before it is dropped by videosink (-1 unlimited) +video sink max lateness=20000000 + +; nanoseconds to be added to buffertimestamp by sink elements +sink ts offset=250000000 + +; if no, go asynchronously to PAUSED without preroll +audio sink async=no + +; if no, go asynchronously to PAUSED without preroll +video sink async=no + +; user agent +user agent = + + +[debug] +; generating dot file representing pipeline state +; do export GST_DEBUG_DUMP_DOT_DIR=/tmp/ in the shell +generate dot = no + +; set property to wfdsrc plugin for dumping rtsp message +dump rtsp message = yes + +; enable tracing buffers using pad probe +trace buffers = no + +; enable tracing first buffer +trace first buffer = no + +; enable tracing buffers of wfdsrc +trace buffers of wfdsrc = no + +; enable dumping ts data (eg. /var/tmp/*.ts) +dump ts data = no + +; enable dumping rtp data (eg. /var/tmp/screenmirroring_sink_rtp.dump) +dump rtp data = no + + +[pipeline] +wfdsrc element = wfdsrc + +tsdemux element = wfdtsdemux + +audio hdcp element = + +aac parser element = aacparse + +aac decoder element = avdec_aac + +ac3 parser element = ac3parse + +ac3 decoder element = + +lpcm converter element = + +lpcm filter element = capsfilter + +audio resampler element = audioconvert + +audio volume element = + +audio sinkbin queue element = ;queue + +audio sink element = pulsesink + +video hdcp element = + +video h264 parser element = h264parse + +video h265 parser element = + +video h264 decoder element = avdec_h264 + +video h265 decoder element = + +video converter element = + +video filter element = + +video sink element = waylandsink + +video evas sink element = evaspixmapsink + + +[wfd audio codecs] +; 0x1: LPCM, 0x2: AAC, 0x4: AC3 +;default aac and LPCM +audio codec=0x3 + +audio latency=0x0 + +;0x1 : 48000khz, 0x2: 44100khz +audio sampling frequency=0x3 + +; 0x1:2 channels, 0x2:4 channels, 0x4:6channels, 0x8:8channels +audio channels=0x1 + + +[wfd video formats] +; 0x0:not support, 0x1:H264 +video codec=0x1 + +; 0x0:not supoort, 0x1: CHP, 0x2:CBP +video profile=0x1 + +video native resolution = 0x20 + +video cea support=0x84ab;0x194ab + +video vesa support=0x1;0x5555555 + +video hh support=0x555 + +; 0x1:base, 0x2:high +video profile=0x1 + +; 0x1:level_3_1, 0x2:level_3_2, 0x4:level_4, 0x8:level_4_1, 0x10:level_4_2 +video level=0x2 + +video latency=0x0 + +video vertical resolution=720 + +video horizontal resolution=1280 + +video minimum slicesize=0 + +video slice encoding params=200 + +video framerate control support=11 + + +[wfd hdcp content protection] +enable hdcp = no + +;0x0:none, 0x1:HDCP_2.0, 0x2:HDCP_2.1 +hdcp content protection=0x0 + +hdcp port no=0 + + +[wfd2 video formats] +;0x0:not support, 0x1:H264, 0x2:H265, 0x3:both +video codec=0x3 + +video native resolution = 0x20 + +video non transcoding support=1 + +[wfd2 h264 video format] +video cea support=0x194ab + +video vesa support=0x5555555 + +video hh support=0x555 + +video profile=0x1 + +video level=0x2 + +video latency=0x0 + +video vertical resolution=1080 + +video horizontal resolution=1920 + +video minimum slicesize=0 + +video slice encoding params=200 + +video framerate control support=0 + +[wfd2 h265 video format] +video cea support=394ab + +video vesa support=5555555 + +video hh support=555 + +; 0x1:WFD_H265_MAIN_PROFILE +video profile=0x1 + +; 0x1:WFD_H265_LEVEL_3_1 +video level=0x2 + +video latency=0x0 + +video vertical resolution=2360 + +video horizontal resolution=3840 + +video minimum slicesize=0 + +video slice encoding params=200 + +video framerate control support=0 + +[wfd2 audio codecs] +; 0x1: LPCM, 0x2: AAC, 0x4: AC3 +;default aac and LPCM +audio codec=0x3 + +;see mm_wfd_sink_wfd_enum.h +audio lpcm mode=0x3 + +audio aac mode=0x1 + +audio ac3 mode=0x1 + diff --git a/packaging/mmfw-sysconf.spec b/packaging/mmfw-sysconf.spec index 97af2a4..f38ddc3 100644 --- a/packaging/mmfw-sysconf.spec +++ b/packaging/mmfw-sysconf.spec @@ -1,6 +1,6 @@ Name: mmfw-sysconf Summary: Multimedia Framework system configuration package -Version: 0.2.83 +Version: 0.2.84 Release: 0 Group: Multimedia/Configuration License: LGPL-2.1+ and Apache-2.0