[Bug 758932] RTSP server not compatible with mp4mux over TCP connection

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Wed Dec 2 00:12:13 PST 2015


https://bugzilla.gnome.org/show_bug.cgi?id=758932

Sebastian Dröge (slomo) <slomo at coaxion.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |NEEDINFO
                 CC|                            |slomo at coaxion.net

--- Comment #1 from Sebastian Dröge (slomo) <slomo at coaxion.net> ---
Check after h264parse in gst-launch-1.0 if the buffers have timestamps. You
could e.g. use a fakesink right after the parser, set silent=false on it and
use -v with gst-launch-1.0. You'll then see each buffer metadata printed on
stdout.

There you'll see that a DTS is provided, and also a PTS. The DTS in the case of
RTP is the capture timestamp of the packet, the PTS the calculated presentation
time. Sometimes PTS > DTS with this.


What exactly is the problem you're observing here?

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