<?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>topic Re: How to stream video by ipcamera using GStreamer? in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/How-to-stream-video-by-ipcamera-using-GStreamer/m-p/774325#M120215</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Joan Xie,&lt;/P&gt;&lt;PRE&gt;I’m using yocto (dizzy) bsp version for building image as followed by this 
&lt;A class="link-titled" href="http://wiki.wandboard.org/index.php/Getting_started_with_Yocto_on_Wandboard" rel="nofollow noopener noreferrer" title="http://wiki.wandboard.org/index.php/Getting_started_with_Yocto_on_Wandboard" target="_blank"&gt;Getting started with Yocto on Wandboard - Wandboard Wiki&lt;/A&gt;&amp;nbsp;.
And i successfully builded image on wandboard-quad.
I tried the above commands in ubuntu ,it displayed as mentioned below.
But on Target machine those elements are not found. 
--&amp;gt;gst-inspect-1.0 | grep v4l2src
video4linux2: v4l2src: Video (video4linux2) Source
--&amp;gt;gst-inspect-1.0 | grep udpsrc
udp: udpsrc: UDP packet receiver&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 17 Jan 2018 13:09:18 GMT</pubDate>
    <dc:creator>bhargavik</dc:creator>
    <dc:date>2018-01-17T13:09:18Z</dc:date>
    <item>
      <title>How to stream video by ipcamera using GStreamer?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-stream-video-by-ipcamera-using-GStreamer/m-p/774321#M120211</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;BR /&gt;I'm working on linux (ubuntu 14.04).I need to do video streaming from ip-camera by using Gstreamer.I tried to launch some commands to access my ipcamera in ubuntu pc.But its not able to access and getting error as GstPipeline.I tried some other command with ipaddress and port details mentioned in the command,its not working. Getting an error while executing the command which is mentioned below.And not able to access ip of ipcamera by using gstreamer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.gst-launch-1.0 rtspsrc location=rtsp://192.168.1.249/live1.sdp ! autovideosink&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After launching the above command in linux(ubuntu 14.04) getting error as mentioned below.&lt;BR /&gt;--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Setting pipeline to PAUSED ...&lt;BR /&gt;Pipeline is live and does not need PREROLL ...&lt;BR /&gt;Progress: (open) Opening Stream&lt;BR /&gt;Progress: (connect) Connecting to &lt;A class="" href="https://community.nxp.com/"&gt;rtsp://192.168.1.249/live1.sdp&lt;/A&gt;&lt;BR /&gt;ERROR: from element /GstPipeline:pipeline0/GstRTSPSrc:rtspsrc0: Could not open resource for reading and writing.&lt;BR /&gt;Additional debug info:&lt;BR /&gt;gstrtspsrc.c(6183): gst_rtspsrc_retrieve_sdp (): /GstPipeline:pipeline0/GstRTSPSrc:rtspsrc0:&lt;BR /&gt;Failed to connect. (Generic error)&lt;BR /&gt;ERROR: pipeline doesn't want to preroll.&lt;BR /&gt;Setting pipeline to PAUSED ...&lt;BR /&gt;Setting pipeline to READY ...&lt;BR /&gt;Setting pipeline to NULL ...&lt;BR /&gt;Freeing pipeline ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;2.gst-launch-1.0 &lt;A class="" href="https://community.nxp.com/"&gt;rtsp://192.168.1.249:80/user=admin&amp;amp;pass&lt;/A&gt; ... ream=0.sdp?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After launching above command in a terminal its getting below error&lt;BR /&gt;---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ERROR: pipeline could not be constructed: Unrecoverable syntax error while parsing pipeline &lt;A class="" href="https://community.nxp.com/"&gt;rtsp://192.168.1.249:80/user=admin&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If any one faced same issue in past than please help me how to come out of this issue.Please reply me as soon as possible.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jan 2018 09:03:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-stream-video-by-ipcamera-using-GStreamer/m-p/774321#M120211</guid>
      <dc:creator>bhargavik</dc:creator>
      <dc:date>2018-01-09T09:03:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to stream video by ipcamera using GStreamer?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-stream-video-by-ipcamera-using-GStreamer/m-p/774322#M120212</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;could you try to use udp? refer to the user guide:&lt;/P&gt;&lt;P&gt;The following command line is an example of how to record and transfer web camera input.&lt;BR /&gt;$GSTL imxv4l2src device=/dev/video1 ! vpuenc_h264 ! rtph264pay ! udpsink host=$HOST_IP&lt;BR /&gt;HOST_IP is the IP/multicast group to send the packets to.&lt;BR /&gt;This command line is an example of how to receive and display web camera input.&lt;BR /&gt;$GSTL udpsrc ! application/x-rtp ! rtph264depay ! vpudec ! imxv4l2sink&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jan 2018 09:22:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-stream-video-by-ipcamera-using-GStreamer/m-p/774322#M120212</guid>
      <dc:creator>joanxie</dc:creator>
      <dc:date>2018-01-15T09:22:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to stream video by ipcamera using GStreamer?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-stream-video-by-ipcamera-using-GStreamer/m-p/774323#M120213</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for Reply,&lt;/P&gt;&lt;P&gt;As per u suggestion&amp;nbsp; i tried the udp commands on ubuntu(14.04) and my target machine(wandboard-quad),but also not able to get any display.I'm getting as pipeline error as mentioned below.&lt;/P&gt;&lt;P&gt;--&amp;gt;$GSTL imxv4l2src device=/dev/video1 ! vpuenc_h264 ! rtph264pay ! udpsink host=192.168.1.249&lt;/P&gt;&lt;P&gt;ERROR:Pipeline could not be construted:no element "imxv4l2src".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;--&amp;gt;$GSTL udpsrc ! application/x-rtp ! rtph264depay ! vpudec ! imxv4l2sink&lt;/P&gt;&lt;P&gt;(gst-launch-1.0:488):GStreamer-CRITICAL**:gst_element_make_from_uri:assertion'gst_uri_is_valid(uri)'failed&lt;/P&gt;&lt;P&gt;ERROR:Pipeline could not be construted:no element "udpsrc".&lt;/P&gt;&lt;P&gt;how to add this pipelines on wandboard-quad. And how to resolve this issue?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jan 2018 05:56:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-stream-video-by-ipcamera-using-GStreamer/m-p/774323#M120213</guid>
      <dc:creator>bhargavik</dc:creator>
      <dc:date>2018-01-16T05:56:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to stream video by ipcamera using GStreamer?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-stream-video-by-ipcamera-using-GStreamer/m-p/774324#M120214</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what bsp version do you use. try to use the command "gst-inspect-1.0 | grep v4l2src "and ""gst-inspect-1.0 | grep udpsrc", what do you get?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jan 2018 08:38:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-stream-video-by-ipcamera-using-GStreamer/m-p/774324#M120214</guid>
      <dc:creator>joanxie</dc:creator>
      <dc:date>2018-01-17T08:38:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to stream video by ipcamera using GStreamer?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-stream-video-by-ipcamera-using-GStreamer/m-p/774325#M120215</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Joan Xie,&lt;/P&gt;&lt;PRE&gt;I’m using yocto (dizzy) bsp version for building image as followed by this 
&lt;A class="link-titled" href="http://wiki.wandboard.org/index.php/Getting_started_with_Yocto_on_Wandboard" rel="nofollow noopener noreferrer" title="http://wiki.wandboard.org/index.php/Getting_started_with_Yocto_on_Wandboard" target="_blank"&gt;Getting started with Yocto on Wandboard - Wandboard Wiki&lt;/A&gt;&amp;nbsp;.
And i successfully builded image on wandboard-quad.
I tried the above commands in ubuntu ,it displayed as mentioned below.
But on Target machine those elements are not found. 
--&amp;gt;gst-inspect-1.0 | grep v4l2src
video4linux2: v4l2src: Video (video4linux2) Source
--&amp;gt;gst-inspect-1.0 | grep udpsrc
udp: udpsrc: UDP packet receiver&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jan 2018 13:09:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-stream-video-by-ipcamera-using-GStreamer/m-p/774325#M120215</guid>
      <dc:creator>bhargavik</dc:creator>
      <dc:date>2018-01-17T13:09:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to stream video by ipcamera using GStreamer?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-stream-video-by-ipcamera-using-GStreamer/m-p/774326#M120216</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;bhargavi k wrote:&lt;/P&gt;&lt;PRE&gt;I’m using yocto (dizzy) bsp version for building image as followed by this 
&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fwiki.wandboard.org%2Findex.php%2FGetting_started_with_Yocto_on_Wandboard" rel="nofollow noopener noreferrer" target="_blank"&gt;Getting started with Yocto on Wandboard - Wandboard Wiki&lt;/A&gt;&amp;nbsp;.
And i successfully builded image on wandboard-quad.
...
But on Target machine those elements are not found. &lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;The packages that end up on the target machine are determined by the image used.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you followed the guide and built &lt;EM&gt;core-image-minimal,&amp;nbsp;&lt;/EM&gt;you will not have most gstreamer packages.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think the image &lt;EM&gt;fsl-image-multimedia&amp;nbsp;&lt;/EM&gt;or&amp;nbsp;&lt;EM&gt;fsl-image-multimedia-full&lt;/EM&gt;&amp;nbsp;will include gstreamer and all plugins.&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/Freescale/meta-freescale-distro/tree/dizzy/recipes-fsl/images" rel="nofollow noopener noreferrer" target="_blank"&gt;https://github.com/Freescale/meta-freescale-distro/tree/dizzy/recipes-fsl/images&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's also possible to add only the udp and v4l2 support package to your&amp;nbsp;&lt;SPAN style="color: #24292e; background-color: #ffffff;"&gt;CORE_IMAGE_EXTRA_INSTALL.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;PRE style="color: black; background-color: #f9f9f9; border: 1px solid #dddddd; font-size: 14px; padding: 1em;"&gt;gst-plugins-good-udp \
gst-plugins-good-video4linux2 \&lt;/PRE&gt;&lt;P&gt;There is more information in the link at the bottom of that wiki page,&amp;nbsp;&lt;A class="link-titled" href="http://wiki.wandboard.org/Building_Qt5_using_yocto_on_Wandboard" rel="nofollow noopener noreferrer" title="http://wiki.wandboard.org/Building_Qt5_using_yocto_on_Wandboard" target="_blank"&gt;Building Qt5 using yocto on Wandboard - Wandboard Wiki&lt;/A&gt;, although some of that is specific to&amp;nbsp;QT.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Jan 2018 18:30:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-stream-video-by-ipcamera-using-GStreamer/m-p/774326#M120216</guid>
      <dc:creator>hardyb</dc:creator>
      <dc:date>2018-01-18T18:30:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to stream video by ipcamera using GStreamer?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-stream-video-by-ipcamera-using-GStreamer/m-p/774327#M120217</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Arthur,&lt;/P&gt;&lt;P&gt;Now i builded&amp;nbsp; &lt;STRONG&gt;fsl-image-multimedia-full &lt;/STRONG&gt;and i 'm able to see gstreamer plugins on&amp;nbsp; my target machine(wand board-quad). I tried the gstreamer commands on my wand board-quad .I'm getting error and not able to access media from ip camera.Can you suggest me how to access ip camera by using gstreamer commands? Those commands has to work on my target machine .&lt;/P&gt;&lt;P&gt;After executing below command on my target machine i got error as mentioned below.&lt;/P&gt;&lt;P&gt;--&amp;gt;$GSTL imxv4l2src device=/dev/video1 ! avenc_mjpeg ! rtph264pay ! udpsink host=192.168.1.249&lt;/P&gt;&lt;P&gt;Setting Pipeline to PAUSED. . .&lt;/P&gt;&lt;P&gt;ERROR:Pipeline doesn't want to pause.&lt;/P&gt;&lt;P&gt;Setting Pipeline to NULL. . .&lt;/P&gt;&lt;P&gt;Freeing Pipeline. . .&lt;/P&gt;&lt;P&gt;In the above command i have missed any plugin?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jan 2018 14:19:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-stream-video-by-ipcamera-using-GStreamer/m-p/774327#M120217</guid>
      <dc:creator>bhargavik</dc:creator>
      <dc:date>2018-01-19T14:19:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to stream video by ipcamera using GStreamer?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-stream-video-by-ipcamera-using-GStreamer/m-p/774328#M120218</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Unfortunately, my implementation of IP cameras&amp;nbsp;isn't until the next phase of my project, so I am not familiar with what is necessary for gstreamer to view IP cameras.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My only suggestion&amp;nbsp;would be to confirm with a different host&amp;nbsp;that you're able to view the IP camera stream&amp;nbsp;with gstreamer [sounds like your build host has all the right stuff]. That would eliminate the possibility that something is wrong with your command line options, network or&amp;nbsp;camera configuration.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can also use the verbose flag [-v] with gstreamer to get more logging information that might lead somewhere useful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jan 2018 18:23:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-stream-video-by-ipcamera-using-GStreamer/m-p/774328#M120218</guid>
      <dc:creator>hardyb</dc:creator>
      <dc:date>2018-01-19T18:23:49Z</dc:date>
    </item>
  </channel>
</rss>

