Commit 0f905b73 by ziyue

优化http-ts播放器日志提示

parent ee6ad66a
......@@ -42,7 +42,7 @@ void TsPlayer::onResponseCompleted() {
}
void TsPlayer::onDisconnect(const SockException &ex) {
WarnL << _ts_url << " :" << ex.getErrCode() << " " << ex.what();
WarnL << "play " << _ts_url << " failed: " << ex.getErrCode() << " " << ex.what();
if (_first) {
//第一次失败,则播放失败
_first = false;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论