mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2026-06-16 04:55:58 +08:00
优化http-ts播放器日志提示
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user