Commit 78af3ffa authored by Hendrik Leppkes's avatar Hendrik Leppkes

Merge commit '1ec611a1'

* commit '1ec611a1':
  rtsp: warning when max_delay reached
Merged-by: 's avatarHendrik Leppkes <h.leppkes@gmail.com>
parents 85c85d45 1ec611a1
......@@ -2123,6 +2123,8 @@ redo:
}
if (len == AVERROR(EAGAIN) && first_queue_st &&
rt->transport == RTSP_TRANSPORT_RTP) {
av_log(s, AV_LOG_WARNING,
"max delay reached. need to consume packet\n");
rtsp_st = first_queue_st;
ret = ff_rtp_parse_packet(rtsp_st->transport_priv, pkt, NULL, 0);
goto end;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment