mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2024-11-22 19:00:01 +08:00
优化http-ts播放器日志提示
This commit is contained in:
parent
ee6ad66a6d
commit
0f905b7333
@ -42,7 +42,7 @@ void TsPlayer::onResponseCompleted() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
void TsPlayer::onDisconnect(const SockException &ex) {
|
void TsPlayer::onDisconnect(const SockException &ex) {
|
||||||
WarnL << _ts_url << " :" << ex.getErrCode() << " " << ex.what();
|
WarnL << "play " << _ts_url << " failed: " << ex.getErrCode() << " " << ex.what();
|
||||||
if (_first) {
|
if (_first) {
|
||||||
//第一次失败,则播放失败
|
//第一次失败,则播放失败
|
||||||
_first = false;
|
_first = false;
|
||||||
|
Loading…
Reference in New Issue
Block a user