We are using RTMP as our main protocol and HTTP as a fall back. I have bunch of questions.
1. We observed that when RTMP fails, DataService in client automatically falls back to HTTP. But when RTMP comes back, it doesn't reconnects and continues with HTTP. Is there an API to do this (other then client attempting to connect periodically) 2. How does RTMP fall back on to RTMPT (Tunnel). Is there any configuration for this? 3. DataServiceTransaction doesn't seem to work in case of HTTP mode. Is there any work around to push data from server to client in case RTMP is not available. 4. When RTMP becomes unavailable, does message subscriber and publisher have to re- connect to server? Has anybody experienced these issues? WIll appreciate any quick help. -Shailesh

