Merge commit '1ec611a10228945d2ec8a9cf6c5531dee6b7ee56'
* commit '1ec611a10228945d2ec8a9cf6c5531dee6b7ee56': rtsp: warning when max_delay reached Merged-by: Hendrik Leppkes <h.leppkes@gmail.com>
This commit is contained in:
commit
78af3ffaa9
@ -2123,6 +2123,8 @@ redo:
|
|||||||
}
|
}
|
||||||
if (len == AVERROR(EAGAIN) && first_queue_st &&
|
if (len == AVERROR(EAGAIN) && first_queue_st &&
|
||||||
rt->transport == RTSP_TRANSPORT_RTP) {
|
rt->transport == RTSP_TRANSPORT_RTP) {
|
||||||
|
av_log(s, AV_LOG_WARNING,
|
||||||
|
"max delay reached. need to consume packet\n");
|
||||||
rtsp_st = first_queue_st;
|
rtsp_st = first_queue_st;
|
||||||
ret = ff_rtp_parse_packet(rtsp_st->transport_priv, pkt, NULL, 0);
|
ret = ff_rtp_parse_packet(rtsp_st->transport_priv, pkt, NULL, 0);
|
||||||
goto end;
|
goto end;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user