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