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 598426 - gst-rtsp-server is closing
gst-rtsp-server is closing
Status: RESOLVED DUPLICATE of bug 601772
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-10-14 14:35 UTC by sreerenj
Modified: 2010-08-20 16:41 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description sreerenj 2009-10-14 14:35:12 UTC
gst-rtsp-server is stopping in some times :

when i am closing the client side player,in sometimes i got the  gst-rtsp-server stopping.so that i needs to restart the gst-rtsp-server.

status line:
   code:   '200'
   reason: 'OK'
   version: '1.0'
 headers:
   key: 'CSeq', value: '8'
   key: 'Server', value: 'GStreamer RTSP server'
   key: 'Session', value: 'rbliwfgvqvpxrtim'
 body: length 0
[root@ip-10-250-19-85 examples]#
Comment 1 Wim Taymans 2009-10-15 13:51:54 UTC
it's probably a segfault or something. Can you make a backtrace?
Comment 2 sreerenj 2009-10-15 19:24:21 UTC
It'z not a segfault.I am not getting any seg faults.Just stopping the streaming server.
Comment 3 Wim Taymans 2010-08-20 16:24:05 UTC
Something must be calling g_main_loop_quit() then but that line is nowhere in gst-rtsp-server.

I need more info...
Comment 5 Wim Taymans 2010-08-20 16:41:16 UTC

*** This bug has been marked as a duplicate of bug 601772 ***