<?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のトピックGStreamer streaming - has client to start first?</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/GStreamer-streaming-has-client-to-start-first/m-p/300277#M37696</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi community,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am able to stream h264 or MPEG4 video. Client (player) has to be started first and then start streaming (start server).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I need is to be able to connect to the already playing stream (start client after server).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Both server and client run on same i.MX6 device.&lt;/P&gt;&lt;P&gt;Server example: gst-launch-0.10 -vvv filesrc location=bruce.mp4 typefind=true ! qtdemux name=demux demux.video_00 ! queue ! h264parse split-packetized=true ! mpegtsmux ! rtpmp2tpay ! gdppay ! udpsink host=239.255.1.1 port=5004&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Client example: gst-launch-0.10 -vvv udpsrc port=5004 multicast-group=239.255.1.1 caps="application/x-gdp" ! gdpdepay ! gstrtpjitterbuffer ! rtpmp2tdepay ! mpegtsdemux name=demux ! queue max-size-buffers=0 max-size-time=0 ! vpudec low-latency=true framedrop=true ! mfw_isink sync=false&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 20 Mar 2014 09:34:43 GMT</pubDate>
    <dc:creator>martink_</dc:creator>
    <dc:date>2014-03-20T09:34:43Z</dc:date>
    <item>
      <title>GStreamer streaming - has client to start first?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/GStreamer-streaming-has-client-to-start-first/m-p/300277#M37696</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi community,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am able to stream h264 or MPEG4 video. Client (player) has to be started first and then start streaming (start server).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I need is to be able to connect to the already playing stream (start client after server).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Both server and client run on same i.MX6 device.&lt;/P&gt;&lt;P&gt;Server example: gst-launch-0.10 -vvv filesrc location=bruce.mp4 typefind=true ! qtdemux name=demux demux.video_00 ! queue ! h264parse split-packetized=true ! mpegtsmux ! rtpmp2tpay ! gdppay ! udpsink host=239.255.1.1 port=5004&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Client example: gst-launch-0.10 -vvv udpsrc port=5004 multicast-group=239.255.1.1 caps="application/x-gdp" ! gdpdepay ! gstrtpjitterbuffer ! rtpmp2tdepay ! mpegtsdemux name=demux ! queue max-size-buffers=0 max-size-time=0 ! vpudec low-latency=true framedrop=true ! mfw_isink sync=false&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Mar 2014 09:34:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/GStreamer-streaming-has-client-to-start-first/m-p/300277#M37696</guid>
      <dc:creator>martink_</dc:creator>
      <dc:date>2014-03-20T09:34:43Z</dc:date>
    </item>
    <item>
      <title>Re: GStreamer streaming - has client to start first?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/GStreamer-streaming-has-client-to-start-first/m-p/300278#M37697</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Martin K.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your post, however please consider moving it to the right community place (e.g. &lt;A href="https://community.nxp.com/space/2004"&gt;i.MX Community&lt;/A&gt; )&amp;nbsp; for better visibility.&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;For details please see general advice &lt;/SPAN&gt;&lt;A class="jive-link-wiki-small" data-containerid="2001" data-containertype="14" data-objectid="99909" data-objecttype="102" href="https://community.freescale.com/docs/DOC-99909"&gt;https://community.freescale.com/docs/DOC-99909&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for using Freescale Community.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Wlodek_D. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Mar 2014 10:32:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/GStreamer-streaming-has-client-to-start-first/m-p/300278#M37697</guid>
      <dc:creator>Wlodek_D_</dc:creator>
      <dc:date>2014-03-20T10:32:20Z</dc:date>
    </item>
    <item>
      <title>Re: GStreamer streaming - has client to start first?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/GStreamer-streaming-has-client-to-start-first/m-p/300279#M37698</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry, my mistake. Done.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Mar 2014 11:02:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/GStreamer-streaming-has-client-to-start-first/m-p/300279#M37698</guid>
      <dc:creator>martink_</dc:creator>
      <dc:date>2014-03-20T11:02:00Z</dc:date>
    </item>
  </channel>
</rss>

