Thanks !
Updated to AV_LOG_WARNING, 2nd version patch is here
https://patchwork.ffmpeg.org/patch/12237/
On Thu, Mar 7, 2019 at 1:39 AM Steven Liu wrote:
> Jun Li 于2019年3月6日周三 上午3:25写道:
> >
> > From: jun
> >
> > Calculate bitrate based on fragment size, only applied when
> > bitrate is not set,
Jun Li 于2019年3月6日周三 上午3:25写道:
>
> From: jun
>
> Calculate bitrate based on fragment size, only applied when
> bitrate is not set, for example rtsp source.
>
> Signed-off-by: Jun Li
> ---
> libavformat/smoothstreamingenc.c | 30 +-
> 1 file changed, 25 insertions(+),
From: jun
Calculate bitrate based on fragment size, only applied when
bitrate is not set, for example rtsp source.
Signed-off-by: Jun Li
---
libavformat/smoothstreamingenc.c | 30 +-
1 file changed, 25 insertions(+), 5 deletions(-)
diff --git a/libavformat/smoothst