[Bug 692929] New: [rtpopuspay] - No rtp timestamp
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Thu Jan 31 03:00:27 PST 2013
https://bugzilla.gnome.org/show_bug.cgi?id=692929
GStreamer | gst-plugins-bad | 1.0.1
Summary: [rtpopuspay] - No rtp timestamp
Classification: Platform
Product: GStreamer
Version: 1.0.1
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: Normal
Component: gst-plugins-bad
AssignedTo: gstreamer-bugs at lists.freedesktop.org
ReportedBy: zragge at gmail.com
QAContact: gstreamer-bugs at lists.freedesktop.org
GNOME version: ---
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
--
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
More information about the gstreamer-bugs
mailing list