Re: [FFmpeg-devel] [PATCH] avformat/rtsp: fix infinite loop with udp transport

2020-09-07 Thread Andriy Gelman
On Sun, 30. Aug 11:50, Zhao Zhili wrote: > > > > On Aug 30, 2020, at 1:45 AM, Andriy Gelman wrote: > > > > Hi Zhao, > > > > On Tue, 25. Aug 01:17, Zhao Zhili wrote: > >> Ping again. > >> > >>> On Aug 17, 2020, at 8:05 AM, zhilizhao wrote: > >>> > >>> Please help review the patch, thanks! >

Re: [FFmpeg-devel] [PATCH] avformat/rtsp: fix infinite loop with udp transport

2020-08-29 Thread Zhao Zhili
> On Aug 30, 2020, at 1:45 AM, Andriy Gelman wrote: > > Hi Zhao, > > On Tue, 25. Aug 01:17, Zhao Zhili wrote: >> Ping again. >> >>> On Aug 17, 2020, at 8:05 AM, zhilizhao wrote: >>> >>> Please help review the patch, thanks! >>> On Aug 6, 2020, at 4:50 PM, quinkbl...@foxmail.com

Re: [FFmpeg-devel] [PATCH] avformat/rtsp: fix infinite loop with udp transport

2020-08-29 Thread Andriy Gelman
Hi Zhao, On Tue, 25. Aug 01:17, Zhao Zhili wrote: > Ping again. > > > On Aug 17, 2020, at 8:05 AM, zhilizhao wrote: > > > > Please help review the patch, thanks! > > > >> On Aug 6, 2020, at 4:50 PM, quinkbl...@foxmail.com wrote: > >> > >> From: Zhao Zhili > >> > >> User report: > >>

Re: [FFmpeg-devel] [PATCH] avformat/rtsp: fix infinite loop with udp transport

2020-08-24 Thread Zhao Zhili
Ping again. > On Aug 17, 2020, at 8:05 AM, zhilizhao wrote: > > Please help review the patch, thanks! > >> On Aug 6, 2020, at 4:50 PM, quinkbl...@foxmail.com wrote: >> >> From: Zhao Zhili >> >> User report: http://ffmpeg.org/pipermail/ffmpeg-user/2020-August/049494.html >> >> server: >>

Re: [FFmpeg-devel] [PATCH] avformat/rtsp: fix infinite loop with udp transport

2020-08-17 Thread zhilizhao
Please help review the patch, thanks! > On Aug 6, 2020, at 4:50 PM, quinkbl...@foxmail.com wrote: > > From: Zhao Zhili > > User report: http://ffmpeg.org/pipermail/ffmpeg-user/2020-August/049494.html > > server: > ./ffmpeg -i test.mp4 -c copy -f rtsp -rtsp_transport udp >

[FFmpeg-devel] [PATCH] avformat/rtsp: fix infinite loop with udp transport

2020-08-06 Thread quinkblack
From: Zhao Zhili User report: http://ffmpeg.org/pipermail/ffmpeg-user/2020-August/049494.html server: ./ffmpeg -i test.mp4 -c copy -f rtsp -rtsp_transport udp rtsp://localhost:12345/live.sdp client: ./ffmpeg_g -y -rtsp_flags listen -timeout 100 -i rtsp://localhost:12345/live.sdp -c copy