<?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 basic gstreamer question on imx8mmevk in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/basic-gstreamer-question-on-imx8mmevk/m-p/974309#M145008</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want to view a web-camera stream from the imx8mmevk over the wifi to my windows10 laptop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using image from L4.14.98_2.0.0_ga_images_MX8MMEVK:&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;# imx8mmevk with ip addr: 192.168.1.189&lt;BR /&gt;gst-launch-1.0 -v v4l2src device=/dev/video0 ! vpuenc_h264 ! rtph264pay ! udpsink host=192.168.1.160 port=5004 &amp;amp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;# Windows10 PC with ip addr: 192.168.1.160&lt;BR /&gt;gst-launch-1.0 -v udpsrc port=5004 ! rtph264depay ! decodebin ! videoconvert ! autovideosink&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This does not show the video from the camera&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I then tried debugging on the imx8mmevk with this command and it also does show the video from camera&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;gst-launch-1.0 v4l2src device=/dev/video0 ! vpuenc_h264 ! rtph264pay ! rtph264depay ! vpudec ! autovideosink&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas how to get this to work?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 27 Aug 2019 05:11:39 GMT</pubDate>
    <dc:creator>jefflfree</dc:creator>
    <dc:date>2019-08-27T05:11:39Z</dc:date>
    <item>
      <title>basic gstreamer question on imx8mmevk</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/basic-gstreamer-question-on-imx8mmevk/m-p/974309#M145008</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want to view a web-camera stream from the imx8mmevk over the wifi to my windows10 laptop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using image from L4.14.98_2.0.0_ga_images_MX8MMEVK:&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;# imx8mmevk with ip addr: 192.168.1.189&lt;BR /&gt;gst-launch-1.0 -v v4l2src device=/dev/video0 ! vpuenc_h264 ! rtph264pay ! udpsink host=192.168.1.160 port=5004 &amp;amp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;# Windows10 PC with ip addr: 192.168.1.160&lt;BR /&gt;gst-launch-1.0 -v udpsrc port=5004 ! rtph264depay ! decodebin ! videoconvert ! autovideosink&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This does not show the video from the camera&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I then tried debugging on the imx8mmevk with this command and it also does show the video from camera&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;gst-launch-1.0 v4l2src device=/dev/video0 ! vpuenc_h264 ! rtph264pay ! rtph264depay ! vpudec ! autovideosink&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas how to get this to work?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Aug 2019 05:11:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/basic-gstreamer-question-on-imx8mmevk/m-p/974309#M145008</guid>
      <dc:creator>jefflfree</dc:creator>
      <dc:date>2019-08-27T05:11:39Z</dc:date>
    </item>
    <item>
      <title>Re: basic gstreamer question on imx8mmevk</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/basic-gstreamer-question-on-imx8mmevk/m-p/974310#M145009</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I reran the imx8mmevk-only command to debug rtp today and it works:&lt;/P&gt;&lt;P&gt;gst-launch-1.0 v4l2src device=/dev/video0 ! vpuenc_h264 ! rtph264pay ! rtph264depay ! vpudec ! autovideosink&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I then worked on the gstreamer command on windows10 laptop and got it to work after adding a queue and a caps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt;"&gt;gst-launch-1.0 -v udpsrc port=5004 caps="application/x-rtp, media=(string)video, clock-rate=(int)90000, encoding-name=(string)H264" ! queue ! rtph264depay ! decodebin ! videoconvert ! autovideosink&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Aug 2019 15:41:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/basic-gstreamer-question-on-imx8mmevk/m-p/974310#M145009</guid>
      <dc:creator>jefflfree</dc:creator>
      <dc:date>2019-08-27T15:41:36Z</dc:date>
    </item>
  </channel>
</rss>

