rtsp-server: Add support for tunneling
authorWim Taymans <wim.taymans@collabora.co.uk>
Wed, 4 Mar 2009 11:44:01 +0000 (12:44 +0100)
committerWim Taymans <wim.taymans@collabora.co.uk>
Wed, 4 Mar 2009 11:53:07 +0000 (12:53 +0100)
commit2f8025dbddc14d418b22e90ead97235825b11c82
treede4834c1ec8e361da0c0247fb946e499c6ff0202
parentdaf27d27042d25ce19612f5587456152b6d1e9d9
rtsp-server: Add support for tunneling

Add support for tunneling over HTTP.
Use new connection methods to retrieve the url.
Dispatch messages based on the message type instead of blindly
assuming it's always a request.
Keep track of the watch id so that we can remove it later.
Set the media pipeline to NULL before unreffing the pipeline.
gst/rtsp-server/rtsp-client.c
gst/rtsp-server/rtsp-client.h
gst/rtsp-server/rtsp-media.c