//rtsp://127.0.0.1:8554

        private void startServer(string a_streamsXml)
        {
            //int port = 8554;
            //string username = "******";      // or use NUL if there is no username
            //string password = "******";  // or use NUL if there is no password

            if (s == null)
            {
                s = RtmpClient.createInstance(a_streamsXml, "rtmp://127.0.0.1:1935/live");
            }
        }