Re: [FFmpeg-devel] [PATCH v1] avformat/sdp, rtsp: add rtcp attribute to sdp file

2020-02-02 Thread Carl Eugen Hoyos
> Am 02.02.2020 um 04:48 schrieb Jun Li : > > 1. write rtcpport to sdp file when rtpport is specified in url > 2. apply rtcpport when sdp file contains rtcp attribute Please split in two self-contained patches. Thank you, Carl Eugen ___

[FFmpeg-devel] [PATCH v1] avformat/sdp, rtsp: add rtcp attribute to sdp file

2020-02-01 Thread Jun Li
Fix #8479 1. write rtcpport to sdp file when rtpport is specified in url 2. apply rtcpport when sdp file contains rtcp attribute Signed-off-by: Jun Li --- libavformat/rtpproto.c | 11 +++ libavformat/rtpproto.h | 2 ++ libavformat/rtsp.c | 12 ++-- libavformat/rtsp.h |