[gst-devel] 1394 camera with UDP protocol

Florent Ranchin florent.ranchin at gmail.com
Fri Nov 23 10:42:24 CET 2007


Hello all,

I have tried another solution inspired from an example given in the rtp
readme, I have no special error but it seems to do nothing and ends after
sometime with a memory error

gst-launch-0.10 dc1394src ! ffmpegcolorspace ! video/x-raw-yuv,
format=(fourcc)I420, width=640, height=480, framerate=(fraction)30/1 !
ffenc_h263p ! rtph263ppay ! udpsink

I catch the udpsink displayed capabilities as indicated in the doc and
transmit it to the receiver

gst-launch-0.10 -v udpsrc caps="application/x-rtp, media=(string)video,
payload=(int)96, clock-rate=(int)90000,encoding-name=(string)H263-1998,
ssrc=(guint)330156365, clock-base=(guint)330156365,seqnum-base=(guint)56570"
! rtph263pdepay ! ffdec_h263 ! directdrawsink

If I have well understood directdrawsink should have the sync option as
true?

What am I doing wrong?

thank you for any help,
Florent Ranchin
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20071123/a6b0bb62/attachment.htm>


More information about the gstreamer-devel mailing list