正在显示
1 个修改的文件
包含
3 行增加
和
1 行删除
| @@ -244,7 +244,9 @@ void SrsMessageQueue::shrink() | @@ -244,7 +244,9 @@ void SrsMessageQueue::shrink() | ||
| 244 | } | 244 | } |
| 245 | } | 245 | } |
| 246 | 246 | ||
| 247 | - // no iframe, clear the queue. | 247 | + // no iframe, for audio, clear the queue. |
| 248 | + // it is ok to clear for audio, for the shrink tell us the queue is full. | ||
| 249 | + // @see: https://github.com/winlinvip/simple-rtmp-server/issues/134 | ||
| 248 | if (iframe_index < 0) { | 250 | if (iframe_index < 0) { |
| 249 | clear(); | 251 | clear(); |
| 250 | return; | 252 | return; |
-
请 注册 或 登录 后发表评论