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

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Tue Dec 1 15:49:57 PST 2015


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

            Bug ID: 758932
           Summary: RTSP server not compatible with mp4mux over TCP
                    connection
    Classification: Platform
           Product: GStreamer
           Version: git master
                OS: Mac OS
            Status: NEW
          Severity: major
          Priority: Normal
         Component: gst-rtsp-server
          Assignee: gstreamer-bugs at lists.freedesktop.org
          Reporter: samduke474 at gmail.com
        QA Contact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---

So I *think* this has to do with DTS not being carried over the stream *and*
outstanding issues with missing DTS in qtmux/h264parse. This bug is about the
former.

So, my setup. I built the gst-rtsp-server with recipe with the examples
enabled. Setting up the server as follows:

./test-launch "( videotestsrc is_live=true ! x264enc !
video/x-h264,width=1296,height=972,framerate=25/1 ! h264parse ! rtph264pay
pt=96 name=pay0 )"

And then, same machine, the client (using git master):

./gst-launch-1.0 -e rtspsrc location=rtspt://127.0.0.1:8554/test ! rtph264depay
! h264parse ! mp4mux ! filesink location=~/Downloads/localtest1.mp4

With location=rtspt://127.0.0.1:8554/test I get an unplayable mp4 file. With
location=rtsp://127.0.0.1:8554/test the mp4 plays fine.

I need to debug further whether DTS is the issue for sure. But at least this is
hopefully a reproducible bug for you.

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