GNOME Bugzilla – Bug 758999
rtsp-media: Add property to decide if sending media should be stopped when a client disconnects without TEARDOWN
Last modified: 2015-12-28 10:35:45 UTC
See commit message. Does the property like this make sense?
Created attachment 316729 [details] [review] rtsp-media: Add property to decide if sending media should be stopped when a client disconnects without TEARDOWN Without TEARDOWN it might be desireable to keep the media running and continue sending data to the client, even if the RTSP connection itself is disconnected.
Comment on attachment 316729 [details] [review] rtsp-media: Add property to decide if sending media should be stopped when a client disconnects without TEARDOWN For TCP connections we still need to shutdown, regardless of the value of this property
Created attachment 317048 [details] [review] rtsp-media: Add property to decide if sending media should be stopped when a client disconnects without TEARDOWN Without TEARDOWN it might be desireable to keep the media running and continue sending data to the client, even if the RTSP connection itself is disconnected. Only do this for session medias that have only UDP transports. If there's at least on TCP transport, it will stop working and cause problems when the connection is disconnected.
Attachment 317048 [details] pushed as c8f1799 - rtsp-media: Add property to decide if sending media should be stopped when a client disconnects without TEARDOWN