From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from correo.horus.es (correo.horus.es [2.139.157.236]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id E72F5E0161C for ; Thu, 3 Oct 2013 09:14:37 -0700 (PDT) Received: from [172.30.250.16] (172.30.250.254) by horus27 (Axigen) with (CAMELLIA256-SHA encrypted) ESMTPSA id 201FFE; Thu, 3 Oct 2013 18:14:34 +0200 Message-ID: <524D97E9.6080403@horus.es> Date: Thu, 03 Oct 2013 18:14:33 +0200 From: diego User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130801 Thunderbird/17.0.8 MIME-Version: 1.0 To: meta-freescale@yoctoproject.org X-AxigenVirus-Level: 1 X-AxigenSpam-Level: 4 Subject: Streaming udp video through mfw_isink X-BeenThere: meta-freescale@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Usage and development list for the meta-fsl-* layers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Oct 2013 16:14:38 -0000 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Hello everybody, We're trying to show a video from an udp source. If we put the next line (with mfw_v4lsink) it works perfectly gst-launch -v udpsrc port=1234 ! "application/x-rtp, payload=127" ! rtph264depay ! ffdec_h264 ! mfw_v4lsink disp-width=320 disp-height=240 axis-top=100 axis-left=100 However if we try to use mfw_isink doesn't work: gst-launch -v udpsrc port=1234 ! "application/x-rtp, payload=127" ! rtph264depay ! ffdec_h264 ! mfw_isink disp-width=320 disp-height=240 axis-top=100 axis-left=100 Apparently the last line seems to work (no error) but we don't see nothing it our screen. We are using a sabre lite board with HDMI monitor ,and we made the probes with Dylan, Dora and Master with linux-imx. Any ideas? Thank you! P.S: the udp source is a PC with Ubuntu and gstreamer . We just wrote this line gst-launch v4l2src device=/dev/video0 ! 'video/x-raw-yuv,width=320,height=240' ! x264enc pass=qual quantizer=20 tune=zerolatency ! rtph264pay ! udpsink host=172.30.250.45 port=1234. -- Diego González González diego.gonzalez@horus.es