[Bug 750991] rtsp-session: session is not finalized when connection closed by accident.
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Mon Jun 22 03:59:42 PDT 2015
https://bugzilla.gnome.org/show_bug.cgi?id=750991
--- Comment #2 from Hyunjun <zzoon.ko at samsung.com> ---
Reproduce step to see the problem.
1. Run rtsp-server with set 1(to reproduce easily) to max sessions by
gst_rtsp_session_pool_set_max_sessions.
2. A client connects to this server by gst-launch playbin, and after playing,
Ctrl+C to break. ( client doesn't send TEARDOWN, I have no idea this is a bug
of rtspsrc )
3. Retry to connect, server denies to accept. Because client session's number
is over max session value (in this example, 1 ). This is because server doesn't
clear the previous session during disconnection.
--
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