GNOME Bugzilla – Bug 692929
[rtpopuspay] - No rtp timestamp
Last modified: 2013-01-31 11:37:07 UTC
It seems like rtpopuspay does not produce RTP timestamp as it should. All packets gets the same timestamp. Here is an example of a pipeline I have tried: gst-launch-1.0 autoaudiosrc ! opusenc ! rtpopuspay pt=97 ! udpsink port=45001 I have tried adding a lof caps and properties as well, but none seem to help me to get timestamps. I have also added rtpbin hoping that would help, but it did not. If I use exactly the same pipeline but with ulaw/pcmu it works fine: gst-launch-1.0 autoaudiosrc ! mulawenc ! rtppcmupay pt=97 ! udpsink port=45001
commit de648b8832f386726088aebf610159c0e72c2ce1 Author: Wim Taymans <wim.taymans@collabora.co.uk> Date: Thu Jan 31 12:30:49 2013 +0100 opuspay: fix timestamps Copy timestamps to payloaded buffer. Avoid input buffer memory leak. Fixes https://bugzilla.gnome.org/show_bug.cgi?id=692929