diff --git a/README.md b/README.md index e43b9ad..9ac0114 100644 --- a/README.md +++ b/README.md @@ -176,7 +176,7 @@ It has nothing to do with the regular YSFReflector network, hence you don’t ne ## To-dos -I will eventually support a remote transcoder option, so that you can, for example, run urfd in a data center, and then run the transcoder somewhere you have physical access to it so you can plug in your AMBE vocoders. I don't recommend this as it will add unnessary, and variable, latency to your reflector. +I will eventually support a remote transcoder option, so that you can, for example, run urfd in a data center, and then run the transcoder somewhere you have physical access to it so you can plug in your AMBE vocoders. I don't recommend this as it will add unnessary and variable latency to your reflector. ## Copyright diff --git a/reflector/Reflector.cpp b/reflector/Reflector.cpp index c15ad03..bdc2486 100644 --- a/reflector/Reflector.cpp +++ b/reflector/Reflector.cpp @@ -163,14 +163,8 @@ std::shared_ptr CReflector::OpenStream(std::unique_ptrIsAMaster() ) { - std::cerr << "Client " << client->GetCallsign() << " is not a client!" << std::endl; - return nullptr; - } - if ( client->IsAMaster() ) - { - std::cerr << "Client " << client->GetCallsign() << " is already a master!" << std::endl; return nullptr; }