Fixed RTMP starting bug, updated API docs
This commit is contained in:
parent
6cf88f4cee
commit
32ffc09f0e
1 changed files with 0 additions and 1 deletions
|
@ -257,7 +257,6 @@ void CheckProtocols(Json::Value & p){
|
||||||
bool seenHTTP = false;
|
bool seenHTTP = false;
|
||||||
bool seenRTMP = false;
|
bool seenRTMP = false;
|
||||||
std::string tmp;
|
std::string tmp;
|
||||||
Util::Procs::Stop("RTMP");
|
|
||||||
for (Json::ValueIterator jit = p.begin(); jit != p.end(); jit++){
|
for (Json::ValueIterator jit = p.begin(); jit != p.end(); jit++){
|
||||||
if (jit.memberName() == std::string("HTTP")){
|
if (jit.memberName() == std::string("HTTP")){
|
||||||
tmp = p[jit.memberName()]["port"].asString();
|
tmp = p[jit.memberName()]["port"].asString();
|
||||||
|
|
Loading…
Add table
Reference in a new issue