[gstreamer-bugs] [Bug 478244] rtpamrdepay make no playable stream

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Fri Sep 21 02:49:31 PDT 2007


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

  GStreamer | gst-plugins-good | Ver: 0.10.6

Terry changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |terry83 at gmail.com




------- Comment #5 from Terry  2007-09-21 09:49 UTC -------
Thx, now I come up with another problem and I guess it should be similar bug

gst-launch -m ffmux_3gp name=mux ! filesink location=/home/video/receive.3gp \
{ udpsrc num-buffers=500 port=11002 name=audioudp caps="application/x-rtp,
media=(string)audio, payload=(int)98, clock-rate=(int)8000,
encoding-name=(string)AMR, encoding-params=(string)1, octet-align=(string)1" !
rtpamrdepay queue-delay=0 ! queue } ! mux.audio_0

This time, I use udpsrc instead of rtpamrpay
After the buffer in udpsrc got full and a eos raised, the receive.3gp cannot be
played 

>From my understanding, as it is impossible for the udpsrc to know the duration
of incoming buffer(packet), now the rtpamrdepay cannot copy the duration from
incoming buffer to outgoing buffer which may cause the similar problem like
before, isnt it?

Therefore, we should have a rtpamrdepay sending out correct outgoing buffer
duration if the incoming buffer doesnt have it?


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




More information about the Gstreamer-bugs mailing list