[gstreamer-bugs] [Bug 625597] New: gst-rtsp-server needs to send EOS on client session end so that elements such as 'filesink' are satisfied

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Thu Jul 29 09:08:26 PDT 2010


https://bugzilla.gnome.org/show_bug.cgi?id=625597
  GStreamer | gst-rtsp-server | git

           Summary: gst-rtsp-server needs to send EOS on client session
                    end so that elements such as 'filesink' are satisfied
    Classification: Desktop
           Product: GStreamer
           Version: git
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: enhancement
          Priority: Normal
         Component: gst-rtsp-server
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: rob.krakora at messagenetsystems.com
         QAContact: gstreamer-bugs at lists.sourceforge.net
      GNOME target: ---
     GNOME version: ---


Created an attachment (id=166783)
 --> (https://bugzilla.gnome.org/attachment.cgi?id=166783)
Patch to allow elements such as 'filesink" that need an EOW to receive an EOS
when an RTSP client session ends.

test-launch "gnomevfssrc
location=http://admin:mncamera@192.168.1.176/img/video.asf ! tee name=t ! queue
! fluasfdemux ! mpeg4videoparse ! rtpmp4vpay pt=96 name=pay0 t. ! queue !
fluasfdemux ! mpeg4videoparse ! mp4mux ! filesink location=file.mp4"

Above is an example pipeline passed in to test-launch.  Currently, when the
client session ends the pipelines do not receive an EOS resulting in an
unplayable file being generated by the 'filesink' element above.  The attached
patch fixes this problem.

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