Re: [FFmpeg-devel] [PATCH] libavformat/rtsp: pkt_size option is not honored in rtsp

2022-04-27 Thread zhilizhao(赵志立)
> On Apr 6, 2022, at 8:52 PM, Yubo Xie wrote: > > Signed-off-by: xyb > --- > libavformat/rtsp.c| 4 ++-- > libavformat/rtsp.h| 1 - > libavformat/rtspenc.c | 2 +- > 3 files changed, 3 insertions(+), 4 deletions(-) > Applied, thanks! ___ ffmp

Re: [FFmpeg-devel] [PATCH] libavformat/rtsp: pkt_size option is not honored in rtsp

2022-04-25 Thread Yubo Xie
Yes, only impact using TCP as the transport. From: ffmpeg-devel on behalf of Tristan Matthews Sent: Tuesday, April 19, 2022 7:03 AM To: FFmpeg development discussions and patches Subject: Re: [FFmpeg-devel] [PATCH] libavformat/rtsp: pkt_size option is not

Re: [FFmpeg-devel] [PATCH] libavformat/rtsp: pkt_size option is not honored in rtsp

2022-04-19 Thread Tristan Matthews
On Wed, Apr 6, 2022 at 10:04 AM Zhao Zhili wrote: > > > 在 2022年4月6日,下午9:49,Yubo Xie 写道: > > > > Yes, I've removed it already. > > Sorry I missed that. LGTM. > Nice catch, I guess this bug only impacted using TCP as the media-transport? I'm guessing I only tested UDP at the time. Best, Tristan

Re: [FFmpeg-devel] [PATCH] libavformat/rtsp: pkt_size option is not honored in rtsp

2022-04-06 Thread Zhao Zhili
discussions and patches > Subject: Re: [FFmpeg-devel] [PATCH] libavformat/rtsp: pkt_size option is not > honored in rtsp > > >> On Apr 6, 2022, at 8:52 PM, Yubo Xie wrote: >> >> Signed-off-by: xyb >> --- >> libavformat/rtsp.c| 4 ++-- >> libav

Re: [FFmpeg-devel] [PATCH] libavformat/rtsp: pkt_size option is not honored in rtsp

2022-04-06 Thread Yubo Xie
Yes, I've removed it already. From: ffmpeg-devel on behalf of "zhilizhao(赵志立)" Sent: Wednesday, April 6, 2022 6:28 AM To: FFmpeg development discussions and patches Subject: Re: [FFmpeg-devel] [PATCH] libavformat/rtsp: pkt_size option is not

Re: [FFmpeg-devel] [PATCH] libavformat/rtsp: pkt_size option is not honored in rtsp

2022-04-06 Thread zhilizhao(赵志立)
> On Apr 6, 2022, at 8:52 PM, Yubo Xie wrote: > > Signed-off-by: xyb > --- > libavformat/rtsp.c| 4 ++-- > libavformat/rtsp.h| 1 - > libavformat/rtspenc.c | 2 +- > 3 files changed, 3 insertions(+), 4 deletions(-) > […] > > diff --git a/libavformat/rtspenc.c b/libavformat/rtspenc.c > in

[FFmpeg-devel] [PATCH] libavformat/rtsp: pkt_size option is not honored in rtsp

2022-04-06 Thread Yubo Xie
Signed-off-by: xyb --- libavformat/rtsp.c| 4 ++-- libavformat/rtsp.h| 1 - libavformat/rtspenc.c | 2 +- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/libavformat/rtsp.c b/libavformat/rtsp.c index e22b744535..88e9ef5226 100644 --- a/libavformat/rtsp.c +++ b/libavformat/r