Cannot play rtsp stream with Exynos4412 Prime

Wim Taymans wim.taymans at gmail.com
Fri Jul 19 05:27:51 PDT 2013


On 07/19/2013 11:14 AM, peterpoetzi wrote:
> I want to use a ARM powered  ODROID U2
> <http://www.hardkernel.com/renewal_2011/products/prdt_info.php>   with
> Ubuntu 13.04 to watch a network stream.
>
> With the command *gst-launch-0.10 rtspsrc location=rtsp://192.168.0.9:554
> latency=100 ! rtpjpegdepay ! jpegdec ! autovideosink* it works perfectly on
> Ubuntu 13.04 at Intel i7 Desktop. Viewing the fakesrc works on my ARM machine.
>
> On my ARM powered U2 i get this error:
> /
> odroid at odroid:~$ gst-launch-0.10 rtspsrc location=rtsp://192.168.0.9:554
> latency=100 ! rtpjpegdepay ! jpegdec ! autovideosink
It means your pipeline is wrong, try adding use videoconvert and 
videoscale between the sink
and the decoder.

Wim

> Setting pipeline to PAUSED ...
> Pipeline is live and does not need PREROLL ...
> Setting pipeline to PLAYING ...
> New clock: GstSystemClock
> ERROR: from element
> /GstPipeline:pipeline0/GstRTSPSrc:rtspsrc0/GstUDPSrc:udpsrc1: Internal data
> flow error.
> Additional debug info:
> gstbasesrc.c(2625): gst_base_src_loop ():
> /GstPipeline:pipeline0/GstRTSPSrc:rtspsrc0/GstUDPSrc:udpsrc1:
> streaming task paused, reason not-negotiated (-4)
> Execution ended after 6443609993 ns.
> Setting pipeline to PAUSED ...
> Setting pipeline to READY ...
> Setting pipeline to NULL ...
> Freeing pipeline ...
> /
>
> My gstreamer version:
> /odroid at odroid:~$ gst-launch-0.10 --version
> gst-launch-0.10 version 0.10.36
> GStreamer 0.10.36
> https://launchpad.net/distros/ubuntu/+source/gstreamer0.10/
>
> My ubuntu:
> /odroid at odroid:~$ lsb_release -a
> No LSB modules are available.
> Distributor ID:	Ubuntu
> Description:	Ubuntu 13.04
> Release:	13.04
> Codename:	raring
> odroid at odroid:~$ uname -m
> armv7l/
>
> Please help me, it is really important for me to fix this error.
>
>
>
>
> --
> View this message in context: http://gstreamer-devel.966125.n4.nabble.com/Cannot-play-rtsp-stream-with-Exynos4412-Prime-tp4661123.html
> Sent from the GStreamer-devel mailing list archive at Nabble.com.
> _______________________________________________
> gstreamer-devel mailing list
> gstreamer-devel at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel



More information about the gstreamer-devel mailing list