gst rtp caps not good?

dv dv at pseudoterminal.org
Thu Aug 2 05:48:58 PDT 2012


On 08/02/12 14:35, Markus wrote:
> sorry i solved this, seems i had a "\" too much :)
> When i launch server, pipelines are set to playing but no windows pops out
> to see the videosrc,
>
>
> client is the same with rtph264pay ssrc=(guint)1
>
> server
>
> gst-launch -v videotestsrc ! ffmpegcolorspace ! videoscale method=1 !
> video/x-raw-yuv, width=320, height=240, framerate=15\1 ! nv_omx_h264enc !
> rtph264pay ssrc=1 udpsink host=localhost port=5000
>
>
>
> --
> View this message in context: http://gstreamer-devel.966125.n4.nabble.com/gst-rtp-caps-not-good-tp4655782p4655788.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
>

I have seen similar issues in the past, and the reason was that I used 
udpsink host=127.0.0.1 . Using my machine's IP address instead of 
localhost solved it. I am not sure why.


More information about the gstreamer-devel mailing list