<?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 Re: Play RTSP stream issue on Lollipop in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Play-RTSP-stream-issue-on-Lollipop/m-p/575847#M87994</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I solved the problem by setting the property of the video's mode for the plugin "v4l2". For example:&lt;/P&gt;&lt;P&gt;"v4l2src device=/dev/video0 norm=255" or&lt;/P&gt;&lt;P&gt;"imxv4l2videosrc device=/dev/video0 imx-capture-mode=3"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Igor&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 06 Jul 2016 05:57:23 GMT</pubDate>
    <dc:creator>Igor</dc:creator>
    <dc:date>2016-07-06T05:57:23Z</dc:date>
    <item>
      <title>Play RTSP stream issue on Lollipop</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Play-RTSP-stream-issue-on-Lollipop/m-p/575846#M87993</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #303030;"&gt;&lt;SPAN lang="EN-GB" style="font-size: 10.5pt; font-family: Helvetica; background: white;"&gt;Hi all,&lt;/SPAN&gt;&lt;SPAN lang="EN-GB" style="font-size: 10.5pt; font-family: Helvetica;"&gt;&lt;BR /&gt; &lt;SPAN style="background: white;"&gt;I'm using a SabreSD board as RTSP server.&lt;/SPAN&gt;&lt;BR /&gt; &lt;SPAN style="background: white;"&gt;It has been loaded linux 4.1.15 along with tw6869 device driver.&lt;/SPAN&gt;&lt;BR /&gt; &lt;SPAN style="background: white;"&gt;An avc8000nano board is connected to Mini-PCIe slot on SabreSD. Two cameras are connected on channels vch0 and vch1.&lt;/SPAN&gt;&lt;BR /&gt; &lt;SPAN style="background: white;"&gt;The RTSP server is the Gateworks gst-rtsp-server test-launch application.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-GB" style="font-size: 10.5pt; font-family: Helvetica; color: #303030; background: white;"&gt;The pipelines are the following:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-GB" style="font-size: 10.5pt; font-family: Helvetica; color: #303030; background: white;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #303030;"&gt;gst-variable-rtsp-server -p 9001 -u "imxv4l2videosrc device=/dev/video0 queue-size=55 ! imxipuvideotransform deinterlace=true ! imxvpuenc_h264 bitrate=5000 ! h264parse ! rtph264pay name=pay0 pt=96"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #303030;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #303030;"&gt;gst-variable-rtsp-server -p 9002 -u "imxv4l2videosrc device=/dev/video1 queue-size=55 ! imxipuvideotransform deinterlace=true ! imxvpuenc_h264 bitrate=5000 ! h264parse ! rtph264pay name=pay0 pt=96"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #303030;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-GB" style="font-size: 10.5pt; font-family: Helvetica; color: #303030; background: white;"&gt;The RTSP client is a SabreSD board with Android 5.1.1 (including the multimedia extended packages).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-GB" style="font-size: 10.5pt; font-family: Helvetica; color: #303030; background: white;"&gt;The problem is that OMXplayer is not able to play the streaming video. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-GB" style="font-size: 10.5pt; font-family: Helvetica; color: #303030; background: white;"&gt;OMXPlayer returns these errors:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-GB" style="font-size: 10.5pt; font-family: Helvetica; color: #303030; background: white;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #303030;"&gt;06-23 14:35:06.172 29301-20022/? I/OMXPlayer: read_header fail -5, retry 1&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #303030;"&gt;06-23 14:35:06.174 29301-20022/? I/OMXPlayer: TCP connection to 192.168.0.80:9001 failed: Connection refused&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #303030;"&gt;06-23 14:35:06.274 29301-20022/? I/OMXPlayer: --&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #303030;"&gt; Sending:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #303030;"&gt;06-23 14:35:06.274 29301-20022/? I/OMXPlayer: read_header fail -5, retry 2&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #303030;"&gt;06-23 14:35:06.275 29301-20022/? I/OMXPlayer: TCP connection to 192.168.0.80:9001 failed: Connection refused&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #303030;"&gt;06-23 14:35:06.376 29301-20022/? I/OMXPlayer: --&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #303030;"&gt; Sending:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #303030;"&gt;06-23 14:35:06.376 29301-20022/? I/OMXPlayer: read_header fail -5, retry 3&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #303030;"&gt;06-23 14:35:06.379 29301-20022/? I/OMXPlayer: TCP connection to 192.168.0.80:9001 failed: Connection refused&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #303030;"&gt;06-23 14:35:06.479 29301-20022/? I/OMXPlayer: --&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #303030;"&gt; Sending:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #303030;"&gt;06-23 14:35:06.479 29301-20022/? I/OMXPlayer: read_header fail -5, retry 4&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #303030;"&gt;06-23 14:35:06.480 29301-20022/? I/OMXPlayer: TCP connection to 192.168.0.80:9001 failed: Connection refused&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #303030;"&gt;06-23 14:35:06.580 29301-20022/? I/OMXPlayer: --&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #303030;"&gt; Sending:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #303030;"&gt;06-23 14:35:06.580 29301-20022/? I/OMXPlayer: read_header fail -5, retry 5&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #303030;"&gt;06-23 14:35:06.582 29301-20022/? I/OMXPlayer: TCP connection to 192.168.0.80:9001 failed: Connection refused&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #303030;"&gt;06-23 14:35:06.682 29301-20022/? I/OMXPlayer: --&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #303030;"&gt; Sending:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #303030;"&gt;06-23 14:35:06.682 29301-20022/? I/OMXPlayer: read_header fail -5, retry 6&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #303030;"&gt;06-23 14:35:06.684 29301-20022/? I/OMXPlayer: TCP connection to 192.168.0.80:9001 failed: Connection refused&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #303030;"&gt;06-23 14:35:06.784 29301-20022/? I/OMXPlayer: --&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #303030;"&gt; Sending:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #303030;"&gt;06-23 14:35:06.784 29301-20022/? I/OMXPlayer: read_header fail -5, retry 7&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #303030;"&gt;06-23 14:35:06.786 29301-20022/? I/OMXPlayer: TCP connection to 192.168.0.80:9001 failed: Connection refused&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #303030;"&gt;06-23 14:35:06.886 29301-20022/? I/OMXPlayer: --&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #303030;"&gt; Sending:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #303030;"&gt;06-23 14:35:06.887 29301-20022/? I/OMXPlayer: read_header fail -5, retry 8&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #303030;"&gt;06-23 14:35:06.888 29301-20022/? I/OMXPlayer: TCP connection to 192.168.0.80:9001 failed: Connection refused&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #303030;"&gt;06-23 14:35:06.989 29301-20022/? I/OMXPlayer: --&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #303030;"&gt; Sending:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #303030;"&gt;06-23 14:35:06.989 29301-20022/? I/OMXPlayer: read_header fail -5, retry 9&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #303030;"&gt;06-23 14:35:06.990 29301-20022/? I/OMXPlayer: TCP connection to 192.168.0.80:9001 failed: Connection refused&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #303030;"&gt;06-23 14:35:07.090 29301-20022/? I/OMXPlayer: --&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #303030;"&gt; Sending:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #303030;"&gt;06-23 14:35:07.090 29301-20022/? I/OMXPlayer: read_header fail -5, retry 10&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #303030;"&gt;06-23 14:35:07.092 29301-20022/? I/OMXPlayer: TCP connection to 192.168.0.80:9001 failed: Connection refused&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #303030;"&gt;06-23 14:35:07.192 29301-20022/? I/OMXPlayer: --&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #303030;"&gt; Sending:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #303030;"&gt;06-23 14:35:07.192 29301-20022/? I/OMXPlayer: read_header fail -5, retry 11&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #303030;"&gt;06-23 14:35:07.194 29301-20022/? I/OMXPlayer: TCP connection to 192.168.0.80:9001 failed: Connection refused&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #303030;"&gt;06-23 14:35:07.194 29301-20022/? I/OMXPlayer: read_header totally fail!!!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #303030;"&gt;06-23 14:35:07.194 29301-20022/? I/OMXPlayer: LEVEL: 1 FUNCTION: InstanceInit LINE: 76&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #303030;"&gt;06-23 14:35:07.194 29301-20022/? I/OMXPlayer: InitStreaming failed.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #303030;"&gt;06-23 14:35:07.195 29301-20019/? I/OMXPlayer: LEVEL: 1 FUNCTION: SysEventHandler LINE: 1804&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #303030;"&gt;06-23 14:35:07.195 29301-20019/? I/OMXPlayer: OMX.Freescale.std.parser.streaming.sw-based report Error 80001020.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #303030;"&gt;06-23 14:35:07.209 29301-20020/? I/OMXPlayer: LEVEL: 1 FUNCTION: Load LINE: 832&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #303030;"&gt;06-23 14:35:07.209 29301-20020/? I/OMXPlayer: Can't load content rtsp://192.168.0.80:9001/stream&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #303030;"&gt;06-23 14:35:07.209 29301-20020/? I/OMXPlayer: GMPlayer Stop&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #303030;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="text-decoration: underline;"&gt;&lt;SPAN style="color: #303030; text-decoration: underline;"&gt;The previous pipelines and the same 'apk' app work well on the same board with Android JB 4.3.&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="text-decoration: underline;"&gt;&lt;SPAN style="color: #303030; text-decoration: underline;"&gt;Further we have no problem using VLC as client in a in Windows PC.&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #303030;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #303030;"&gt;I don’t understand where is the problem.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #303030;"&gt;Can someone help me?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #303030;"&gt;This problem blocks our project.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #303030;"&gt;Thanks in advance,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #303030;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #303030;"&gt;Igor&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 26 Jun 2016 11:54:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Play-RTSP-stream-issue-on-Lollipop/m-p/575846#M87993</guid>
      <dc:creator>Igor</dc:creator>
      <dc:date>2016-06-26T11:54:28Z</dc:date>
    </item>
    <item>
      <title>Re: Play RTSP stream issue on Lollipop</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Play-RTSP-stream-issue-on-Lollipop/m-p/575847#M87994</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I solved the problem by setting the property of the video's mode for the plugin "v4l2". For example:&lt;/P&gt;&lt;P&gt;"v4l2src device=/dev/video0 norm=255" or&lt;/P&gt;&lt;P&gt;"imxv4l2videosrc device=/dev/video0 imx-capture-mode=3"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Igor&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jul 2016 05:57:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Play-RTSP-stream-issue-on-Lollipop/m-p/575847#M87994</guid>
      <dc:creator>Igor</dc:creator>
      <dc:date>2016-07-06T05:57:23Z</dc:date>
    </item>
    <item>
      <title>Re: Play RTSP stream issue on Lollipop</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Play-RTSP-stream-issue-on-Lollipop/m-p/575848#M87995</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for posting the solution to the issue Igor.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jul 2016 16:32:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Play-RTSP-stream-issue-on-Lollipop/m-p/575848#M87995</guid>
      <dc:creator>SergioSolis</dc:creator>
      <dc:date>2016-07-08T16:32:25Z</dc:date>
    </item>
  </channel>
</rss>

