[gst-devel] Error with rtph264depay
Arnab Samanta
arnabsamanta at tataelxsi.co.in
Thu Jul 30 05:35:04 CEST 2009
Hello Developers,
I am streaming H264 data through UDP and recieving the same on other side
My pipelines are
Tx -
gst-launch-0.10 filesrc location=/home/CodecH264.dat ! h264parse ! rtph264pay ! udpsink host=10.60.3.38 port=1234
Rx -
gst-launch udpsrc port=1234 caps="application/x-rtp, media=video, payload=96, clockrate=90000, encoding-name=H264" !
rtph264depay ! filesink location=/root/dump_udp.dat
The errors are
Setting pipeline to PAUSED ...
Pipeline is live and does not need PREROLL ...
Setting pipeline to PLAYING ...
New clock: GstSystemClock
WARNING: from element /pipeline0/rtph264depay0: Could not decode stream.
Additional debug info:
gstbasertpdepayload.c(353): gst_base_rtp_depayload_chain (): /pipeline0/rtph264depay0:
Received invalid RTP payload, dropping
kindly tell me why am I getting the following error ?
The same when I am receiving through VLC palyer, it plays the stream clearly.
Kindly tell me what modifications are required in any of the pipelines .
Thanaks and Regards,
Arnab
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20090730/ddca580b/attachment.htm>
More information about the gstreamer-devel
mailing list