<?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 x264enc on imx8m cannot be decoded in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/x264enc-on-imx8m-cannot-be-decoded/m-p/986445#M146498</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i am trying to transmit the camera via udp with x264 encoding. on my computer i am receiving data but no video window is opened. when i try the same with jpeg it works fine&lt;/P&gt;&lt;P&gt;transmit command&lt;/P&gt;&lt;P&gt;gst-launch-1.0 v4l2src device=/dev/video0 ! video/x-raw,width=1280,height=720 ! videoconvert ! x264enc ! rtph264pay ! udpsink host=1.1.1.21 port=1223&lt;/P&gt;&lt;P&gt;receive command (ubuntu 18.04)&lt;/P&gt;&lt;P&gt;gst-launch-1.0 udpsrc port=1223 ! application/x-rtp, media=video, encoding-name=H264, payload=26 ! rtph264depay ! avdec_h264 ! xvimagesink sync=0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;does anyone know why its not working?&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 05 Feb 2020 08:22:14 GMT</pubDate>
    <dc:creator>greeranjunk</dc:creator>
    <dc:date>2020-02-05T08:22:14Z</dc:date>
    <item>
      <title>x264enc on imx8m cannot be decoded</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/x264enc-on-imx8m-cannot-be-decoded/m-p/986445#M146498</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i am trying to transmit the camera via udp with x264 encoding. on my computer i am receiving data but no video window is opened. when i try the same with jpeg it works fine&lt;/P&gt;&lt;P&gt;transmit command&lt;/P&gt;&lt;P&gt;gst-launch-1.0 v4l2src device=/dev/video0 ! video/x-raw,width=1280,height=720 ! videoconvert ! x264enc ! rtph264pay ! udpsink host=1.1.1.21 port=1223&lt;/P&gt;&lt;P&gt;receive command (ubuntu 18.04)&lt;/P&gt;&lt;P&gt;gst-launch-1.0 udpsrc port=1223 ! application/x-rtp, media=video, encoding-name=H264, payload=26 ! rtph264depay ! avdec_h264 ! xvimagesink sync=0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;does anyone know why its not working?&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Feb 2020 08:22:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/x264enc-on-imx8m-cannot-be-decoded/m-p/986445#M146498</guid>
      <dc:creator>greeranjunk</dc:creator>
      <dc:date>2020-02-05T08:22:14Z</dc:date>
    </item>
    <item>
      <title>Re: x264enc on imx8m cannot be decoded</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/x264enc-on-imx8m-cannot-be-decoded/m-p/986446#M146499</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i am adding the commands with verbos&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;transmit&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;gst-launch-1.0 -vv v4l2src device=/dev/video0 ! video/x-raw,width=1280,height=720 ! videoconvert ! x264enc ! rtph264pay ! udpsink host=172.20.20.5 port=1223&lt;BR /&gt;Setting pipeline to PAUSED ...&lt;BR /&gt;Pipeline is live and does not need PREROLL ...&lt;BR /&gt;Setting pipeline to PLAYING ...&lt;BR /&gt;New clock: GstSystemClock&lt;BR /&gt;/GstPipeline:pipeline0/GstV4l2Src:v4l2src0.GstPad:src: caps = video/x-raw, width=(int)1280, height=(int)720, framerate=(fraction)30/1, format=(string)YUY2, pixel-aspect-ratio=(fraction)1/1, colorimetry=(string)bt709, interlace-mode=(string)progressive&lt;BR /&gt;/GstPipeline:pipeline0/GstCapsFilter:capsfilter0.GstPad:src: caps = video/x-raw, width=(int)1280, height=(int)720, framerate=(fraction)30/1, format=(string)YUY2, pixel-aspect-ratio=(fraction)1/1, colorimetry=(string)bt709, interlace-mode=(string)progressive&lt;BR /&gt;/GstPipeline:pipeline0/GstVideoConvert:videoconvert0.GstPad:src: caps = video/x-raw, width=(int)1280, height=(int)720, framerate=(fraction)30/1, format=(string)Y42B, pixel-aspect-ratio=(fraction)1/1, interlace-mode=(string)progressive&lt;BR /&gt;Redistribute latency...&lt;BR /&gt;/GstPipeline:pipeline0/GstX264Enc:x264enc0.GstPad:sink: caps = video/x-raw, width=(int)1280, height=(int)720, framerate=(fraction)30/1, format=(string)Y42B, pixel-aspect-ratio=(fraction)1/1, interlace-mode=(string)progressive&lt;BR /&gt;/GstPipeline:pipeline0/GstVideoConvert:videoconvert0.GstPad:sink: caps = video/x-raw, width=(int)1280, height=(int)720, framerate=(fraction)30/1, format=(string)YUY2, pixel-aspect-ratio=(fraction)1/1, colorimetry=(string)bt709, interlace-mode=(string)progressive&lt;BR /&gt;/GstPipeline:pipeline0/GstCapsFilter:capsfilter0.GstPad:sink: caps = video/x-raw, width=(int)1280, height=(int)720, framerate=(fraction)30/1, format=(string)YUY2, pixel-aspect-ratio=(fraction)1/1, colorimetry=(string)bt709, interlace-mode=(string)progressive&lt;BR /&gt;/GstPipeline:pipeline0/GstX264Enc:x264enc0.GstPad:src: caps = video/x-h264, codec_data=(buffer)017a001fffe1001c677a001fbcd9405005bb016a02020280000003008000001e478c18cb01000568ebecb22c, stream-format=(string)avc, alignment=(string)au, level=(string)3.1, profile=(string)high-4:2:2, width=(int)1280, height=(int)720, pixel-aspect-ratio=(fraction)1/1, framerate=(fraction)30/1, interlace-mode=(string)progressive, colorimetry=(string)bt709, chroma-site=(string)mpeg2&lt;BR /&gt;/GstPipeline:pipeline0/GstRtpH264Pay:rtph264pay0.GstPad:src: caps = application/x-rtp, media=(string)video, clock-rate=(int)90000, encoding-name=(string)H264, packetization-mode=(string)1, profile-level-id=(string)7a001f, sprop-parameter-sets=(string)"Z3oAH7zZQFAFuwFqAgICgAAAAwCAAAAeR4wYyw\=\=\,aOvssiw\=", payload=(int)96, ssrc=(uint)2128043081, timestamp-offset=(uint)3746831021, seqnum-offset=(uint)8847, a-framerate=(string)30&lt;BR /&gt;/GstPipeline:pipeline0/GstUDPSink:udpsink0.GstPad:sink: caps = application/x-rtp, media=(string)video, clock-rate=(int)90000, encoding-name=(string)H264, packetization-mode=(string)1, profile-level-id=(string)7a001f, sprop-parameter-sets=(string)"Z3oAH7zZQFAFuwFqAgICgAAAAwCAAAAeR4wYyw\=\=\,aOvssiw\=", payload=(int)96, ssrc=(uint)2128043081, timestamp-offset=(uint)3746831021, seqnum-offset=(uint)8847, a-framerate=(string)30&lt;BR /&gt;/GstPipeline:pipeline0/GstRtpH264Pay:rtph264pay0.GstPad:sink: caps = video/x-h264, codec_data=(buffer)017a001fffe1001c677a001fbcd9405005bb016a02020280000003008000001e478c18cb01000568ebecb22c, stream-format=(string)avc, alignment=(string)au, level=(string)3.1, profile=(string)high-4:2:2, width=(int)1280, height=(int)720, pixel-aspect-ratio=(fraction)1/1, framerate=(fraction)30/1, interlace-mode=(string)progressive, colorimetry=(string)bt709, chroma-site=(string)mpeg2&lt;BR /&gt;/GstPipeline:pipeline0/GstRtpH264Pay:rtph264pay0: timestamp = 3746903712&lt;BR /&gt;/GstPipeline:pipeline0/GstRtpH264Pay:rtph264pay0: seqnum = 8847&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;receive &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;gst-launch-1.0 -vv udpsrc port=1223 ! application/x-rtp, media=video, encoding-name=H264, payload=26 ! rtph264depay ! avdec_h264 ! xvimagesink sync=0&lt;BR /&gt;Setting pipeline to PAUSED ...&lt;BR /&gt;Pipeline is live and does not need PREROLL ...&lt;BR /&gt;Setting pipeline to PLAYING ...&lt;BR /&gt;New clock: GstSystemClock&lt;BR /&gt;/GstPipeline:pipeline0/GstCapsFilter:capsfilter0.GstPad:src: caps = application/x-rtp, media=(string)video, encoding-name=(string)H264, payload=(int)26, clock-rate=(int)90000&lt;BR /&gt;/GstPipeline:pipeline0/GstRtpH264Depay:rtph264depay0.GstPad:sink: caps = application/x-rtp, media=(string)video, encoding-name=(string)H264, payload=(int)26, clock-rate=(int)90000&lt;BR /&gt;/GstPipeline:pipeline0/GstRtpH264Depay:rtph264depay0.GstPad:src: caps = video/x-h264, stream-format=(string)avc, alignment=(string)au, codec_data=(buffer)017a001fffe1001c677a001fbcd9405005bb016a02020280000003008000001e478c18cb01000568ebecb22c, level=(string)3.1, profile=(string)high-4:2:2&lt;BR /&gt;/GstPipeline:pipeline0/avdec_h264:avdec_h264-0.GstPad:sink: caps = video/x-h264, stream-format=(string)avc, alignment=(string)au, codec_data=(buffer)017a001fffe1001c677a001fbcd9405005bb016a02020280000003008000001e478c18cb01000568ebecb22c, level=(string)3.1, profile=(string)high-4:2:2&lt;BR /&gt;/GstPipeline:pipeline0/avdec_h264:avdec_h264-0.GstPad:src: caps = video/x-raw, format=(string)Y42B, width=(int)1280, height=(int)720, interlace-mode=(string)progressive, multiview-mode=(string)mono, multiview-flags=(GstVideoMultiviewFlagsSet)0:ffffffff:/right-view-first/left-flipped/left-flopped/right-flipped/right-flopped/half-aspect/mixed-mono, pixel-aspect-ratio=(fraction)1/1, chroma-site=(string)mpeg2, colorimetry=(string)bt709, framerate=(fraction)30/1&lt;BR /&gt;Redistribute latency...&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Feb 2020 09:08:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/x264enc-on-imx8m-cannot-be-decoded/m-p/986446#M146499</guid>
      <dc:creator>greeranjunk</dc:creator>
      <dc:date>2020-02-05T09:08:28Z</dc:date>
    </item>
    <item>
      <title>Re: x264enc on imx8m cannot be decoded</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/x264enc-on-imx8m-cannot-be-decoded/m-p/986447#M146500</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ran,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try to run the VPU element I think you can not run rtph264pay:&lt;/P&gt;&lt;PRE&gt;gst-inspect-1.0 vpudec

Regards&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Feb 2020 16:06:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/x264enc-on-imx8m-cannot-be-decoded/m-p/986447#M146500</guid>
      <dc:creator>Bio_TICFSL</dc:creator>
      <dc:date>2020-02-06T16:06:43Z</dc:date>
    </item>
    <item>
      <title>Re: x264enc on imx8m cannot be decoded</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/x264enc-on-imx8m-cannot-be-decoded/m-p/986448#M146501</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Bio&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i am trying to encode from the imx8m (that doesn't support vpu encoding)&amp;nbsp; to another computer that does not have a vpu so i don't understand your response.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;Ran&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 09 Feb 2020 06:30:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/x264enc-on-imx8m-cannot-be-decoded/m-p/986448#M146501</guid>
      <dc:creator>greeranjunk</dc:creator>
      <dc:date>2020-02-09T06:30:20Z</dc:date>
    </item>
  </channel>
</rss>

