From: Vyacheslav Valkovoy Date: Fri, 26 Feb 2016 07:35:55 +0000 (+0200) Subject: Added mmfw_media_streamer.ini configuration file. X-Git-Tag: submit/tizen/20160226.084905^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9ea470a48dd7b39f3e9a8a2ebc033faeffe73a2c;p=platform%2Fcore%2Fmultimedia%2Fmmfw-sysconf.git Added mmfw_media_streamer.ini configuration file. Change-Id: I74e4c582b35d1e4abcdb0773e5e03126d9bfbdbb Signed-off-by: Vyacheslav Valkovoy --- diff --git a/mmfw-sysconf-simulator/usr/etc/mmfw_media_streamer.ini b/mmfw-sysconf-simulator/usr/etc/mmfw_media_streamer.ini new file mode 100644 index 0000000..458ad4e --- /dev/null +++ b/mmfw-sysconf-simulator/usr/etc/mmfw_media_streamer.ini @@ -0,0 +1,50 @@ +[general] +; generating dot file representing pipeline state +generate dot = no +dot dir = + +; decodebin will be used instead of decoder node +use decodebin = yes + +; comma separated list of element names which +; will not be used in autoplug mode +exclude elements = v4l2video,omx,sprd + +; comma separated list of arguments +; that will pass to gst_init +gstreamer arguments = --gst-debug=2 + +[sources] + +audio_source = pulsesrc +camera_source = v4l2src +video_source = ximagesrc +udp_source = udpsrc + + +[sinks] +audio_sink = pulsesink +video_sink = waylandsink +evas_sink = evaspixmapsink +udp_sink = udpsink + + +[h263] +encoder = avenc_h263 +decoder = avdec_h263 +rtppay = rtph263pay +rtpdepay = rtph263depay +parser = h263parse + + +[h264] +encoder = avenc_h264 +decoder = avdec_h264 +rtppay = rtph264pay +rtpdepay = rtph264depay +parser = h264parse + + +[audio-raw] +rtppay = rtpL16pay +rtpdepay = rtpL16depay diff --git a/mmfw-sysconf-target-hawkp/usr/etc/mmfw_media_streamer.ini b/mmfw-sysconf-target-hawkp/usr/etc/mmfw_media_streamer.ini new file mode 100644 index 0000000..458ad4e --- /dev/null +++ b/mmfw-sysconf-target-hawkp/usr/etc/mmfw_media_streamer.ini @@ -0,0 +1,50 @@ +[general] +; generating dot file representing pipeline state +generate dot = no +dot dir = + +; decodebin will be used instead of decoder node +use decodebin = yes + +; comma separated list of element names which +; will not be used in autoplug mode +exclude elements = v4l2video,omx,sprd + +; comma separated list of arguments +; that will pass to gst_init +gstreamer arguments = --gst-debug=2 + +[sources] + +audio_source = pulsesrc +camera_source = v4l2src +video_source = ximagesrc +udp_source = udpsrc + + +[sinks] +audio_sink = pulsesink +video_sink = waylandsink +evas_sink = evaspixmapsink +udp_sink = udpsink + + +[h263] +encoder = avenc_h263 +decoder = avdec_h263 +rtppay = rtph263pay +rtpdepay = rtph263depay +parser = h263parse + + +[h264] +encoder = avenc_h264 +decoder = avdec_h264 +rtppay = rtph264pay +rtpdepay = rtph264depay +parser = h264parse + + +[audio-raw] +rtppay = rtpL16pay +rtpdepay = rtpL16depay diff --git a/mmfw-sysconf-target-n4/usr/etc/mmfw_media_streamer.ini b/mmfw-sysconf-target-n4/usr/etc/mmfw_media_streamer.ini new file mode 100644 index 0000000..458ad4e --- /dev/null +++ b/mmfw-sysconf-target-n4/usr/etc/mmfw_media_streamer.ini @@ -0,0 +1,50 @@ +[general] +; generating dot file representing pipeline state +generate dot = no +dot dir = + +; decodebin will be used instead of decoder node +use decodebin = yes + +; comma separated list of element names which +; will not be used in autoplug mode +exclude elements = v4l2video,omx,sprd + +; comma separated list of arguments +; that will pass to gst_init +gstreamer arguments = --gst-debug=2 + +[sources] + +audio_source = pulsesrc +camera_source = v4l2src +video_source = ximagesrc +udp_source = udpsrc + + +[sinks] +audio_sink = pulsesink +video_sink = waylandsink +evas_sink = evaspixmapsink +udp_sink = udpsink + + +[h263] +encoder = avenc_h263 +decoder = avdec_h263 +rtppay = rtph263pay +rtpdepay = rtph263depay +parser = h263parse + + +[h264] +encoder = avenc_h264 +decoder = avdec_h264 +rtppay = rtph264pay +rtpdepay = rtph264depay +parser = h264parse + + +[audio-raw] +rtppay = rtpL16pay +rtpdepay = rtpL16depay diff --git a/mmfw-sysconf-target-tm1/usr/etc/mmfw_media_streamer.ini b/mmfw-sysconf-target-tm1/usr/etc/mmfw_media_streamer.ini new file mode 100644 index 0000000..458ad4e --- /dev/null +++ b/mmfw-sysconf-target-tm1/usr/etc/mmfw_media_streamer.ini @@ -0,0 +1,50 @@ +[general] +; generating dot file representing pipeline state +generate dot = no +dot dir = + +; decodebin will be used instead of decoder node +use decodebin = yes + +; comma separated list of element names which +; will not be used in autoplug mode +exclude elements = v4l2video,omx,sprd + +; comma separated list of arguments +; that will pass to gst_init +gstreamer arguments = --gst-debug=2 + +[sources] + +audio_source = pulsesrc +camera_source = v4l2src +video_source = ximagesrc +udp_source = udpsrc + + +[sinks] +audio_sink = pulsesink +video_sink = waylandsink +evas_sink = evaspixmapsink +udp_sink = udpsink + + +[h263] +encoder = avenc_h263 +decoder = avdec_h263 +rtppay = rtph263pay +rtpdepay = rtph263depay +parser = h263parse + + +[h264] +encoder = avenc_h264 +decoder = avdec_h264 +rtppay = rtph264pay +rtpdepay = rtph264depay +parser = h264parse + + +[audio-raw] +rtppay = rtpL16pay +rtpdepay = rtpL16depay diff --git a/mmfw-sysconf-target-u3/usr/etc/mmfw_media_streamer.ini b/mmfw-sysconf-target-u3/usr/etc/mmfw_media_streamer.ini new file mode 100644 index 0000000..458ad4e --- /dev/null +++ b/mmfw-sysconf-target-u3/usr/etc/mmfw_media_streamer.ini @@ -0,0 +1,50 @@ +[general] +; generating dot file representing pipeline state +generate dot = no +dot dir = + +; decodebin will be used instead of decoder node +use decodebin = yes + +; comma separated list of element names which +; will not be used in autoplug mode +exclude elements = v4l2video,omx,sprd + +; comma separated list of arguments +; that will pass to gst_init +gstreamer arguments = --gst-debug=2 + +[sources] + +audio_source = pulsesrc +camera_source = v4l2src +video_source = ximagesrc +udp_source = udpsrc + + +[sinks] +audio_sink = pulsesink +video_sink = waylandsink +evas_sink = evaspixmapsink +udp_sink = udpsink + + +[h263] +encoder = avenc_h263 +decoder = avdec_h263 +rtppay = rtph263pay +rtpdepay = rtph263depay +parser = h263parse + + +[h264] +encoder = avenc_h264 +decoder = avdec_h264 +rtppay = rtph264pay +rtpdepay = rtph264depay +parser = h264parse + + +[audio-raw] +rtppay = rtpL16pay +rtpdepay = rtpL16depay