<?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のトピックvlc</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/vlc/m-p/1439300#M188989</link>
    <description>&lt;P&gt;Hello community,&lt;/P&gt;&lt;P&gt;I am trying to setup a RTP video streaming from i.mx8mp to a linux machine running vlc with no sucess.&lt;/P&gt;&lt;P&gt;I tried following this article&amp;nbsp;&lt;A href="https://community.nxp.com/t5/i-MX-Processors-Knowledge-Base/Audio-Video-trough-Camera-stream-and-gstreamer-on-i-MX6DQS-and-i/ta-p/1351482" target="_blank"&gt;https://community.nxp.com/t5/i-MX-Processors-Knowledge-Base/Audio-Video-trough-Camera-stream-and-gstreamer-on-i-MX6DQS-and-i/ta-p/1351482&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've setup the GStream in the imx server as follows:&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;gst-launch-1.0 videotestsrc ! videoconvert ! vpuenc_h264 ! rtph264pay config-interval=1 pt=96 ! udpsink host=&amp;lt;host-machine-ip&amp;gt; port=5000 &lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and in the client I tried running VLC with the following:&lt;/P&gt;&lt;P&gt;1. create a sdp file with the following content:&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;stream.sdpv=0m=video 5000 RTP/AVP 96c=IN IP4 127.0.0.1a=rtpmap:96 H264/90000&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;2. After this, with the GStreamer pipepline on the device running, open this .sdp file with VLC Player on the host PC.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The server is running and looks like it is streaming data without errors, but no video is getting out to the VLC&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I was also looking at the following link &lt;A href="https://www.hackster.io/flint-weller/make-an-ip-camera-with-the-i-mx-8m-plus-and-gstreamer-82a191" target="_blank"&gt;https://www.hackster.io/flint-weller/make-an-ip-camera-with-the-i-mx-8m-plus-and-gstreamer-82a191&lt;/A&gt; . The streaming is working from server to client if I am using GStreamer command in both sides&lt;/P&gt;&lt;P&gt;On the server (NXP) use &lt;EM&gt;&lt;STRONG&gt;gst-launch-1.0 -v v4l2src device=/dev/video0 ! imxvideoconvert_g2d ! "video/x-raw, width=1920, height=1080, framerate=30/1" ! vpuenc_h264 ! rtph264pay pt=96 ! rtpstreampay ! udpsink host=&amp;lt;CLIENT_IP_ADDRESS&amp;gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;On the client use &lt;EM&gt;&lt;STRONG&gt;gst-launch-1.0 udpsrc caps = "application/x-rtp-stream, encoding-name=H264" ! rtpstreamdepay ! rtph264depay ! avdec_h264 ! videoconvert ! autovideosink&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I appreciate any comment,&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Zohar&lt;/P&gt;</description>
    <pubDate>Wed, 06 Apr 2022 03:01:45 GMT</pubDate>
    <dc:creator>zohargolan</dc:creator>
    <dc:date>2022-04-06T03:01:45Z</dc:date>
    <item>
      <title>vlc</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/vlc/m-p/1439300#M188989</link>
      <description>&lt;P&gt;Hello community,&lt;/P&gt;&lt;P&gt;I am trying to setup a RTP video streaming from i.mx8mp to a linux machine running vlc with no sucess.&lt;/P&gt;&lt;P&gt;I tried following this article&amp;nbsp;&lt;A href="https://community.nxp.com/t5/i-MX-Processors-Knowledge-Base/Audio-Video-trough-Camera-stream-and-gstreamer-on-i-MX6DQS-and-i/ta-p/1351482" target="_blank"&gt;https://community.nxp.com/t5/i-MX-Processors-Knowledge-Base/Audio-Video-trough-Camera-stream-and-gstreamer-on-i-MX6DQS-and-i/ta-p/1351482&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've setup the GStream in the imx server as follows:&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;gst-launch-1.0 videotestsrc ! videoconvert ! vpuenc_h264 ! rtph264pay config-interval=1 pt=96 ! udpsink host=&amp;lt;host-machine-ip&amp;gt; port=5000 &lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and in the client I tried running VLC with the following:&lt;/P&gt;&lt;P&gt;1. create a sdp file with the following content:&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;stream.sdpv=0m=video 5000 RTP/AVP 96c=IN IP4 127.0.0.1a=rtpmap:96 H264/90000&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;2. After this, with the GStreamer pipepline on the device running, open this .sdp file with VLC Player on the host PC.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The server is running and looks like it is streaming data without errors, but no video is getting out to the VLC&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I was also looking at the following link &lt;A href="https://www.hackster.io/flint-weller/make-an-ip-camera-with-the-i-mx-8m-plus-and-gstreamer-82a191" target="_blank"&gt;https://www.hackster.io/flint-weller/make-an-ip-camera-with-the-i-mx-8m-plus-and-gstreamer-82a191&lt;/A&gt; . The streaming is working from server to client if I am using GStreamer command in both sides&lt;/P&gt;&lt;P&gt;On the server (NXP) use &lt;EM&gt;&lt;STRONG&gt;gst-launch-1.0 -v v4l2src device=/dev/video0 ! imxvideoconvert_g2d ! "video/x-raw, width=1920, height=1080, framerate=30/1" ! vpuenc_h264 ! rtph264pay pt=96 ! rtpstreampay ! udpsink host=&amp;lt;CLIENT_IP_ADDRESS&amp;gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;On the client use &lt;EM&gt;&lt;STRONG&gt;gst-launch-1.0 udpsrc caps = "application/x-rtp-stream, encoding-name=H264" ! rtpstreamdepay ! rtph264depay ! avdec_h264 ! videoconvert ! autovideosink&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I appreciate any comment,&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Zohar&lt;/P&gt;</description>
      <pubDate>Wed, 06 Apr 2022 03:01:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/vlc/m-p/1439300#M188989</guid>
      <dc:creator>zohargolan</dc:creator>
      <dc:date>2022-04-06T03:01:45Z</dc:date>
    </item>
  </channel>
</rss>

