No longer disconnect on deleteStream
This commit is contained in:
parent
a80146dd25
commit
90ce2e0b4c
1 changed files with 0 additions and 1 deletions
|
@ -507,7 +507,6 @@ namespace Mist {
|
||||||
}
|
}
|
||||||
if (amfData.getContentP(0)->StrValue() == "deleteStream"){
|
if (amfData.getContentP(0)->StrValue() == "deleteStream"){
|
||||||
stop();
|
stop();
|
||||||
onFinish();
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
if ((amfData.getContentP(0)->StrValue() == "FCUnpublish") || (amfData.getContentP(0)->StrValue() == "releaseStream")){
|
if ((amfData.getContentP(0)->StrValue() == "FCUnpublish") || (amfData.getContentP(0)->StrValue() == "releaseStream")){
|
||||||
|
|
Loading…
Add table
Reference in a new issue