From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ch1outboundpool.messaging.microsoft.com (ch1ehsobe001.messaging.microsoft.com [216.32.181.181]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id E2E52E0161C for ; Thu, 3 Oct 2013 09:34:20 -0700 (PDT) Received: from mail146-ch1-R.bigfish.com (10.43.68.246) by CH1EHSOBE002.bigfish.com (10.43.70.52) with Microsoft SMTP Server id 14.1.225.22; Thu, 3 Oct 2013 16:34:18 +0000 Received: from mail146-ch1 (localhost [127.0.0.1]) by mail146-ch1-R.bigfish.com (Postfix) with ESMTP id A0D51A00CA; Thu, 3 Oct 2013 16:34:18 +0000 (UTC) X-Forefront-Antispam-Report: CIP:70.37.183.190; KIP:(null); UIP:(null); IPV:NLI; H:mail.freescale.net; RD:none; EFVD:NLI X-SpamScore: -5 X-BigFish: VS-5(zzbb2dI98dI9371I1432I14ffIzz1f42h208ch1ee6h1de0h1fdah2073h1202h1e76h1d1ah1d2ah1fc6hzzz2dh2a8h839h947hd25he5bhf0ah1288h12a5h12a9h12bdh137ah13b6h1441h1504h1537h153bh162dh1631h1758h1765h18e1h190ch1946h19b4h19c3h1ad9h1b0ah1b2fh1fb3h1d0ch1d2eh1d3fh1dfeh1dffh1f5fh1fe8h1ff5h209eh1155h) Received: from mail146-ch1 (localhost.localdomain [127.0.0.1]) by mail146-ch1 (MessageSwitch) id 1380818057190283_30669; Thu, 3 Oct 2013 16:34:17 +0000 (UTC) Received: from CH1EHSMHS026.bigfish.com (snatpool2.int.messaging.microsoft.com [10.43.68.235]) by mail146-ch1.bigfish.com (Postfix) with ESMTP id 2A2CC1A0068; Thu, 3 Oct 2013 16:34:17 +0000 (UTC) Received: from mail.freescale.net (70.37.183.190) by CH1EHSMHS026.bigfish.com (10.43.70.26) with Microsoft SMTP Server (TLS) id 14.16.227.3; Thu, 3 Oct 2013 16:34:16 +0000 Received: from az84smr01.freescale.net (10.64.34.197) by 039-SN1MMR1-003.039d.mgd.msft.net (10.84.1.16) with Microsoft SMTP Server (TLS) id 14.3.158.2; Thu, 3 Oct 2013 16:34:15 +0000 Received: from [10.29.244.63] ([10.29.244.63]) by az84smr01.freescale.net (8.14.3/8.14.0) with ESMTP id r93GYDN1014229; Thu, 3 Oct 2013 09:34:14 -0700 Message-ID: <524D9B6B.6040205@freescale.com> Date: Thu, 3 Oct 2013 13:29:31 -0300 From: Daiane Angolini User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.0 MIME-Version: 1.0 To: diego , References: <524D97E9.6080403@horus.es> In-Reply-To: <524D97E9.6080403@horus.es> X-OriginatorOrg: freescale.com X-FOPE-CONNECTOR: Id%0$Dn%*$RO%0$TLS%0$FQDN%$TlsDn% Subject: Re: 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:34:22 -0000 Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit On 10/03/2013 01:14 PM, diego wrote: > 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. Try to change the "display" property of isink. I don't remember if HDMI is part of options... Please, check using gst-inspect and find -name *vss*.conf It's too much thing to hold on my mind, so I only keep the links, sorry > > 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. > > -- Daiane