Re: [FFmpeg-devel] [PATCH v2] avformat/rtsp: Add https tunneling support

2019-03-24 Thread Carl Eugen Hoyos
2019-03-22 0:58 GMT+01:00, Jun Li : > Add https based tunneling for RTSP/RTP. Tested on Axis and Bosch cameras. > Https is widely used for security consideration. Patch applied. Thank you, Carl Eugen ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org

Re: [FFmpeg-devel] [PATCH v2] avformat/rtsp: Add https tunneling support

2019-03-24 Thread Jun Li
On Thu, Mar 21, 2019 at 4:58 PM Jun Li wrote: > Add https based tunneling for RTSP/RTP. Tested on Axis and Bosch cameras. > Https is widely used for security consideration. > --- > libavformat/rtsp.c | 8 ++-- > libavformat/rtsp.h | 1 + > 2 files changed, 7 insertions(+), 2 deletions(-) > >

[FFmpeg-devel] [PATCH v2] avformat/rtsp: Add https tunneling support

2019-03-21 Thread Jun Li
Add https based tunneling for RTSP/RTP. Tested on Axis and Bosch cameras. Https is widely used for security consideration. --- libavformat/rtsp.c | 8 ++-- libavformat/rtsp.h | 1 + 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/libavformat/rtsp.c b/libavformat/rtsp.c index ae8