[gstreamer-bugs] [Bug 600783] New: audio losing in gst-rtsp-server

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Wed Nov 4 22:24:45 PST 2009


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

           Summary: audio losing in gst-rtsp-server
    Classification: Desktop
           Product: GStreamer
           Version: git
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: major
          Priority: Normal
         Component: gst-rtsp-server
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: bsreerenj at gmail.com
         QAContact: gstreamer-bugs at lists.sourceforge.net
      GNOME target: ---
     GNOME version: ---


streaming server:gst-rtsp-server

client side player: quicktime


file: rtsp-media.c


If i gave any 'seek" or "pause" in client side,i have losing the audio.!!

I found that, the audio is losing when calling this function with "start" as a
different value  other than -1.  

gst_element_seek (media->pipeline, 1.0, GST_FORMAT_TIME,
      flags, start_type, start, stop_type, stop);


When i changed the "start" to -1 (seek will not work in this case).,I am
getting the sound after pausing also.

How can we rectify this?

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