rtsp-client: Fix race condition in rtsp ctrl timeout by reffing client
There was a race condition where client was being finalized and concurrently in some other thread the rtsp ctrl timout was relying on client data that was being freed. When rtsp ctrl timeout is setup, client will be reffed.