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

2020-09-26 Thread Andriy Gelman
On Sun, 27. Sep 00:31, Zhao Zhili wrote: > Ping for review, thanks. > > > On Sep 9, 2020, at 12:10 AM, Zhao Zhili wrote: > > > > sender: > > ./ffmpeg -i test.mp4 -c copy -f rtsp -rtsp_transport udp > > rtsp://localhost:12345/live.sdp > > > > receiver: > > ./ffmpeg_g -y -rtsp_flags listen -tim

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

2020-09-26 Thread Zhao Zhili
Ping for review, thanks. > On Sep 9, 2020, at 12:10 AM, Zhao Zhili wrote: > > sender: > ./ffmpeg -i test.mp4 -c copy -f rtsp -rtsp_transport udp > rtsp://localhost:12345/live.sdp > > receiver: > ./ffmpeg_g -y -rtsp_flags listen -timeout 100 -i > rtsp://localhost:12345/live.sdp -c copy test.m

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

2020-09-08 Thread Zhao Zhili
sender: ./ffmpeg -i test.mp4 -c copy -f rtsp -rtsp_transport udp rtsp://localhost:12345/live.sdp receiver: ./ffmpeg_g -y -rtsp_flags listen -timeout 100 -i rtsp://localhost:12345/live.sdp -c copy test.mp4 --- libavformat/rtsp.c| 2 ++ libavformat/rtsp.h| 1 + libavformat/rtspdec.c | 2