[gstreamer-bugs] [Bug 580880] gstrtpjpegpay is not functioning properly; rtp jpeg payload is corrupted

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Mon May 4 08:04:13 PDT 2009


If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
  http://bugzilla.gnome.org/show_bug.cgi?id=580880

  GStreamer | gst-plugins-good | Ver: git




------- Comment #3 from Marc Leeman  2009-05-04 15:04 UTC -------
Setup GDP:
1. gst-launch souphttpsrc location="http://10.3.0.71/axis-cgi//mjpg/video.cgi"
typefind=true ! multipartdemux ! udpsink host=226.226.226.220 port=2277

2. gst-launch udpsrc multicast-group=226.226.226.220 port=2277
caps="image/jpeg,width=(int)704, height=(int)576" ! rtpjpegpay ! udpsink
host=226.226.226.120 port=2277

3. gst-launch udpsrc multicast-group=226.226.226.120 port=2277
caps="application/x-rtp,clock-rate=(int)90000" ! rtpjpegdepay ! jpegdec !
autovideosink

-> warnings:
WARNING: from element /GstPipeline:pipeline0/GstRtpJPEGDepay:rtpjpegdepay0:
Empty Payload.
Additional debug info:
gstrtpjpegdepay.c(596): gst_rtp_jpeg_depay_process ():
/GstPipeline:pipeline0/GstRtpJPEGDepay:rtpjpegdepay0


4. gst-launch udpsrc multicast-group=226.226.226.220 port=2277
caps="image/jpeg,width=(int)704, height=(int)576" ! gdppay ! filesink
location=gdp.log


-- 
See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why you received
this email, why you can't respond via email, how to stop receiving
emails (or reduce the number you receive), and how to contact someone
if you are having problems with the system.

You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=580880.




More information about the Gstreamer-bugs mailing list