Hi,
On Thu, 1 Oct 2020, Andriy Gelman wrote:
On Wed, 30. Sep 12:41, Martin Storsjö wrote:
Hi,
On Sun, 27 Sep 2020, Zhao Zhili wrote:
> Fix #8840.
>
> Steps to reproduce:
> 1. sender:
> ./ffmpeg -i test.mp4 -c copy -f rtsp -rtsp_transport udp
rtsp://localhost:12345/live.sdp
> 2. receiver:
On Wed, 30. Sep 12:41, Martin Storsjö wrote:
> Hi,
>
> On Sun, 27 Sep 2020, Zhao Zhili wrote:
>
> > Fix #8840.
> >
> > Steps to reproduce:
> > 1. sender:
> > ./ffmpeg -i test.mp4 -c copy -f rtsp -rtsp_transport udp
> > rtsp://localhost:12345/live.sdp
> > 2. receiver:
> > ./ffmpeg_g -y -rtsp_fl
Hi,
On Sun, 27 Sep 2020, Zhao Zhili wrote:
Fix #8840.
Steps to reproduce:
1. sender:
./ffmpeg -i test.mp4 -c copy -f rtsp -rtsp_transport udp
rtsp://localhost:12345/live.sdp
2. receiver:
./ffmpeg_g -y -rtsp_flags listen -timeout 100 -i
rtsp://localhost:12345/live.sdp -c copy test.mp4
---
v3
Fix #8840.
Steps to reproduce:
1. sender:
./ffmpeg -i test.mp4 -c copy -f rtsp -rtsp_transport udp
rtsp://localhost:12345/live.sdp
2. receiver:
./ffmpeg_g -y -rtsp_flags listen -timeout 100 -i
rtsp://localhost:12345/live.sdp -c copy test.mp4
---
v3: mention the ticket.
libavformat/rtsp.c|