<?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: LIVE STREAMING OF VIDEO WITH AUDIO</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/LIVE-STREAMING-OF-VIDEO-WITH-AUDIO/m-p/225209#M15790</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;Is it possible to do live streaming audio without GStreamer command?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 15 Jun 2013 04:37:05 GMT</pubDate>
    <dc:creator>johnturnur</dc:creator>
    <dc:date>2013-06-15T04:37:05Z</dc:date>
    <item>
      <title>LIVE STREAMING OF VIDEO WITH AUDIO</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/LIVE-STREAMING-OF-VIDEO-WITH-AUDIO/m-p/225206#M15787</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I am new to i.MX I am using i.MX535qsb board with an interface application of ov5640 cmos camera. In that i need to live stream and record the video with audio from board to the server PC.&lt;/P&gt;&lt;P&gt;Does anyone have any idea about this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;NOTE:&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&amp;nbsp; I had Live streamed the video without audio on various resolution such as 720p and 480p&lt;/LI&gt;&lt;LI&gt;And i recorded the video with audio by storing it to the SD card in correct sync between the audio and video for that i am using the following command&lt;/LI&gt;&lt;LI&gt;When i use to record the video with audio through the LAN the sync between the both is missing&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;COMMAND FOR STORING THE VIDEO WITH AUDIO IN SD CARD:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;gst-launch-0.10 mfw_v4lsrc capture-mode=4 capture-width=1280 capture-height=720 fps-n=30 num-buffers=400000 blocksize=115200 ! queue2 max-size-buffers=500000 max-size-bytes=0 max-size-time=0 ! ffmpegcolorspace ! mfw_vpuencoder codec-type=0 name=venc&amp;nbsp; alsasrc num-buffers=400000 ! audio/x-raw-int,rate=32000,channels=1,depth=16 !audioconvert ! queue2 max-size-buffers=500000 max-size-bytes=0 max-size-time=0 ! mfw_mp3encoder name=aenc matroskamux name=mux ! filesink location=all1_in_one.avi aenc. ! mux. venc. ! mux.&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>Thu, 14 Mar 2013 13:26:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/LIVE-STREAMING-OF-VIDEO-WITH-AUDIO/m-p/225206#M15787</guid>
      <dc:creator>shanmugamsundar</dc:creator>
      <dc:date>2013-03-14T13:26:57Z</dc:date>
    </item>
    <item>
      <title>Re: LIVE STREAMING OF VIDEO WITH AUDIO</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/LIVE-STREAMING-OF-VIDEO-WITH-AUDIO/m-p/225207#M15788</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shanmugam,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I constructed some pipelines which does live streaming from/to iMX to/from PC&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/docs/DOC-94646"&gt;GStreamer Live Streaming&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, I work on a MX6Q board which is not your case so I am not sure how useful these pipelines can be in your case. Another problem I faced is that in case you want to do the streaming from your board to the PC, you need to install an audio ENCODER which has its corresponding (rtp-)pay-loader, which I only found the duple 'amrnbenc ! rtpamrpay'. In case you need to stream MP3 data, I did not find its pay-loader counterpart (you may need to ask this question to the GST community, which is pretty active). You can also find more info on &lt;A href="http://www.freedesktop.org/software/gstreamer-sdk/data/docs/latest/gst-plugins-good-plugins-0.10/gst-plugins-good-plugins-gstrtpbin.html" title="http://www.freedesktop.org/software/gstreamer-sdk/data/docs/latest/gst-plugins-good-plugins-0.10/gst-plugins-good-plugins-gstrtpbin.html"&gt;gstrtpbin&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 May 2013 17:44:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/LIVE-STREAMING-OF-VIDEO-WITH-AUDIO/m-p/225207#M15788</guid>
      <dc:creator>LeonardoSandova</dc:creator>
      <dc:date>2013-05-08T17:44:51Z</dc:date>
    </item>
    <item>
      <title>Re: LIVE STREAMING OF VIDEO WITH AUDIO</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/LIVE-STREAMING-OF-VIDEO-WITH-AUDIO/m-p/225208#M15789</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi leonardo,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; Thanks for your reply,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I ll let you in one or two days with a positive result&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>Thu, 09 May 2013 11:21:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/LIVE-STREAMING-OF-VIDEO-WITH-AUDIO/m-p/225208#M15789</guid>
      <dc:creator>shanmugamsundar</dc:creator>
      <dc:date>2013-05-09T11:21:12Z</dc:date>
    </item>
    <item>
      <title>Re: LIVE STREAMING OF VIDEO WITH AUDIO</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/LIVE-STREAMING-OF-VIDEO-WITH-AUDIO/m-p/225209#M15790</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;Is it possible to do live streaming audio without GStreamer command?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 15 Jun 2013 04:37:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/LIVE-STREAMING-OF-VIDEO-WITH-AUDIO/m-p/225209#M15790</guid>
      <dc:creator>johnturnur</dc:creator>
      <dc:date>2013-06-15T04:37:05Z</dc:date>
    </item>
    <item>
      <title>Re: LIVE STREAMING OF VIDEO WITH AUDIO</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/LIVE-STREAMING-OF-VIDEO-WITH-AUDIO/m-p/225210#M15791</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Any reason why you can not use GStreamer? I believe what you want is possible, check the &lt;A href="http://ffmpeg.org/trac/ffmpeg/wiki/Streaming%20media%20with%20ffserver"&gt;ffmpeg&lt;/A&gt; project&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Jun 2013 16:25:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/LIVE-STREAMING-OF-VIDEO-WITH-AUDIO/m-p/225210#M15791</guid>
      <dc:creator>LeonardoSandova</dc:creator>
      <dc:date>2013-06-17T16:25:23Z</dc:date>
    </item>
  </channel>
</rss>

