<?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: Does i.MX6Q+android4.4.2 support playing udp unicast?</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Does-i-MX6Q-android4-4-2-support-playing-udp-unicast/m-p/975506#M145191</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here is a document regarding to setup multicast for Android on i.MX6:&lt;BR /&gt;&lt;A href="https://community.nxp.com/docs/DOC-100045" target="test_blank"&gt;https://community.nxp.com/docs/DOC-100045&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 12 Nov 2019 10:38:19 GMT</pubDate>
    <dc:creator>b36401</dc:creator>
    <dc:date>2019-11-12T10:38:19Z</dc:date>
    <item>
      <title>Does i.MX6Q+android4.4.2 support playing udp unicast?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Does-i-MX6Q-android4-4-2-support-playing-udp-unicast/m-p/975505#M145190</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;&amp;nbsp;&amp;nbsp;&amp;nbsp;my device is i.mx6q+android 4.4.2, I write an simple android app to play video with android api videoview. I found my device can play sdcard video and udp multicast video, but can't play&amp;nbsp;udp unicast stream. Test video's format is H264, and the steamming source is VLC on pc.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;Android app like this:&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;&lt;SPAN style="background-color: #f6f6f6;"&gt;VideoView&amp;nbsp;&lt;SPAN&gt;videoView&amp;nbsp;= (MyView)findViewById(R.id.videoview1);&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Uri uri =Uri.parse("udp://10.14.25.3:1234");&lt;BR /&gt; videoView.setVideoURI(uri);&lt;BR /&gt; videoView.start();&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;Device IP is 10.14.25.3, and udp port is 1234, when playing udp unicast video,&amp;nbsp;logcat&amp;nbsp;always print Reconnecting, and if I input &lt;STRONG&gt;&lt;EM&gt;tcpdump&lt;/EM&gt;&lt;/STRONG&gt;&amp;nbsp;in shell , I can see this, so the net is ok.&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;&lt;STRONG&gt;root@sabresd_6dq:/tcpdump -c 1 -t udp port 1234&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;listening on eth0, link-type EN10MB (Ethernet), capture size 96 bytes&lt;BR /&gt;IP 10.14.0.2.50672 &amp;gt; 10.14.25.3.1234: UDP, length 1316&lt;BR /&gt;1 packets captured&lt;BR /&gt;2 packets received by filter&lt;BR /&gt;0 packets dropped by kernel&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Here is udp unicast logcat:&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;&lt;SPAN style="background-color: #f6f6f6;"&gt;10-31 17:50:4&lt;/SPAN&gt;5.210 I/OMXPlayer( 3561): LEVEL: 1 FUNCTION: prepare LINE: 528&lt;BR /&gt;&lt;SPAN style="background-color: #f6f6f6;"&gt;10-31 17:50:4&lt;/SPAN&gt;5.210 I/OMXPlayer( 3561): failed to open file: /data/system/audio_pass_through_pref.&lt;BR /&gt;&lt;SPAN style="background-color: #f6f6f6;"&gt;10-31 17:50:4&lt;/SPAN&gt;5.210 I/OMXPlayer( 3561): Loading content: udp://10.14.25.3:1234&lt;/P&gt;&lt;P&gt;10-31 17:50:45.380 I/OMXPlayer( 2453): Reconnecting...&lt;BR /&gt;10-31 17:50:47.580 I/OMXPlayer( 2453): Reconnecting...&lt;BR /&gt;10-31 17:50:49.790 I/OMXPlayer( 2453): Reconnecting...&lt;BR /&gt;10-31 17:50:51.990 I/OMXPlayer( 2453): Reconnecting...&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Can any help me? Thank you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Nov 2019 01:32:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Does-i-MX6Q-android4-4-2-support-playing-udp-unicast/m-p/975505#M145190</guid>
      <dc:creator>lqll</dc:creator>
      <dc:date>2019-11-12T01:32:57Z</dc:date>
    </item>
    <item>
      <title>Re: Does i.MX6Q+android4.4.2 support playing udp unicast?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Does-i-MX6Q-android4-4-2-support-playing-udp-unicast/m-p/975506#M145191</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here is a document regarding to setup multicast for Android on i.MX6:&lt;BR /&gt;&lt;A href="https://community.nxp.com/docs/DOC-100045" target="test_blank"&gt;https://community.nxp.com/docs/DOC-100045&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Nov 2019 10:38:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Does-i-MX6Q-android4-4-2-support-playing-udp-unicast/m-p/975506#M145191</guid>
      <dc:creator>b36401</dc:creator>
      <dc:date>2019-11-12T10:38:19Z</dc:date>
    </item>
  </channel>
</rss>

