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
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
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