problem generating RTP packets

Chuck Crisler ccrisler at mutualink.net
Fri Dec 7 06:22:32 PST 2012


I am trying to send video packets out onto the network using the following
pipeline. It runs without error but doesn't work. I have captured a
wireshark trace and the size of the RTP packets is usually 56 bytes, though
sometimes 60 bytes. Whichever size it is consistent through out the
session. I am using good plugins v. 0.10.23. Any ideas?

Thank you,
Chuck Crisler

#!/bin/sh

gst-launch-0.10 v4l2src device=/dev/video0 always-copy=false !
'video/x-raw-yuv,width=640,height=480' ! x264enc pass=qual quantizer=30
bitrate=256 ! video/x-h264 ! rtph264pay pt=96 mtu=1400 ! udpsink
host=192.168.10.212 port=9000
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20121207/982b8b63/attachment.html>


More information about the gstreamer-devel mailing list