[FFmpeg-devel] RTMPS Patch

2019-02-02 Thread Chen Fisher
Hello all, I've submitted a patch more than a week ago and it hasn't been reviewed yet. I see a lot of patches without someone reviewing them and I was wondering what is the process and how do I get my patch to be reviewed? I have several others in the pipeline... https://patchwork.ffmpeg.org/pat

[FFmpeg-devel] [PATCH] support rtmp_listen with rtmps

2019-01-24 Thread Chen Fisher
Signed-off-by: Chen Fisher --- libavformat/rtmpproto.c | 13 +++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/libavformat/rtmpproto.c b/libavformat/rtmpproto.c index b741e421af..82b3688658 100644 --- a/libavformat/rtmpproto.c +++ b/libavformat/rtmpproto.c @@ -129,6