<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>i.MX Processors中的主题 Gstreamer one source and two sinks</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Gstreamer-one-source-and-two-sinks/m-p/379807#M54654</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all! &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm new to i.MX6 and gstreamer. &lt;/P&gt;&lt;P&gt;So I want to create following gstreamer pipeline. Pipeline should capture video stream from camera and then show it on display and transfer through network.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My pipeline is &lt;/P&gt;&lt;P&gt;gst-launch -v v4l2src device=/dev/video1&amp;nbsp; \&lt;/P&gt;&lt;P&gt;! queue ! 'video/x-raw-yuv,width=640,height=480,framerate=30/1' ! autovideosink \&lt;/P&gt;&lt;P&gt;! queue ! ffmpegcolorspace ! 'video/x-raw-yuv,width=640,height=480,framerate=30/1' ! vpuenc codec=6 ! tcpserversink host=$IP port=$PORT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pipeline return error:&lt;/P&gt;&lt;P&gt;WARNING: erroneous pipeline: could not link autovideosink0 to ffmpegcsp0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I welcome any advice.&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 05 Nov 2014 08:29:15 GMT</pubDate>
    <dc:creator>volodymyrmakhit</dc:creator>
    <dc:date>2014-11-05T08:29:15Z</dc:date>
    <item>
      <title>Gstreamer one source and two sinks</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Gstreamer-one-source-and-two-sinks/m-p/379807#M54654</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all! &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm new to i.MX6 and gstreamer. &lt;/P&gt;&lt;P&gt;So I want to create following gstreamer pipeline. Pipeline should capture video stream from camera and then show it on display and transfer through network.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My pipeline is &lt;/P&gt;&lt;P&gt;gst-launch -v v4l2src device=/dev/video1&amp;nbsp; \&lt;/P&gt;&lt;P&gt;! queue ! 'video/x-raw-yuv,width=640,height=480,framerate=30/1' ! autovideosink \&lt;/P&gt;&lt;P&gt;! queue ! ffmpegcolorspace ! 'video/x-raw-yuv,width=640,height=480,framerate=30/1' ! vpuenc codec=6 ! tcpserversink host=$IP port=$PORT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pipeline return error:&lt;/P&gt;&lt;P&gt;WARNING: erroneous pipeline: could not link autovideosink0 to ffmpegcsp0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I welcome any advice.&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Nov 2014 08:29:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Gstreamer-one-source-and-two-sinks/m-p/379807#M54654</guid>
      <dc:creator>volodymyrmakhit</dc:creator>
      <dc:date>2014-11-05T08:29:15Z</dc:date>
    </item>
    <item>
      <title>Re: Gstreamer one source and two sinks</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Gstreamer-one-source-and-two-sinks/m-p/379808#M54655</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You may try using "tee" or just to run two gstreamer pipelines as different Linux tasks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Yuri&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Nov 2014 11:57:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Gstreamer-one-source-and-two-sinks/m-p/379808#M54655</guid>
      <dc:creator>Yuri</dc:creator>
      <dc:date>2014-11-06T11:57:31Z</dc:date>
    </item>
    <item>
      <title>Re: Gstreamer one source and two sinks</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Gstreamer-one-source-and-two-sinks/m-p/379809#M54656</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I already found solution. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;gst-launch -v --gst-debug-level=1 v4l2src device=/dev/video0 ! tee name=t \&lt;/P&gt;&lt;P&gt;t. ! queue ! 'video/x-raw-yuv,width=640,height=480,framerate=30/1' ! autovideosink \&lt;/P&gt;&lt;P&gt;t. ! queue ! 'video/x-h264,format=H264,width=640,height=480,framerate=30/1' ! vpuenc codec=12 ! tcpserversink host=192.168.0.2 port=500&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Nov 2014 12:40:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Gstreamer-one-source-and-two-sinks/m-p/379809#M54656</guid>
      <dc:creator>volodymyrmakhit</dc:creator>
      <dc:date>2014-11-06T12:40:29Z</dc:date>
    </item>
  </channel>
</rss>

