After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 600783 - audio losing in gst-rtsp-server
audio losing in gst-rtsp-server
Status: RESOLVED OBSOLETE
Product: GStreamer
Classification: Platform
Component: gst-rtsp-server
git master
Other Linux
: Normal major
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2009-11-05 06:24 UTC by sreerenj
Modified: 2010-08-20 16:42 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description sreerenj 2009-11-05 06:24:40 UTC
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?
Comment 1 Wim Taymans 2010-08-20 16:25:18 UTC
is this still a problem?
Comment 2 sreerenj 2010-08-20 16:31:45 UTC
you can close this bug :)