<?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のトピックRe: Streaming USB Webcam over Network</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Streaming-USB-Webcam-over-Network/m-p/361185#M50880</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;v4l2src will have the property width and height, you can check that with&amp;nbsp; &lt;STRONG&gt;gst-inspect v4l2src &lt;/STRONG&gt;this command will display the properties of v4l2src&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Try these commands&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;gst-launch v4l2src device=/dev/video0 ! &lt;STRONG&gt;video/x-raw-yuv,width=1280,height=720,format='(fourcc)'UYVY&lt;/STRONG&gt; ! ffmpegcolorspace ! vpuenc codec=6 ! rtph264pay ! udpsink host=192.168.20.26 port=5000&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;gst-launch-0.10 -v v4l2src device=/dev/video0 ! 'video/x-raw-yuv,width=640,height=480' ! ffmpegcolorspace ! x264enc ! rtph264pay ! udpsink host=192.168.20.26 port=5000&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 07 Oct 2014 05:05:45 GMT</pubDate>
    <dc:creator>shanmugamsundar</dc:creator>
    <dc:date>2014-10-07T05:05:45Z</dc:date>
    <item>
      <title>Streaming USB Webcam over Network</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Streaming-USB-Webcam-over-Network/m-p/361172#M50867</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm currently streaming a USB Webcam from the IMX6Q SabreBoard to my computer over the network with this command:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;gst-launch-0.10 v4l2src device=/dev/video0 ! 'video/x-raw-yuv,framerate=(fraction)30/1' ! ffmpegcolorspace ! vpuenc codec=12 ! multipartmux ! tcpserversink host=192.168.20.26 port=5000&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is working fine. When i use VLC, i can see the stream when typing the address tcp://192.168.20.43:5000&lt;/P&gt;&lt;P&gt;But i'd like to use the x264 codec. As i understood it, i just have to change the &lt;STRONG&gt;vpuenc codec=6&lt;/STRONG&gt; but this isn't working. I do receive a stream, but VLC tells me that the codec is undefined and that it can't decode it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm pretty new with the use of streams so i'm kind of walking blindly. Is my gst-launch command correct for x264?&lt;/P&gt;&lt;P&gt;And moreover, how do i broadcast the stream instead of sending it directly to someone?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ce message a été modifié par&amp;nbsp;: Philippe Balleydier&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Oct 2014 14:49:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Streaming-USB-Webcam-over-Network/m-p/361172#M50867</guid>
      <dc:creator>philippeballeyd</dc:creator>
      <dc:date>2014-10-01T14:49:04Z</dc:date>
    </item>
    <item>
      <title>Re: Streaming USB Webcam over Network</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Streaming-USB-Webcam-over-Network/m-p/361173#M50868</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Please try the following :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;$ gst-launch-0.10 v4l2src device=/dev/video0 ! 'video/x-raw-yuv,framerate=(fraction)30/1' ! ffmpegcolorspace ! vpuenc codec=6 ! rtph264pay&amp;nbsp; ! tcpserversink host=192.168.20.43 port=5000&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For host VLC (sdp file) :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;v=0&lt;/P&gt;&lt;P&gt;o=IN IP4 192.168.20.43&lt;/P&gt;&lt;P&gt;c=IN IP4 192.168.20.43&lt;/P&gt;&lt;P&gt;s=iMX6 GStreamer H264&lt;/P&gt;&lt;P&gt;m=video 5000 RTP/AVP 96&lt;/P&gt;&lt;P&gt;a=rtpmap:96 H264/90000&lt;/P&gt;&lt;P&gt;a=fmp:96 media=video; clock-rate=90000; encoding-name=H264&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>Fri, 03 Oct 2014 06:14:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Streaming-USB-Webcam-over-Network/m-p/361173#M50868</guid>
      <dc:creator>Yuri</dc:creator>
      <dc:date>2014-10-03T06:14:45Z</dc:date>
    </item>
    <item>
      <title>Re: Streaming USB Webcam over Network</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Streaming-USB-Webcam-over-Network/m-p/361174#M50869</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your answer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do i copy/paste what you've written in a .SDP file and open it with VLC?&lt;/P&gt;&lt;P&gt;for the 'o' and 'c' parameters in de SDP file, Is it the IP of the receiving computer? (i've tried both anyway)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Because for now, it is not working. I do see a stream coming to the receiving computer on wireshark but it seems like VLC is unable to see it.&lt;/P&gt;&lt;P&gt;When i open the .SDP file with VLC and i go to "Statistics", the throughput received is 0Kb/s but codecs are recognized.&lt;/P&gt;&lt;P&gt;When i open a network stream with VLC (without using a .SDP file) with the address tcp://ip.of.sender:5000, i do get a throughput but nothing but a black screen (well, not a black screen, the VLC logo) (and plugin are not recognized)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can the issue come from de Webcam?&lt;/P&gt;&lt;P&gt;I'm using a Microsoft Lifecam HD-3000 that worked well for mjpg streaming. Moreover, it is said that it is a UVC device. So i guess it should work properly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Oct 2014 07:09:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Streaming-USB-Webcam-over-Network/m-p/361174#M50869</guid>
      <dc:creator>philippeballeyd</dc:creator>
      <dc:date>2014-10-03T07:09:32Z</dc:date>
    </item>
    <item>
      <title>Re: Streaming USB Webcam over Network</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Streaming-USB-Webcam-over-Network/m-p/361175#M50870</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm also interested in the corresponding gst-launch command on the receiver side, if you have any ideas.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Oct 2014 06:32:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Streaming-USB-Webcam-over-Network/m-p/361175#M50870</guid>
      <dc:creator>philippeballeyd</dc:creator>
      <dc:date>2014-10-06T06:32:29Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Streaming USB Webcam over Network</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Streaming-USB-Webcam-over-Network/m-p/361176#M50871</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Pipeline for UDP-stream:&lt;/P&gt;&lt;P&gt;gst-launch&amp;nbsp; udpsrc port=5000 caps=\"application/x-rtp, media=(string)video, clock-rate=(int)90000, payload=(int)96, encoding-name=(string)H264" ! rtph264depay ! ffdec_h264 ! xvimagesink&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In attache ful script (server and client pipeline), tested on iMX53.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Oct 2014 07:24:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Streaming-USB-Webcam-over-Network/m-p/361176#M50871</guid>
      <dc:creator>BrilliantovKiri</dc:creator>
      <dc:date>2014-10-06T07:24:32Z</dc:date>
    </item>
    <item>
      <title>Re: Streaming USB Webcam over Network</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Streaming-USB-Webcam-over-Network/m-p/361177#M50872</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm missing the mfw_vpuencoder plugin. I found on the net that i need to add gst-fsl-plugin in the local.conf files and rebake. But the plugin is still missing? What packages do i need to include to make it work?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Oct 2014 09:35:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Streaming-USB-Webcam-over-Network/m-p/361177#M50872</guid>
      <dc:creator>philippeballeyd</dc:creator>
      <dc:date>2014-10-06T09:35:11Z</dc:date>
    </item>
    <item>
      <title>Re: Streaming USB Webcam over Network</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Streaming-USB-Webcam-over-Network/m-p/361178#M50873</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello!&lt;/P&gt;&lt;P&gt;Because I work with iMX53 I use packages for this platform.&lt;/P&gt;&lt;P&gt;You should modify pipeline for your platform iMX6, I think this is not very hard.&lt;/P&gt;&lt;BLOCKQUOTE level="1"&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&amp;gt;&lt;/P&gt;&lt;BLOCKQUOTE level="1"&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Oct 2014 09:47:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Streaming-USB-Webcam-over-Network/m-p/361178#M50873</guid>
      <dc:creator>BrilliantovKiri</dc:creator>
      <dc:date>2014-10-06T09:47:20Z</dc:date>
    </item>
    <item>
      <title>Re: Streaming USB Webcam over Network</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Streaming-USB-Webcam-over-Network/m-p/361179#M50874</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Philippe,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try commands in the attached&amp;nbsp; documents, these documents is specifically created for all the imx6 boards. In your case it is USB web cam for that you need to choose the appropriate video codecs. To find the available codecs give the command&amp;nbsp;&amp;nbsp; &lt;STRONG&gt;gst-inspect&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/docs/DOC-97781"&gt;GStreamer UDP Streaming&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/docs/DOC-94646"&gt;GStreamer RTP Streaming&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;shan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Oct 2014 11:12:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Streaming-USB-Webcam-over-Network/m-p/361179#M50874</guid>
      <dc:creator>shanmugamsundar</dc:creator>
      <dc:date>2014-10-06T11:12:51Z</dc:date>
    </item>
    <item>
      <title>Re: Streaming USB Webcam over Network</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Streaming-USB-Webcam-over-Network/m-p/361180#M50875</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I managed to make it works thanks to kirill but i'm having issues with the Height and width of the stream&lt;/P&gt;&lt;P&gt;I use these 2 commands:&lt;/P&gt;&lt;P&gt;Server: gst-launch-0.10 v4l2src device=/dev/video0 ! 'video/x-raw-yuv,framerate=(fraction)30/1' ! ffmpegcolorspace ! vpuenc codec=6 ! rtph264pay ! udpsink host=192.168.20.26 port=5000&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Client: gst-launch udpsrc port=5000 caps="application/x-rtp, media=(string)video, clock-rate=(int)90000, payload=(int)96, encoding-name=(string)H264" ! rtph264depay ! ffdec_h264 ! xvimagesink&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem is, when i try to set the height and width of the stream, the pipeline won't create. I use this command for the server:&lt;/P&gt;&lt;P&gt; gst-launch-0.10 v4l2src device=/dev/video0 ! 'video/x-raw-yuv,height=720,width=1280,framerate=(fraction)30/1' ! ffmpegcolorspace ! vpuenc codec=6 ! rtph264pay ! udpsink host=192.168.20.26 port=5000$&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(just added height=720,width=1280)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and the client console returns me: &lt;/P&gt;&lt;P&gt;ERROR: Pipeline doesn't want to pause.&lt;/P&gt;&lt;P&gt;ERROR: from element /GstPipeline:pipeline0/GstV4l2Src:v4l2src0: Could not negotiate format&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Why can't i choose the height and width of the stream?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Oct 2014 11:31:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Streaming-USB-Webcam-over-Network/m-p/361180#M50875</guid>
      <dc:creator>philippeballeyd</dc:creator>
      <dc:date>2014-10-06T11:31:53Z</dc:date>
    </item>
    <item>
      <title>Re: Streaming USB Webcam over Network</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Streaming-USB-Webcam-over-Network/m-p/361181#M50876</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try adding like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;capture-width=640 capture-height=480 capture-mode=0&lt;/P&gt;&lt;P&gt;capture-width=1280 capture-height=720 capture-mode=4&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;shan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Oct 2014 11:37:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Streaming-USB-Webcam-over-Network/m-p/361181#M50876</guid>
      <dc:creator>shanmugamsundar</dc:creator>
      <dc:date>2014-10-06T11:37:20Z</dc:date>
    </item>
    <item>
      <title>Re: Streaming USB Webcam over Network</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Streaming-USB-Webcam-over-Network/m-p/361182#M50877</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Those 2 are concerning the h263 standard. But i need to use H264, Is that a big deal or do i just have to change the names?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Oct 2014 11:46:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Streaming-USB-Webcam-over-Network/m-p/361182#M50877</guid>
      <dc:creator>philippeballeyd</dc:creator>
      <dc:date>2014-10-06T11:46:06Z</dc:date>
    </item>
    <item>
      <title>Re: Streaming USB Webcam over Network</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Streaming-USB-Webcam-over-Network/m-p/361183#M50878</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;gst-launch v4l2src capture-height=720 capture-width=1280 capture-mode=4 device=/dev/video0 ! 'video/x-raw-yuv,framerate=(fraction)30/1' ! ffmpegcolorspace ! vpuenc codec=6 ! rtph264pay ! udpsink host=192.168.20.26 port=5000&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And it says:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WARNING: erroneous pipeline: no property "capture-height" in element "v4l2src0"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Those capture-height and width elements only exist on the module called mfw_v4lsrc but i'm using v4l2src.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Oct 2014 12:08:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Streaming-USB-Webcam-over-Network/m-p/361183#M50878</guid>
      <dc:creator>philippeballeyd</dc:creator>
      <dc:date>2014-10-06T12:08:09Z</dc:date>
    </item>
    <item>
      <title>Re: Streaming USB Webcam over Network</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Streaming-USB-Webcam-over-Network/m-p/361184#M50879</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;nbsp; Looks like the LVC does not understand raw data (no headers) of the VPU.&lt;BR /&gt;~Yuri. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Oct 2014 04:11:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Streaming-USB-Webcam-over-Network/m-p/361184#M50879</guid>
      <dc:creator>Yuri</dc:creator>
      <dc:date>2014-10-07T04:11:02Z</dc:date>
    </item>
    <item>
      <title>Re: Streaming USB Webcam over Network</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Streaming-USB-Webcam-over-Network/m-p/361185#M50880</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;v4l2src will have the property width and height, you can check that with&amp;nbsp; &lt;STRONG&gt;gst-inspect v4l2src &lt;/STRONG&gt;this command will display the properties of v4l2src&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Try these commands&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;gst-launch v4l2src device=/dev/video0 ! &lt;STRONG&gt;video/x-raw-yuv,width=1280,height=720,format='(fourcc)'UYVY&lt;/STRONG&gt; ! ffmpegcolorspace ! vpuenc codec=6 ! rtph264pay ! udpsink host=192.168.20.26 port=5000&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;gst-launch-0.10 -v v4l2src device=/dev/video0 ! 'video/x-raw-yuv,width=640,height=480' ! ffmpegcolorspace ! x264enc ! rtph264pay ! udpsink host=192.168.20.26 port=5000&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Oct 2014 05:05:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Streaming-USB-Webcam-over-Network/m-p/361185#M50880</guid>
      <dc:creator>shanmugamsundar</dc:creator>
      <dc:date>2014-10-07T05:05:45Z</dc:date>
    </item>
    <item>
      <title>Re: Streaming USB Webcam over Network</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Streaming-USB-Webcam-over-Network/m-p/361186#M50881</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've tried multiple times the first line before. But i always get the same error:&lt;/P&gt;&lt;P&gt;ERROR: Pipeline doesn't want to pause.&lt;/P&gt;&lt;P&gt;ERROR: from element /GstPipeline:pipeline0/GstV4l2Src:v4l2src0: Could not negotiate format&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For the second one, it's working, but i have big lag issues (at least a 10 seconds delay and not continuous at all)&lt;/P&gt;&lt;P&gt;I've observed this phenomenom multiple times with the x264enc module (i think it is not hardware optimized)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EDIT:&lt;/P&gt;&lt;P&gt;ok i've figured out the issue.&lt;/P&gt;&lt;P&gt;I usually use this command (a working one):&lt;/P&gt;&lt;P&gt;gst-launch v4l2src device=/dev/video0 ! 'video/x-raw-yuv,framerate=(fraction)30/1' ! ffmpegcolorspace ! vpuenc codec=6 ! rtph264pay ! udpsink host=192.168.20.30 port=5000&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If i use the height and width parameters, they have to be quite low (like 320x240 or 640x480). If i try to set them too high (like 800x600, 1280x720), i have to reduce the framerate from 30 to 10, or i get the "Could not negotiate format" error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Aren't we able to stream 720p30?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Oct 2014 07:30:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Streaming-USB-Webcam-over-Network/m-p/361186#M50881</guid>
      <dc:creator>philippeballeyd</dc:creator>
      <dc:date>2014-10-07T07:30:52Z</dc:date>
    </item>
    <item>
      <title>Re: Streaming USB Webcam over Network</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Streaming-USB-Webcam-over-Network/m-p/361187#M50882</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;which USB camera are you using, have you check the driver settings for your camera whether it is having 720p resolution at 30fps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tested it with ov5640 5mp camera in i.MX6q sabrelite board for that i have a 720p settings for 30fps and 15fps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Oct 2014 09:23:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Streaming-USB-Webcam-over-Network/m-p/361187#M50882</guid>
      <dc:creator>shanmugamsundar</dc:creator>
      <dc:date>2014-10-07T09:23:02Z</dc:date>
    </item>
    <item>
      <title>Re: Streaming USB Webcam over Network</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Streaming-USB-Webcam-over-Network/m-p/361188#M50883</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried 2 differents USB camera and i get the exact same issue on both:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Microsoft Lifecam HD-3000&lt;/LI&gt;&lt;LI&gt;Logitech C525&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;To me, they are both able to record 720p @30fps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Oct 2014 09:34:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Streaming-USB-Webcam-over-Network/m-p/361188#M50883</guid>
      <dc:creator>philippeballeyd</dc:creator>
      <dc:date>2014-10-07T09:34:42Z</dc:date>
    </item>
    <item>
      <title>Re: Streaming USB Webcam over Network</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Streaming-USB-Webcam-over-Network/m-p/361189#M50884</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;After verification, the width/height/framerate problem comes from the camera, they are both unable to provide 720p @30 fps...&lt;/P&gt;&lt;P&gt;Thanks everyone for your help!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Oct 2014 06:28:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Streaming-USB-Webcam-over-Network/m-p/361189#M50884</guid>
      <dc:creator>philippeballeyd</dc:creator>
      <dc:date>2014-10-08T06:28:22Z</dc:date>
    </item>
  </channel>
</rss>

