From: Daiane Angolini <daiane.angolini@freescale.com>
To: diego <diego.gonzalez@horus.es>, <meta-freescale@yoctoproject.org>
Subject: Re: Streaming udp video through mfw_isink
Date: Thu, 3 Oct 2013 13:29:31 -0300 [thread overview]
Message-ID: <524D9B6B.6040205@freescale.com> (raw)
In-Reply-To: <524D97E9.6080403@horus.es>
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
next prev parent reply other threads:[~2013-10-03 16:34 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-10-03 16:14 Streaming udp video through mfw_isink diego
2013-10-03 16:29 ` Daiane Angolini [this message]
2013-10-03 17:34 ` Jose Mª Ferreiro
2013-10-03 18:24 ` Fernando Castilho
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=524D9B6B.6040205@freescale.com \
--to=daiane.angolini@freescale.com \
--cc=diego.gonzalez@horus.es \
--cc=meta-freescale@yoctoproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.