Commit 9acd1c2b by baiyfcu

修复on_flow_report player状态

parent 5162cf61
......@@ -222,7 +222,7 @@ void RtmpSession::onCmd_deleteStream(AMFDecoder &dec) {
sendStatus({ "level", "status",
"code", "NetStream.Unpublish.Success",
"description", "Stop publishing." });
//_push_src = nullptr;
_push_src = nullptr;
throw std::runtime_error(StrPrinter << "Stop publishing" << endl);
}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论