Ejemplo n.º 1
0
        void Setup()
        {
            requestCtrl.StartPlugin("HMD_Streaming_Source");

            string connectionStr = requestCtrl.GetPubConnectionString();

            pubSocket = new PublisherSocket(connectionStr);

            isSetup = true;
        }
Ejemplo n.º 2
0
 private void Setup()
 {
     publisherSocket = new PublisherSocket(requestController.GetPubConnectionString());
     isSetup         = true;
 }