Convert to using pa_socket_client rather than using blocking IO.
authorColin Guthrie <pulse@colin.guthr.ie>
Sun, 4 May 2008 00:43:31 +0000 (00:43 +0000)
committerColin Guthrie <pulse@colin.guthr.ie>
Wed, 8 Oct 2008 19:32:06 +0000 (20:32 +0100)
commit405cf720dc5190f14eee6e2eaad51aa52ff18c62
treeaeec9b9fc46d12bb4bffe9dc4136329581aca22c
parentce9a41ef06e0b6c619b985415ccac6f0fddd68b8
Convert to using pa_socket_client rather than using blocking IO.

This change requires a reference to the mainloop api be passed during initial connection.
In addition, the passing in of the session id during connect has been deprecated. A new function pa_rtsp_set_url has been added to allow the URL to be set by external code. The concept of sid is something specific to raop, not to the rtsp client.

git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/coling@2360 fefdeb5f-60dc-0310-8127-8f9354f1896f
src/modules/rtp/rtsp.c
src/modules/rtp/rtsp.h