Fixed RTMP starting bug, updated API docs

This commit is contained in:
Thulinma 2011-10-20 18:10:02 +02:00
parent 6cf88f4cee
commit 32ffc09f0e

View file

@ -257,7 +257,6 @@ void CheckProtocols(Json::Value & p){
bool seenHTTP = false;
bool seenRTMP = false;
std::string tmp;
Util::Procs::Stop("RTMP");
for (Json::ValueIterator jit = p.begin(); jit != p.end(); jit++){
if (jit.memberName() == std::string("HTTP")){
tmp = p[jit.memberName()]["port"].asString();