[gstreamer-bugs] [Bug 548979] jerky playback fluendo demux plugin with udpsrc

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Fri Aug 22 08:08:34 PDT 2008


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=548979

  GStreamer | gst-plugins | Ver: 0.10.19

Wim Taymans changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |wim.taymans at gmail.com
           Severity|blocker                     |normal




------- Comment #1 from Wim Taymans  2008-08-22 15:08 UTC -------
Can't reproduce, as it turns out flutsdemux provides a clock that makes these
things work for me.

I tried:

sender: gst-launch videotestsrc ! x264enc byte-stream=1 ! flutsmux ! rtpmp2tpay
! udpsink

receiver: gst-launch udpsrc caps="application/x-rtp, media=(string)video,
clock-rate=(int)90000, encoding-name=(string)MP2T-ES" ! rtpmp2tdepay !
flutsdemux ! queue max-size-buffers=0 max-size-bytes=0 ! ffdec_h264 !
xvimagesink

Maybe something is wrong with your versions of the elements or the pipelines. I
would start by making the blocksize something bigger than 1 byte. I would also
suggest putting the queue on the receiver before the decoder and setting the
max-size-buffers and max-size-bytes to 0.


-- 
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=548979.




More information about the Gstreamer-bugs mailing list