正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -1489,7 +1489,7 @@ int SrsSource::on_audio(SrsCommonMessage* shared_audio) | @@ -1489,7 +1489,7 @@ int SrsSource::on_audio(SrsCommonMessage* shared_audio) | ||
| 1489 | if (!mix_correct && is_monotonically_increase) { | 1489 | if (!mix_correct && is_monotonically_increase) { |
| 1490 | if (last_packet_time > 0 && shared_audio->header.timestamp < last_packet_time) { | 1490 | if (last_packet_time > 0 && shared_audio->header.timestamp < last_packet_time) { |
| 1491 | is_monotonically_increase = false; | 1491 | is_monotonically_increase = false; |
| 1492 | - srs_warn("AUTIO: stream not monotonically increase, please open mix_correct."); | 1492 | + srs_warn("AUDIO: stream not monotonically increase, please open mix_correct."); |
| 1493 | } | 1493 | } |
| 1494 | } | 1494 | } |
| 1495 | last_packet_time = shared_audio->header.timestamp; | 1495 | last_packet_time = shared_audio->header.timestamp; |
-
请 注册 或 登录 后发表评论